Mysql 自检时出错:命令为:set password for test7i24@....
程序员文章站
2022-04-06 09:08:56
信息的出错信息如下:
尝试建立一个名为test7i24密码为123456的数据库:命令成功执行。命令成功执行。操作发生错误,相关的信息为:[mysql][odbc 3.51...
信息的出错信息如下:
尝试建立一个名为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');尝试马上删除这个数据库:命令成功执行。命令成功执行。命令成功执行。自检成功。命令成功执行。所有数据库的大小:21062659(20m)
这是mysql4.0.x版的提示,这个出错信息不用处理,平台为了兼容4.0及4.1,调用了4.0不存在的命令,这个出错信息是完全无需要处理的。
尝试建立一个名为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');尝试马上删除这个数据库:命令成功执行。命令成功执行。命令成功执行。自检成功。命令成功执行。所有数据库的大小:21062659(20m)
这是mysql4.0.x版的提示,这个出错信息不用处理,平台为了兼容4.0及4.1,调用了4.0不存在的命令,这个出错信息是完全无需要处理的。