marcelloalvess
(usa Debian)
Enviado em 01/07/2014 - 12:52h
eu coloquei o datadir da minha base antiga no caminho /mysql. quando executo esse comando tem essa saída
Installing MySQL system tables...
140701 12:51:00 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
140701 12:51:00 [ERROR] /usr/sbin/mysqld: Incorrect information in file: './mysql/plugin.frm'
ERROR: 1033 Incorrect information in file: './mysql/plugin.frm'
140701 12:51:00 [ERROR] Aborting
140701 12:51:00 [Note] /usr/sbin/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/mysql for more information.
You can try to start the mysqld daemon with:
shell> /usr/sbin/mysqld --skip-grant &
and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /usr/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /mysql that may be helpful.
Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at
http://lists.mysql.com/.
Please check all of the above before submitting a bug report
at
http://bugs.mysql.com/