摘要:
关闭MySQL systemctl stop mysqld 强制进行数据字典升级 和 服务安装 rpm -ivh mysql-community* --nodeps --force 卸载旧版 rpm -qa|grep mysql|grep 8.0.21|xargs rpm -e 查看版本 阅读全文
posted @ 2021-04-01 18:36
ascertain
阅读(577)
评论(0)
推荐(0)
摘要:
table_stype 为 enum类型取值 BASE TABLE VIEW SYSTEM VIEW 用法: 某个schema是否存在某个table select table_schema, table_name, table_type, table_rows from information_sc 阅读全文
posted @ 2021-04-01 17:38
ascertain
阅读(298)
评论(0)
推荐(0)
摘要:
建表时,指定字段case sensitive CREATE TABLE tbl_b ( ui VARCHAR ( 30 ) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, op VARCHAR ( 30 ) CHARACTER SET 阅读全文
posted @ 2021-04-01 14:24
ascertain
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号