2021年8月15日

5. into outfile用法

摘要: 1.前言 官方文档:https://dev.mysql.com/doc/refman/5.7/en/select-into.html into outfile命令是常见的数据进行导入和导出工具,这里主要是介绍一下它的使用用法 select * from user into outfile '/tmp 阅读全文

posted @ 2021-08-15 20:59 太白金星有点烦 阅读(2980) 评论(0) 推荐(0)

44.Mysql中的Reset slave、reset slave all、reset master三者区别

摘要: RESET SLAVE的语法如下: RESET SLAVE [ALL] [channel_option] channel_option: FOR CHANNEL channel 其中,channel_option主要是针对5.7.6引入的多源复制。 Reset slave官方解释: RESET SL 阅读全文

posted @ 2021-08-15 08:00 太白金星有点烦 阅读(889) 评论(0) 推荐(0)

导航