摘要: mysql root 密碼的設置方法shell> mysql -u root mysqlmysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');If you know what you are doing, you can al... 阅读全文
posted @ 2014-12-02 11:18 龚细军 阅读(317) 评论(0) 推荐(0)