Nachdem mir aus unbekannten Gründen der MySQL Server abgeschmiert ist und nicht mehr starten wollte (logfiles meldeten kein Fehler) hab ich kurzerhand den 4er draufgehauen.
ganz vorschriftmäßig dann auch mysql_fix_priviirgendwas_table ausgeführt.
Code: Select all
If your tables are already up to date or partially up to date you will
get some warnings about 'Duplicated column name'. You can safely ignore these!
ERROR 1060 at line 2: Duplicate column name 'File_priv'
Creating Grant Alter and Index privileges if they don't exists
You can ignore any Duplicate column errors
ERROR 1060 at line 1: Duplicate column name 'Grant_priv'
ERROR 1060 at line 2: Duplicate column name 'Grant_priv'
ERROR 1060 at line 3: Duplicate column name 'Grant_priv'
Setting default privileges for the new grant, index and alter privileges
Adding columns needed by GRANT .. REQUIRE (openssl)
You can ignore any Duplicate column errors
Creating the new table and column privilege tables
Changing name of columns_priv.Type -> columns_priv.Column_priv
You can ignore any Unknown column errors from this
ERROR 1054 at line 1: Unknown column 'Type' in 'columns_priv'
Fixing the func table
You can ignore any Duplicate column errors
ERROR 1060 at line 1: Duplicate column name 'type'
Adding new fields used by MySQL 4.0.2 to the privilege tables
You can ignore any Duplicate column errors
Updating new privileges in MySQL 4.0.2 from old ones
Kann es sein dass evtl. etwas nicht richtig convertiert wurde ?
Oder was bedeutet der Fehler:
ERROR 1054 at line 1: Unknown column 'Type' in 'columns_priv'