摘要: 务必先备份数据库 1.Select CONCAT( 'ALTER TABLE ', table_name, ' RENAME TO ', replace(table_name,'旧前缀_','新前缀_'),';') from information_schema.tables where TABLE 阅读全文
posted @ 2021-04-07 17:00 Achange 阅读(78) 评论(0) 推荐(0)