mysql初次安裝完成後的登陸操做

mysql初次安裝完成後的登陸操做:html #1.中止mysql數據庫 /etc/init.d/mysqld stop #2.執行以下命令 mysqld_safe --user=mysql --skip-grant-tables --skip-networking & #3.使用root登陸mysql數據庫 mysql -u root mysql #4.更新root密碼 mysql>
相關文章
相關標籤/搜索