我在Windows Server 2008 R2 Plesk 17.8.11上禁用my.cnf Mysql57中的strict问题。
这是我的默认设置。
[client]
port=8306
[PleskSQLServer]
port=8306
basedir=C:\\Program Files (x86)\\Plesk\\MySQL
datadir=C:\\Program Files (x86)\\Plesk\\MySQL\\Data
character-set-server=latin1
default-storage-engine=INNODB
query_cache_size=64M
table_open_cache=32
tmp_table_size=7M
thread_cache_size=32
myisam_max_sort_file_size=100G
myisam_sort_buffer_size=2M
key_buffer_size=2M
read_buffer_size=1M
read_rnd_buffer_size=256K
sort_buffer_size=256K
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=1024M
innodb_log_file_size=10M
innodb_thread_concurrency=8
max_connections=300
max_allowed_packet=1M
net_buffer_length=4K
old_passwords=0
tmpdir=C:\\Program Files (x86)\\Plesk\\MySQL\\Data
connect_timeout=20
我试图添加一些我在Google上找到的行,但是无法正常工作。
sql_mode=""
我用在google上发现的几件事编辑了几次文件后,重新启动了Mysql,但没有任何效果,您发现的几乎所有解决方案都适用于linux。
通过以下命令在Powershell中完成重启:
net stop mysql57
net start mysql57
这个问题有解决方案吗?
亲切的问候, 宋沃森