Pages

Google Ads

Tuesday, September 11, 2007

mysql_fix_privilege_tables - Upgrade MySQL System Tables

Pessoal,

Gostaria de compartilhar uma dificuldade que acabei tendo com meu MySQL.

O PhpMyAdmin na parte de privilegios dava a seguinte mensagem:

Warning: Your privilege table structure seems to be older than this MySQL version!

Após algumas tentativas encontrei a solução mais simples.

# mysql_fix_privilege_tables --password=root_password

Depois reinicie o MySQL para funcionar tudo corretamente

# /etc/init.d/mysqld restart

Fonte:
http://dev.mysql.com/doc/refman/5.0/en/mysql-fix-privilege-tables.html

Sugestões da comunidade que não funcionaram para mim

http://www.nuonce.net/support/viewthread.php?tid=22

1 comment:

Anonymous said...

Perfeito. Esta solução funcionou perfeitamente. Muito obrigado.