伊人福利网,一级做a爰,大香交伊人,亚洲国产午夜精品理论片的软件,精品极品三级久久久久,国产亚洲人成网站在线观看,另类视频在线观看

首頁 服務 產品 文檔 關于

mysql常用命令

select version()
查找數據文件存放路徑
show global variables like "%datadir%"

services.msc打開服務可重啟mysql


mysql提示got timeout reading communication packets的解決方法
show GLOBAL variables like '%timeout%'


set global interactive_timeout=400;
set global wait_timeout=400;


show GLOBAL variables like '%log_warning%'
set global log_warning=1;