Never mind, it is a bug in MySQL administrator. I can't handle Replace and Update. phpmyAdmin ran perfectly. Carl McDade wrote:
I got errors while trying to set up a localhost cvs version of Drupal running the mySQL script on v4.0.21-nt gives these errors:
Warning: Do not know how to handle this statement at line 798: REPLACE variable SET name='update_start', value='s:10:"2004-10-18";'; Ignoring this statement. Please file a bug-report including the statement if this statement should be recognized.
Warning: Do not know how to handle this statement at line 799: REPLACE variable SET name='theme_default', value='s:10:"bluemarine";'; Ignoring this statement. Please file a bug-report including the statement if this statement should be recognized.
Warning: Do not know how to handle this statement at line 801: REPLACE blocks SET module = 'user', delta = '0', status = '1'; Ignoring this statement. Please file a bug-report including the statement if this statement should be recognized.
Warning: Do not know how to handle this statement at line 802: REPLACE blocks SET module = 'user', delta = '1', status = '1'; Ignoring this statement. Please file a bug-report including the statement if this statement should be recognized.
Carl McDade