随笔分类 - MySQL
摘要:具体出错提示: [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' w
阅读全文
摘要:统计MySQL中某个数据库中有多少张表 SELECT count(*) TABLES, table_schema FROM information_schema.TABLES where table_schema = '数据库名称' GROUP BY table_schema; 统计MySQL中某个
阅读全文
摘要:在部署公司的web项目到myeclipse时遇到的一个错误:Access denied for user 'ODBC'@'localhost' (using password: NO),貌似是mysql默认是不允许远程访问的。 记录下,解决方案如下: 1. 停掉mysql服务 2. 找到mysql安
阅读全文

浙公网安备 33010602011771号