mysql使用注意事项

一、mysql

启动mysql服务端:net start mysql

停止mysql服务端:net stop mysql

启动mysql客户端:mysql -uroot -p  然后输入密码:

查看mysql的用户名和密码:select * from mysql.user    只能查看用户名和加密后的密码

 

二、mysql administrator

启动mysql administrator过程中遇到的问题:

Either the server service or the configuration file could not be found.Startup variable and service section are there for disabled 并且登录进去之后 This section is only avaliable when connected to localhost

解决办法:

点击MySQL Administrator,先不登录,按住ctrl 键后最右边的cancel键变成skip 点击进入,修改配置my.ini的参数,然后重新启动。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章