摘要:
1.启动MySQL命令 cmd输入mysql u root h localhost p 根据提示输入密码 注: u 登陆名 h 服务器地址 p密码库 2.退出MySQL quit 或者 exit 3.查看当前MySQL数据库支持的数据存储引擎 (1)show engines; (2)show var 阅读全文
摘要:
使用Navicat连接MySQL数据库出现1862错误(1862:Your password has expired.To log in you must change it change it using a client that support expired passwords)报错图如下: 阅读全文