文章分类 -  DATABASE

数据库相关操作
摘要:cd C:\mysql-8.0.12-winx64\bin mysqld --initialize-insecure --user=mysql --console mysqld install net start mysql pause echo use mysql;>in.txt echo upd 阅读全文
posted @ 2020-02-11 17:32 SimpleSmile 阅读(144) 评论(0) 推荐(0)
摘要://查看mysql连接进程列表show full processlist;//查看连接数show variables like '%max_connections%';show global status like 'Max_used_connections'; //查看进程休息多少秒后清除连接sh 阅读全文
posted @ 2020-02-11 17:28 SimpleSmile 阅读(385) 评论(0) 推荐(0)