摘要:
对以"db_1"开头的数据库进行授权 grant all privileges on `db_1%`.* to dp_admin identified by 'password'; grant select on `db_1%`.* to dp_admin identified by 'passwo 阅读全文
摘要:
今天在线上某个系统发现MySQL数据库使用的是共享表空间,想修改为独立表空间,操作如下: #因为是主从结构,在从库修改测试,先关闭binlog SET SQL_LOG_BIN=0; show variables like "SQL_LOG_BIN"; show global variables li 阅读全文
摘要:
一、参数意思 这里简单解释一下两个参数,含义如下: interactive_timeout:The number of seconds the server waits for activity on an interactive connection before closing it. An i 阅读全文