摘要:
The query below lists tables in the user databases (schemas) without primary keys. select tab.table_schema as database_name, tab.table_name from infor 阅读全文
摘要:
OKay offers an alternate repository to complement missing packages from CENTOS and EPEL. Dependencies CENTOS 6, 7 or 8 EPEL 6, 7 or 8 Installation Ins 阅读全文
摘要:
MySQL主从复制中问题排查过程 一、概述 mysql主从是常用的高可用架构之一,也是使用最广泛的的系统架构。在生产环境中mysql主从复制有时会出现复制错误问题。MySQL主从复制中的问题(Coordinator stopped beacause there were errors in the 阅读全文
摘要:
概述 在生产环境中,有时我们需要创建一个跟某用户一样权限的用户,现分享一下便捷的方法。 脚本内容 1、编辑脚本文件内容如下: vim clone_user.sql set pages 0 feed off veri off lines 500 accept oldname prompt "Enter 阅读全文