my.cny中加入sql_mode=NO_ENGINE_SUBSTITUTION;
本帖最后由 一人天 于 2019-4-3 11:38 编辑my.cny中加入sql_mode=NO_ENGINE_SUBSTITUTION;后出现ERROR! The server quit without updating PID file如何处理
#password = your_password
port = 3306
socket = /tmp/mysql.sock
port = 3306
socket = /tmp/mysql.sock
datadir = /data/mysql
default_storage_engine = MyISAM
#skip-innodb
skip-external-locking
key_buffer_size = 32M
max_allowed_packet = 1M
table_open_cache = 128
sort_buffer_size = 768K
net_buffer_length = 8K
read_buffer_size = 768K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
thread_cache_size = 16
query_cache_size = 16M
tmp_table_size = 32M
#skip-networking
max_connections = 500
max_connect_errors = 100
open_files_limit = 65535
#log-bin=mysql-bin
binlog_format=mixed
server-id = 1
expire_logs_days = 10
#innodb_file_per_table = 1
#innodb_data_home_dir = /data/mysql
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = /data/mysql
#innodb_buffer_pool_size = 16M
#innodb_additional_mem_pool_size = 2M
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50
quick
max_allowed_packet = 16M
no-auto-rehash
key_buffer_size = 32M
sort_buffer_size = 768K
read_buffer = 2M
write_buffer = 2M
interactive-timeout
你有不是写php代码或sql语句加啥分号
mysql报错得发mysql错误日志,日志里肯定有明确的说明
页:
[1]