mysql 触发器
BEGIN if new.phone != old.phone then UPDATE staff_base SET staff_base.phone = new.phone WHERE staff_base.id = new.id; end if; if new.realname != old.realna…
BEGIN if new.phone != old.phone then UPDATE staff_base SET staff_base.phone = new.phone WHERE staff_base.id = new.id; end if; if new.realname != old.realna…
# 以下选项会被MySQL客户端应用读取。# 注意只有MySQL附带的客户端应用程序保证可以读取这段内容。# 如果你想你自己的MySQL应用程序获取这些值。# 需要在MySQL客户端库初始化的时候指定这些选项。 [client]#passwor…
导入 load data infile '/usr/test1.sql' into table test fields terminated by "," enclosed by '"'; 导出 select * from test into outfile '/usr/test1.sql' fields…
在mysql安装目录下 运行 /usr/local/mysql/bin/mysqld --user=root
course ( () () ()//唯一约束,不允许有重复值 )
MySQL的慢查询日志是MySQL提供的一种日志记录,它用来记录在MySQL中响应时间超过阀值的语句,具体指运行时间超过long_query_time值的SQL,则会被记录到慢查询日志中。long_query_time的默认值为10,意思是运行10 s…
非交互式工具 1.Nagios Nagios是一款开源的操作系统、数据库系统和网络监视工具,能有效监视Windows、Linux和Unix操作系统的主机状态,在系统或服务状态异常时发出邮件或短信报警,第一时间通知运维人员,在状态恢…