블로그
- The server time zone value '���ѹα� ǥ�ؽ�' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utiliz You must configure either the server or JDBC driver (via the serverTimezone configuration property) to String url="jdbc:mysql://localhost:3306/mysql?useSSL=false&serverTimezone=Asia/Seoul";
- import csv to php mysql https://phppot.com/php/import-csv-file-into-mysql-using-php/
- How to sync SQLite on Android to MySQL DB? http://programmerguru.com/android-tutorial/how-to-sync-sqlite-on-android-to-mysql-db/
- 웹서버 운영: 윈도우 윈도우에 웹서버 설치 how to easy install apache on window 정도 검색하여 검색결과 찾아본다. 다운로드 방법 찾아보니, bitnami wamp(window apache mysql php) stack가 나와서, 인터넷에 검색하여 다운로드 해준다. bitnami manager은
- [iBatis] NUMBER(INT) 타입 컬럼 처리 시 cast 오류 발생 :31 오라클 NUMBER 형 컬럼의 데이터를 HashMap 타입으로 받아 java에서 사용하려고 할때 오류 발생 java.math.BigDecimal cannot be cast to java.lang.String MySQL 의 INT형 컬럼 데이터를 HashMap 타입으로 받아 java에서 사용하려고 할때오류 발생 java.lang.Integer cannot
- JDBC Introduction Java programming language and a wide range of databases - JDBC's library APIs (1) Making a connection to a database (2) Creating SQL or MYSQL statements (3) Executing SQL or MYSQL queries in the database (
- [Mysql] MySQL 에러 MySQL server through socket '/tmp/mysql.sock' (2)Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) : 이건 mysql 서버가 실행되지 않은 것이다.해결 방법은 다음 중 하나. service mysqld start 또는/usr
- Analyzing Baseball Data with R # 11 . #11.2 Installing MySQL and Creating a Databases www.mysql.com/downloads : www.apachefriends.org/en/ xampp.html 에서 XAMPP를 무료 다운로드 와...이거뭐지.. http://ksyjkh24.tistory.com/239 오류 해결 #11.3 Connecting R to MySQL
- [영진전문대 컴퓨터정보계열 컴퓨터프로그래밍전공] 자바서버프로그래밍 mysql 명령프롬프트에서 아래와 같이 명령어 입력 grant all privileges on *.* to '유저'@'아이피' identified by '비밀번호'; 유저= 원격접속가능 -u root mysql *root 비번 설정 -> mysql> SET PASSWORD FOR root=password('새비밀번호'); * 원격호스트 (dbname에)
- MySQL Function으로 Sequence 만들기 ★ Oracle 시퀀스 만들듯이 사용할 각각의 시퀀스 테이블을 만들어서 사용하면 됨 http://www.microshell.com/database/mysql/emulating-nextval-function-to-get-sequence-in-mysql