MySQL
文章平均质量分 61
Kelvin7_Feng
Less is more
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MySQL----ERROR 2003:Can't connect to MySQL server on 'localhost' (10061)
MySQL连接时候出现在 ERROR 2003:Can't connect to MySQL server on 'localhost' (10061) 这个错误,原因是没有打开MySQL服务。 简单的方法是在管理---->服务---->找到Mysql服务,此时它应该是没有启动的 把它打开就可以了原创 2012-07-18 19:31:03 · 578 阅读 · 0 评论 -
mysql 使用force index优化查询
一个简单查询语句,添加一个条件以后,查询速度慢得不能接受,使用force Index 优化此查询原创 2016-04-27 10:14:22 · 6151 阅读 · 1 评论 -
Mysql 错误 Code: 1093. You can't specify target table for update in FROM clause
You can't specify target table 'recharge_log' for update in FROM clause 这个问题出现的情况是: 更新一个表的数据时,where条件中包含被表新表的子查询:delete from r_log where ope = "111" and site in (select distinct(site) from r_log whe原创 2013-11-02 18:45:20 · 7962 阅读 · 2 评论 -
Mac系统重置MySQL的 root密码
Mac系统重置MySQL的 root密码原创 2016-10-14 20:25:30 · 1271 阅读 · 0 评论 -
VS 环境使用MySQL Connector C 6.1 连接数据库
下载MySQL Connector/C,根据你的系统版本选择下载ZIP ARCHIVE,下载链接 配置附加目录和库目录 项目-->属性-->配置属性-->VC++目录-包含目录 中加入mysql Connect C文件的include目录(根据自己的目录设置,此处测试使用了绝对路径) C:\Users\kelvin\Downloads\mysql-connector-c-...原创 2019-07-19 15:28:37 · 2059 阅读 · 0 评论
分享