随笔分类 -  MySql

摘要:执行 set global innodb_large_prefix='on';set global innodb_file_format='Barracuda';set global innodb_file_per_table ='on' 然后 脚本加上 红色部分 -- 导出 表 identitys 阅读全文
posted @ 2021-12-13 11:28 学亮 阅读(541) 评论(0) 推荐(0) 编辑
摘要:显示数据库连接:show full processlist 显示最大连接数:show variables like 'max_connections'; 修改配置文件:/etc/my.cnf 修改最大连接数:[mysqld] 下面添加 max_connections=1024 查看状态 :servi 阅读全文
posted @ 2021-09-23 11:55 学亮 阅读(102) 评论(0) 推荐(0) 编辑