摘要:
MySQL常见问题 1. Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. mysql删除记录报错 展示非主 阅读全文
摘要:
MySQL添加索引: 使用某数据库 scheam use ua; show tables; 查看表结构 desc ua.log; 查看索引 show index from ua.log; 添加组合索引 ALTER TABLE `log` ADD INDEX index_log_type ( `log 阅读全文