我有一个相当新的WampServer设置,当我将source命令用于新数据库时:
source path/to/database.sql
这一切似乎都出现了
Query OK
除了我最后得到这组错误:
ERROR 1231 (42000): Variable ‘time_zone’ can’t be set to the value of ‘NULL’
ERROR 1231 (42000): Variable ‘sql_mode’ can’t be set to the value of ‘NULL’
ERROR 1231 (42000): Variable ‘foreign_key_checks’ can’t be set to the value of ‘NULL’
ERROR 1231 (42000): Variable ‘unique_checks’ can’t be set to the value of ‘NULL’
ERROR 1231 (42000): Variable ‘character_set_client’ can’t be set to the value of ‘NULL’
Query OK, 0 rows affected (0.00 sec)
ERROR 1231 (42000): Variable ‘collation_connection’ can’t be set to the value of ‘NULL’
ERROR 1231 (42000): Variable ‘sql_notes’ can’t be set to the value of ‘NULL’
之前我已经设置了WAMP环境,但没有出现这些错误。
答案 0 :(得分:1)
如果您运行的是64位WAMPServer,64位版本中会出现一些小错误。
编辑my.ini
文件并从
[wampmysqld]
到
[wampmysqld64]
标题必须与WAMPServer安装MYSQL的服务名称相匹配,在64位版本中,MYSQL服务称为wampmysqld64