
Mysql/MongoDB/Redis
爱开车的彬哥
这个作者很懒,什么都没留下…
展开
-
mysql删除数据表遇到错误#1064(42000)
在linux mysql下执行drop table table_name命令时遇到ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't...原创 2018-05-07 13:15:52 · 3850 阅读 · 0 评论 -
DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version
Node连接Mongoose抛出一个警告:mongoose版本: “^5.2.12”(node:6592) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useN...原创 2018-09-19 16:57:36 · 8015 阅读 · 0 评论 -
记一次MongoDB数据库数据泄漏及解决办法
问题出现在默认情况下,mongodb是不需要验证就可以直接通过ip及端口连接到数据库,我在github的练手项目没有把我的服务器公网ip删掉,使得服务器的数据泄漏成为可能。在下午我登陆我的服务器用mongo shell打开数据库时发现多了Warn的数据库,而我之前的测试数据数据库已经被删除。然后我用可视化工具登陆我的mongo数据库发现Warn数据库插入了一条数据:显而易见 是他备份了我...原创 2018-10-23 18:24:31 · 1177 阅读 · 0 评论 -
MongoDB 导入导出和数据迁移
啊啊啊原创 2018-12-20 13:28:29 · 5443 阅读 · 0 评论 -
Mysql 8.0 驱动连接 Node 报错 ER_NOT_SUPPORTED_AUTH_MODE'
报错信息 code: 'ER_NOT_SUPPORTED_AUTH_MODE', errno: 1251, sqlMessage: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client', sqlState: '08004',...原创 2019-07-14 15:25:06 · 3279 阅读 · 5 评论