摘要:
全文索引(fulltext),适用于innodb引擎,字段类型为char,varchar,text。 列: CREATE TABLE articles ( id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, title VARCHAR(200), 阅读全文
摘要:
用户创建 create user 'user01'@'%' identified by 'user01'; select host,user,authentication_string from mysql.user where user='user01';+ + + +| host | user 阅读全文
摘要:
利用sql_therad独立完成。 1.创建空实例。 2.导入备份,例mysqldump的备份 3.设置gtid_purged,通过备份文件查找gtid. -- GTID state at the beginning of the backup -- SET @@GLOBAL.GTID_PURGED 阅读全文