程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> 安裝mysql時的一些問題

安裝mysql時的一些問題

編輯:MySQL綜合教程

安裝mysql時的一些問題   問題如下:    /usr/bin/mysql_secure_installation   NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL       SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!   In order to log into MySQL to secure it, we'll need the current password for the root user.  If you've just installed MySQL, and you haven't set the root password yet, the password will be blank, so you should just press enter here.   Enter current password for root (enter for none):  ERROR 1820 (HY000): You must SET PASSWORD before executing this statement   解決辦法:   登陸mysql   如果無法登陸mysql 可以在my.cnf中增加skip-grant-tables;跳過驗證,登陸mysql後重新設置一下密碼   set password=password('123456');   然後運行   /usr/bin/mysql_secure_installation   進行安全設置就可以了   搞定收工  

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved