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

번호 제   목   글쓴이 날짜 조회
265 [기타] RAID란 무엇인가? 관리자 2011-06-17 46415
264 [윈도우미디어] 미디어 플레이어가 wvc1코덱에러로 실행이 안될때 관리자 2011-06-27 46415
263 [윈도우서버] ERR_TOO_MANY_REDIRECTS 해결방법 제이네트워크 2019-03-30 46400
262 [리눅스서버] 리눅스에서 주기적인 작업 시 crontab(클론탭) 사용법 (1) 제이네트워크 2013-10-21 46217
261 [기타] 제로보드 자동글 등록 방지 코드(링크참조) 관리자 2011-05-16 46195
260 [리눅스서버] php 5.3.x 버전이면 ZendGuardLoader 를 설치하셔야 합니다 제이네트워크 2013-08-19 46183
259 [리눅스서버] [NFS에러] NFS에서 에러 메세지 Stale NFS file handle 발생하는 경우 제이네트워크 2017-07-28 46157
258 [리눅스서버] [에러메세지]ext3_dx_add_entry:Director index Full - 파일갯수가 너무 많을 때 제이네트워크 2012-07-20 46097
257 [리눅스서버] CentOS7 SSH 실행방법 정리 제이네트워크 2018-06-16 46088
256 [리눅스서버] [리눅스서버] /etc/profile 파일 변경 갑자기 root 로그인이 안될 때 제이네트워크 2013-07-26 46047
255 [DB] mysql 설치시 exec: g++: not found 에러 관리자 2011-10-11 46025
254 [윈도우미디어] 미디어 플레이어11(비스타)을 사용할 경우 방송이 안보일 때 관리자 2008-12-08 46005
253 [스크립트언어] php-4.x.x 의경우 phpize 사용하여 curl 모듈 추가] 제이네트워크 2015-11-24 45909
252 [메뉴얼] 알GIF 사용법 매뉴얼(홈페이지 메인이미지 변경시) 제이네트워크 2012-01-20 45867
251 [리눅스서버] [openssl]php에 openssl 추가모듈 설치하기 제이네트워크 2017-08-30 45778
250 [리눅스서버] SFTP 퍼미션 조정 및 chroot 설정으로 상위폴더 접근 제한하기 제이네트워크 2019-06-30 45775
249 [리눅스서버] [apache] 에러 (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "컴… 제이네트워크 2013-08-19 45617
248 [윈도우서버] windows 2003 서버에서 한글 파일 다운 안될때 관리자 2011-06-17 45575
247 [리눅스서버] 리눅스 centos5.x + 삼바 설치 관리자 2011-06-17 45560
246 [윈도우서버] [IIS7.X 백업] IIS7.X 설정 자동 백업 방법 제이네트워크 2014-12-09 45557
245 [리눅스서버] [Apache 웹서버]서비스 제한측면의 아파치 활용 예제 제이네트워크 2016-08-26 45549
244 [윈도우서버] Windows Server 2008 터미널 2명이상 사용하기 관리자 2011-06-17 45416
243 [리눅스서버] [Apache 서버활용]아파치서버 링크제한, 인증 및 활용 제이네트워크 2016-09-03 45393
242 [윈도우미디어] 미디어플레이어 재설치시 - 다운로드 링크 관리자 2011-05-16 45301
241 [윈도우미디어] 윈도우 미디어서버 HTTP푸시 요청 에러 혹은 iis 에러 (0xC00D2F0C) 제이네트워크 2012-07-09 45298
240 [리눅스서버] CENTOS7 에서 PHP-7.x 소스 설치시 mysqli , mysql , pdo-mysql 에러시 제이네트워크 2017-04-28 45288
239 [리눅스서버] [아파치conf 비교]apache2.2.x 와 apache-2.4.x 의 차이점 제이네트워크 2019-10-13 45202
238 [리눅스서버] 리눅스 서버 시간 맞추기 rdate 제이네트워크 2011-06-17 45199
237 [리눅스서버] mod security 설치시 로그 안쌓이고 아파치에러로그 나올때 관리자 2011-06-17 45188
236 [리눅스서버] named 2차 네임서버로 zone transfer 권한 문제 제이네트워크 2018-04-13 45178
235 [윈도우서버] IIS7.x / IIS8.x 에서 asp 호스팅시 "Response 버퍼 제한 초과됨 " 오류 제이네트워크 2015-05-11 45055
234 [플래시미디어] 플레쉬 플레이어의 장점 관리자 2008-12-09 45042
233 [DB] [MSSQL]SQL 서버 관리자가 알아야 할 11가지 유용한 팁 제이네트워크 2015-01-21 44889
232 [윈도우미디어] 플레이를 하면 '닫기'로 뜹니다. 미디어 플레이어 재설치나 업그레… 관리자 2008-12-08 44787
231 [윈도우서버] 윈도우에서 오픈포트 확인 및 프로세스 죽이기 제이네트워크 2013-05-11 44776
230 [DB] Excel to mysql (import /export) 엑셀데이타를 mysql로 입력하기 제이네트워크 2014-01-18 44566
229 [리눅스서버] [Linux] Centos 에서 yum 을 이용하여 rpm 다운로드방법과 rpm 패키지 설치 및 삭… 제이네트워크 2015-01-23 44504
228 [기타] 검색엔진이 좋아하는 메타태그 만들기 관리자 2011-06-17 44491
227 [윈도우서버] Windows Server 2012R2 (윈도우2012 R2) IIS8.5 서버 FTP 가상디렉토리 설정 제이네트워크 2016-03-25 44477
226 [윈도우서버] 윈도우 2003 또는 IIS 6.0 이상일 경우 FLV 파일 관리자 2011-12-29 44393
 1  2  3  4  5  6  7  8  9  10