Quantcast
Channel: MySQL Forums - Install & Repo
Viewing all articles
Browse latest Browse all 7239

Error 1067 : Service could not be started (2 replies)

$
0
0
Here are the error log when I try to start the MySQL service.

mysqld: Table 'mysql.plugin' doesn't exist
100824 12:28:48 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
100824 12:28:48 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
100824 12:28:49 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...
100824 12:28:49 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: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
100824 12:28:50 InnoDB: Started; log sequence number 0 0
100824 12:28:50 [ERROR] mysqld: unknown option '--standalone--console'
100824 12:28:50 [ERROR] Aborting

100824 12:28:51 InnoDB: Starting shutdown...
100824 12:28:52 InnoDB: Shutdown completed; log sequence number 0 46409
100824 12:28:52 [Warning] Forcing shutdown of 1 plugins
100824 12:28:52 [Note] mysqld: Shutdown complete

Viewing all articles
Browse latest Browse all 7239

Trending Articles