程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> Atitit .linux 取回root 密碼q99,atititq99

Atitit .linux 取回root 密碼q99,atititq99

編輯:MySQL綜合教程

Atitit .linux 取回root 密碼q99,atititq99


 

Atitit .linux 取回root 密碼q99

 

1.1. 停止mysql1

1.2. mysqld_safe路徑1

1.3. Mysql配置文件路徑1

1.4. Mysql路徑1

1.5. 安全方式啟動mysql2

1.6. 參考2

 

 

1.1. 停止mysql

service mysqld stop

service mysqld start

 

1.2.  mysqld_safe路徑

root@iZ94mqp30dmZ:/# find -name mysqld_safe

./alidata/server/mysql5.6/bin/mysqld_safe

1.3. Mysql配置文件路徑

 

ptions ]

root@iZ94mqp30dmZ:/alidata# service mysqld stop

Warning: World-writable config file '/alidata/server/mysql/my.cnf' is ignored

Shutting down MySQL

.. *

 

作者::  ★(attilax)>>>   綽號:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿爾 拉帕努伊 ) 漢字名:艾龍,  EMAIL:[email protected]

轉載請注明來源: http://www.cnblogs.com/attilax/

 

1.4. Mysql路徑

root@iZ94mqp30dmZ:/# find -name mysqld

./alidata/server/mysql5.6/bin/mysqld

./etc/init.d/mysqld

 

1.5. 安全方式啟動mysql

mysqld_safe --skip-grant-tables &

 

報錯

mysqld_safe The file /usr/local/mysql/bin/mysqld
does not exist or is not executable

 

解決: 指定basedir  mysql目錄參數即可

/alidata/server/mysql5.6/bin/mysqld_safe  --basedir=/alidata/server/mysql5.6  --skip-grant-tables &

 

 

 

--datadir=path

· --basedir=path

MySQL安裝目錄的路徑。

· --core-file-size=size

mysqld能夠創建的內核文件的大小。選項值傳遞給ulimit -c。

· --datadir=path

數據目錄的路徑。

 

1.6. 參考

 

Linux啟動_停止_重啟Mysql數據庫的方法 - Ruthless - 博客園.html

 

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