HOME > 이용안내
이용안내
 
작성일 : 15-05-22 03:56
[DB] [mysql-5.6.x 설치 후 에러로 실행 안될때 ][Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use
 글쓴이 : 제이네트워크
조회 : 37,474  
[mysql-5.6.3 설치 후 아래와 같은  에러로 실행 안될때]
 
[Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option
 
=====================================================================================================================================
130122 03:36:59 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
2013-01-22 03:37:00 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2013-01-22 03:37:00 17938 [Note] Plugin 'FEDERATED' is disabled.
2013-01-22 03:37:00 17938 [Note] InnoDB: The InnoDB memory heap is disabled
2013-01-22 03:37:00 17938 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2013-01-22 03:37:00 17938 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-01-22 03:37:00 17938 [Note] InnoDB: Not using CPU crc32 instructions
2013-01-22 03:37:00 17938 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-01-22 03:37:00 17938 [Note] InnoDB: Completed initialization of buffer pool
2013-01-22 03:37:00 17938 [Note] InnoDB: Highest supported file format is Barracuda.
2013-01-22 03:37:01 17938 [Note] InnoDB: 128 rollback segment(s) are active.
2013-01-22 03:37:01 17938 [Note] InnoDB: Waiting for purge to start
2013-01-22 03:37:01 17938 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
2013-01-22 03:37:01 17938 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 5e9e5512-ffe8-11e4-8cec-00151750c21b.
2014-01-22 03:37:01 17938 [Note] Server hostname (bind-address): '*'; port: 3306
2014-01-22 03:37:01 17938 [Note] IPv6 is available.
2014-01-22 03:37:01 17938 [Note]   - '::' resolves to '::';
2014-01-22 03:37:01 17938 [Note] Server socket created on IP: '::'.
2014-01-22 03:37:01 17938 [ERROR] Can't start server : Bind on unix socket: Address already in use
2014-01-22 03:37:01 17938 [ERROR] Do you already have another mysqld server running on socket: /usr/local/mysql ?
2014-01-22 03:37:01 17938 [ERROR] Aborting
=======================================================================================================================
 
vi /etc/my.cnf  파일을 열러 내용을 수정해 준다
 
 
# The following options will be passed to all MySQL clients
[client]
#password = your_password
port = 3306
socket = /tmp/mysql.sock

# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
datadir = /usr/local/mysql/data
skip-external-locking
key_buffer_size = 384M
max_allowed_packet = 1M
table_open_cache = 512
sort_buffer_size = 2M
read_buffer_size = 2M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size = 32M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8




# Don't listen on a TCP/IP port at all.
skip-networking

# required unique id between 1 and 2^32 - 1
server-id = 1

# Uncomment the following if you are using BDB tables
#bdb_cache_size = 4M
#bdb_max_lock = 10000

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /usr/local/mysql/data
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = //usr/local/mysql/data
#You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer_size = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
 





Cloud server Streaming service Domain Cloud Firewall

 
 

Total 377

번호 제   목   글쓴이 날짜 조회
297 [기타] tracert / traceroute 명령어 관리자 2011-06-13 38790
296 [스크립트언어] php 재컴파일 없이 모듈추가 하는 방법 입니다. 제이네트워크 2015-11-24 38659
295 [윈도우미디어] 동영상 플레이가 안될경우 - wmplayer9.0 관리자 2008-12-08 38630
294 [기타] 메일 전송을 위한 spf 설정 관리자 2011-06-17 38594
293 [리눅스서버] centos yum 방화벽으로 업데이트 에러시 관리자 2012-01-03 38392
292 [윈도우서버] 윈도우서버 - 오류 있는 응용 프로그램 w3wp.exe 제이네트워크 2014-01-24 38263
291 [윈도우서버] iis7.0 에서 ASP 오류메세지 출력하기 관리자 2011-06-17 38170
290 [리눅스서버] [apche 1.3.x | 2.0.x 2.2 x.2.4.x ] 아파치 버전별 차이점 제이네트워크 2015-05-19 38157
289 [기타] 윈도우7 IE10 64bit 혹은 윈도우8 64bit 에서 엑티브엑스(activeX) 실행 안될 때 제이네트워크 2013-11-19 38121
288 [리눅스서버] cronolog 설치 및 셋팅 활용방법 관리자 2011-06-17 38115
287 [윈도우서버] [IIS 8.x 설치 후 HTTP오류 404.3 오류 및 asp / asp.net 실행오류] 제이네트워크 2015-04-21 38089
286 [메일] 아웃룩 메일 서비스의 대표적 오류 해결방법 제이네트워크 2011-06-17 37977
285 [리눅스서버] [php설치에러]configure: error: Kerberos libraries not found. 제이네트워크 2013-10-14 37869
284 [리눅스서버] 리눅스 서버 VsFTP 서비스 사용법 관리자 2011-06-17 37793
283 [리눅스서버] php 5.3.x 버전이면 ZendGuardLoader 를 설치하셔야 합니다 제이네트워크 2013-08-19 37692
282 [리눅스서버] 리눅스에서 주기적인 작업 시 crontab(클론탭) 사용법 (1) 제이네트워크 2013-10-21 37611
281 [DB] mysql 설치시 exec: g++: not found 에러 관리자 2011-10-11 37592
280 [리눅스서버] Linux 에서 NTFS파일시스템으로 마운트하기 제이네트워크 2015-01-21 37542
279 [리눅스서버] [에러메세지]ext3_dx_add_entry:Director index Full - 파일갯수가 너무 많을 때 제이네트워크 2012-07-20 37529
278 [스크립트언어] [PHP] php 함수, 외국인 등록번호 체크 제이네트워크 2015-01-23 37524
277 [DB] [mysql-5.6.x 설치 후 에러로 실행 안될때 ][Warning] TIMESTAMP with implicit DEFAULT value … 제이네트워크 2015-05-22 37475
276 [리눅스서버] [apache] 에러 (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "컴… 제이네트워크 2013-08-19 37280
275 [기타] 프린트 큐에 취소/에러란 프린터물이 있을때 (프린트 큐삭제) 관리자 2011-08-31 37222
274 [기타] RAID란 무엇인가? 관리자 2011-06-17 37207
273 [리눅스서버] NFS 연결오류시 mount.nfs: Input/output error 제이네트워크 2018-11-16 37148
272 [윈도우미디어] 미디어 플레이어가 wvc1코덱에러로 실행이 안될때 관리자 2011-06-27 37119
271 [윈도우미디어] 미디어 플레이어 11은 어떻게 삭제합니까? 관리자 2008-12-08 37105
270 [리눅스서버] [리눅스서버] /etc/profile 파일 변경 갑자기 root 로그인이 안될 때 제이네트워크 2013-07-26 37102
269 [리눅스서버] 리눅스서버에 VNC SERVER 설치 하기 (centos5.8~ 6.7 까지 되네요) 제이네트워크 2015-03-19 37054
268 [스크립트언어] [PHP 에서 순위 구하기] 제이네트워크 2015-01-23 36882
267 [메일] [Mail] 네이버 웍스메일에서 아웃룩(outlook), 스마트폰에서 수발신 가능하게 … 제이네트워크 2015-01-23 36763
266 [기타] 제로보드 자동글 등록 방지 코드(링크참조) 관리자 2011-05-16 36702
265 [윈도우미디어] 미디어 플레이어11(비스타)을 사용할 경우 방송이 안보일 때 관리자 2008-12-08 36687
264 [리눅스서버] vsftp 에러코드 중 500 OOPS: priv_sock_get_int 오류 발생시 해결법 제이네트워크 2016-07-31 36601
263 [리눅스서버] 리눅스 서버 시간 맞추기 rdate 제이네트워크 2011-06-17 36521
262 [리눅스서버] mod security 설치시 로그 안쌓이고 아파치에러로그 나올때 관리자 2011-06-17 36453
261 [DB] SQL Server Management Studio 설치 안될 때 제이네트워크 2017-02-28 36445
260 [메뉴얼] 알GIF 사용법 매뉴얼(홈페이지 메인이미지 변경시) 제이네트워크 2012-01-20 36404
259 [윈도우서버] Windows Server 2008 터미널 2명이상 사용하기 관리자 2011-06-17 36355
258 [기타] [워드프레스]Allowed memory size 부족 에러 제이네트워크 2014-02-17 36318
 1  2  3  4  5  6  7  8  9  10