随笔分类 - MySql
摘要:执行 set global innodb_large_prefix='on';set global innodb_file_format='Barracuda';set global innodb_file_per_table ='on' 然后 脚本加上 红色部分 -- 导出 表 identitys
阅读全文
摘要:显示数据库连接:show full processlist 显示最大连接数:show variables like 'max_connections'; 修改配置文件:/etc/my.cnf 修改最大连接数:[mysqld] 下面添加 max_connections=1024 查看状态 :servi
阅读全文