首先关闭系统,然后通过安全模式进入系统,最后mysql> SETPASSWORDFORroot@'localhost'= PASSWORD('你的密码')就可以了。
参考:http://blog.csdn.net/u014410695/article/details/50630233
中文通过alter database 你的数据库名称 character set utf8即可。
参考:http://www.jianshu.com/p/52c1fa25664c
首先关闭系统,然后通过安全模式进入系统,最后mysql> SETPASSWORDFORroot@'localhost'= PASSWORD('你的密码')就可以了。
参考:http://blog.csdn.net/u014410695/article/details/50630233
中文通过alter database 你的数据库名称 character set utf8即可。
参考:http://www.jianshu.com/p/52c1fa25664c