信息的出錯信息如下:嘗試建立一個名為test7i24密碼為123456的數據庫:命令成功執行。命令成功執行。操作發生錯誤,相關的信息為:[MySQL][ODBC 3.51 Driver][mysqld-4.0.26-nt]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'old_password('123456')' at line 1命令為:set password for test7i24@'localhost'=old_password('123456');嘗試馬上刪除這個數據庫:命令成功執行。命令成功執行。命令成功執行。自檢成功。命令成功執行。所有數據庫的大?。?1062659(20M)這是Mysql4.0.x版的提示,這個出錯信息不用處理,平臺為了兼容4.0及4.1,調用了4.0不存在的命令,這個出錯信息是完全無需要處理的。