摘要: 网上的解决方法有很多,但都无法解决我的问题,最后在stackoverflow上找到解决方法,原文地址:https://stackoverflow.com/questions/41881123/mysqli-real-connect-hy000-2002-no-such-file-or-directo 阅读全文
posted @ 2018-11-13 17:34 与f 阅读(4865) 评论(0) 推荐(0)
摘要: 1.7. 查询用户密码: 查询用户密码命令:mysql> select host,user,authentication_string from mysql.user; host: 允许用户登录的ip‘位置'%表示可以远程; user:当前数据库的用户名; authentication_string 阅读全文
posted @ 2018-11-13 10:45 与f 阅读(7070) 评论(0) 推荐(0)