MySQL Forums
Forum List  »  MySQL Administrator

table structure error message
Posted by: Keith Yahl
Date: September 09, 2005 11:49AM

I have just upgraded to version 4.1.12 and now I get an error message when I try to look at a table structure. There is an SQL error message:

SELECT label, id
FROM `__DBNAME__`.`PMA_bookmark`
WHERE dbase = 'CashHouse'
AND (

user = 'kyahl'
OR user = ''
)
ORDER BY label

at the bottom of the table structure page.

I also get the message:

Warning: Your privilege table structure seem to be older than this MySQL version!
Please run the script mysql_fix_privilege_tables that should be included in your MySQL server distribution to solve this problem!

How can I fix these problems?

Options: ReplyQuote


Subject
Written By
Posted
table structure error message
September 09, 2005 11:49AM
September 09, 2005 12:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.