- 论坛徽章:
- 0
|
我刚装了mysql 启动时,老是出现这样,请问这如何解决:
Timeout error occurred trying to start MySQL Daemon
日志是这样:
050920 10:38:27 mysqld started
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
050920 10:38:28 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
050920 10:38:30 InnoDB: Log file ./ib_logfile0 did not exist: new to be createdInnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
050920 10:38:31 InnoDB: Log file ./ib_logfile1 did not exist: new to be createdInnoDB: 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: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
050920 10:38:32 InnoDB: Started; log sequence number 0 0
050920 10:38:33 [ERROR] Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
050920 10:38:33 mysqld ended |
|