HOME > 이용안내
이용안내
 
작성일 : 15-05-22 03:56
[DB] [mysql-5.6.x 설치 후 에러로 실행 안될때 ][Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use
 글쓴이 : 제이네트워크
조회 : 37,570  
[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

번호 제   목   글쓴이 날짜 조회
137 [리눅스서버] [Linux] Centos 에서 yum 을 이용하여 rpm 다운로드방법과 rpm 패키지 설치 및 삭… 제이네트워크 2015-01-23 35446
136 [리눅스서버] /etc/fstab 파일 수정 안될때 관리자 2011-06-17 35457
135 [리눅스서버] [apache설치에러] configure: error: no acceptable C compiler found in $PATH 제이네트워크 2012-11-12 35508
134 [윈도우미디어] 플레이를 하면 '닫기'로 뜹니다. 미디어 플레이어 재설치나 업그레… 관리자 2008-12-08 35560
133 [플래시미디어] 플레쉬 플레이어의 장점 관리자 2008-12-09 35664
132 [윈도우서버] [IIS7.X 백업] IIS7.X 설정 자동 백업 방법 제이네트워크 2014-12-09 35765
131 [리눅스서버] apache index of 페이지 리스팅 되는 경우 제이네트워크 2012-02-01 35845
130 [윈도우서버] 윈도우에서 오픈포트 확인 및 프로세스 죽이기 제이네트워크 2013-05-11 35858
129 [리눅스서버] [CentOS 7] Python 3을 Cent7에서 yum으로 인스톨 하는 방법 제이네트워크 2018-11-02 35864
128 [wowza] 모바일 rtsp링크를 웹에 임베딩 할때 제이네트워크 2012-04-30 35946
127 [리눅스서버] 리눅스 centos5.x + 삼바 설치 관리자 2011-06-17 35968
126 [윈도우미디어] 미디어플레이어 재설치시 - 다운로드 링크 관리자 2011-05-16 36045
125 [기타] 무료로 사용가능 한 프리웨어 관리자 2011-05-16 36182
124 [리눅스서버] [우분투서버 Ubuntu network device명 확인 및 변경] 제이네트워크 2018-06-21 36225
123 [윈도우서버] windows 2003 서버에서 한글 파일 다운 안될때 관리자 2011-06-17 36279
122 [리눅스서버] [Apache 웹서버]서비스 제한측면의 아파치 활용 예제 제이네트워크 2016-08-26 36287
121 [윈도우미디어] 윈도우 미디어서버 HTTP푸시 요청 에러 혹은 iis 에러 (0xC00D2F0C) 제이네트워크 2012-07-09 36315
120 [기타] [워드프레스]Allowed memory size 부족 에러 제이네트워크 2014-02-17 36427
119 [윈도우서버] Windows Server 2008 터미널 2명이상 사용하기 관리자 2011-06-17 36447
118 [메뉴얼] 알GIF 사용법 매뉴얼(홈페이지 메인이미지 변경시) 제이네트워크 2012-01-20 36485
117 [리눅스서버] mod security 설치시 로그 안쌓이고 아파치에러로그 나올때 관리자 2011-06-17 36549
116 [DB] SQL Server Management Studio 설치 안될 때 제이네트워크 2017-02-28 36567
115 [리눅스서버] 리눅스 서버 시간 맞추기 rdate 제이네트워크 2011-06-17 36616
114 [리눅스서버] vsftp 에러코드 중 500 OOPS: priv_sock_get_int 오류 발생시 해결법 제이네트워크 2016-07-31 36713
113 [윈도우미디어] 미디어 플레이어11(비스타)을 사용할 경우 방송이 안보일 때 관리자 2008-12-08 36793
112 [기타] 제로보드 자동글 등록 방지 코드(링크참조) 관리자 2011-05-16 36794
111 [메일] [Mail] 네이버 웍스메일에서 아웃룩(outlook), 스마트폰에서 수발신 가능하게 … 제이네트워크 2015-01-23 36864
110 [스크립트언어] [PHP 에서 순위 구하기] 제이네트워크 2015-01-23 36993
109 [리눅스서버] 리눅스서버에 VNC SERVER 설치 하기 (centos5.8~ 6.7 까지 되네요) 제이네트워크 2015-03-19 37162
108 [리눅스서버] [리눅스서버] /etc/profile 파일 변경 갑자기 root 로그인이 안될 때 제이네트워크 2013-07-26 37193
107 [윈도우미디어] 미디어 플레이어 11은 어떻게 삭제합니까? 관리자 2008-12-08 37215
106 [윈도우미디어] 미디어 플레이어가 wvc1코덱에러로 실행이 안될때 관리자 2011-06-27 37228
105 [리눅스서버] NFS 연결오류시 mount.nfs: Input/output error 제이네트워크 2018-11-16 37288
104 [기타] RAID란 무엇인가? 관리자 2011-06-17 37309
103 [기타] 프린트 큐에 취소/에러란 프린터물이 있을때 (프린트 큐삭제) 관리자 2011-08-31 37323
102 [리눅스서버] [apache] 에러 (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "컴… 제이네트워크 2013-08-19 37357
101 [DB] [mysql-5.6.x 설치 후 에러로 실행 안될때 ][Warning] TIMESTAMP with implicit DEFAULT value … 제이네트워크 2015-05-22 37571
100 [리눅스서버] [에러메세지]ext3_dx_add_entry:Director index Full - 파일갯수가 너무 많을 때 제이네트워크 2012-07-20 37624
99 [리눅스서버] Linux 에서 NTFS파일시스템으로 마운트하기 제이네트워크 2015-01-21 37635
98 [스크립트언어] [PHP] php 함수, 외국인 등록번호 체크 제이네트워크 2015-01-23 37636
 1  2  3  4  5  6  7  8  9  10