나는 우분투 서버를 설치했고 MySQL 5.5를 설치하려고했다. 나는 이것들을 따라왔다. MySQL 문서 단계.
나는 가지고있다 libaio dev
설치. 내가 달릴 때까지 모든 것이 잘되었다.
bin/mysqld_safe --user=mysql &
다음을 출력하고 프롬프트를 유지합니다.
111130 12:57:44 mysqld_safe Logging to '/usr/local/mysql/data/host_name.err'.
111130 12:57:44 mysqld_safe / usr / local / mysql / data의 데이터베이스로 mysqld 데몬 시작하기
문제가 생겨서 쉘로 돌아 가지 않습니다. 의 출력 mysqld_safe
님에게 로깅 중입니다. /usr/local/mysql/data/host_name.err
.
I /usr/local/mysql/data/loft1551.host_name.err Row 29 Col 1 1:00 Ctrl-K H for help
111130 12:57:44 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
111130 12:57:44 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
111130 12:57:45 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
111130 12:57:45 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
111130 12:57:46 InnoDB: Waiting for the background threads to start
111130 12:57:47 InnoDB: 1.1.8 started; log sequence number 0
111130 12:57:48 [Note] Event Scheduler: Loaded 0 events
111130 12:57:48 [Note] /usr/local/mysql/bin/mysqld: ready for connections.
Version: '5.5.17-log' socket: '/tmp/mysql.sock' port: 3306 MySQL Community Server (GPL)
이미 /tmp/mysql.sock이 있습니다. [mysqld]
과 [client]
그래서 나는 아래에 추가했다. [mysqld]
datadir =/usr/local/mysql/data
여전히 동일한 문제가 발생합니다. 내가 여기서 무엇을 놓치고 있니?
이 책을 읽고 도와 주셔서 감사합니다.