主頁(yè) > 知識(shí)庫(kù) > fedora8 下mysql 安裝的安裝方法

fedora8 下mysql 安裝的安裝方法

熱門標(biāo)簽:百度地圖標(biāo)注使用靜態(tài)圖片 樂(lè)迪電話機(jī)器人使用教程 百度地圖無(wú)法修改地圖標(biāo)注名稱 威海外呼電銷機(jī)器人銷售公司 樺甸地圖標(biāo)注app 贛州穩(wěn)定外呼系統(tǒng)軟件 預(yù)測(cè)式外呼系統(tǒng)的缺點(diǎn) 抖音農(nóng)家院地圖標(biāo)注 電銷機(jī)器人能不能做

我下載的是目前最新的版本mysql-5.0.45-linux-i686.tar.gz
  安裝過(guò)程:
    su 到root 權(quán)限。
  #tar -zvxf mysql-5.0.45-linux-i686.tar.gz
  #mv mysql-5.0.45/ /usr/local/mysql
  #cd /usr/local/mysql
  #groupadd mysql
  #useradd -g mysql mysql
  #chown -R mysql .
  #chgrp -R mysql .
  #scripts/mysql_install_db --user=mysql
  #chown -R root .
  #chown -R mysql data
  #bin/mysqld_safe --user=mysql &
  按照官方文檔說(shuō)這就應(yīng)該能啟動(dòng)了,可是報(bào)錯(cuò)如下:
  
  
nohup: ignoring input and redirecting stderr to stdout
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
071112 00:22:06  mysqld ended


查看日志:

#less /var/log/mysqld.log
其中有一段如下:
071112  0:22:06 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 2)
071112  0:22:06 [ERROR] Can't start server: can't create PID file: No such file or directory
071112 00:22:06  mysqld ended

#cd /var/run/
#ls
mysqld目錄不存在
#mkdir /var/run/mysqld
#cd /var/run/mysqld
創(chuàng)建文件mysqld.pid
#touch mysqld.pid
#cd..
#chown -R mysql mysqld .

#cd /usr/local/mysql/
#bin/mysqld_safe --user=mysql &
nohup: ignoring input and redirecting stderr to stdout
Starting mysqld daemon with databases from /var/lib/mysql

能正常啟動(dòng)

#bin/mysqladmin -u root password root

又出錯(cuò)

[root@localhost mysql]# bin/mysqladmin -u root password root
bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!


[root@localhost mysql]# bin/mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

分析:是/tmp/mysql.sock 不存在
# cd /var/lib/mysql/
ibdata1      ib_logfile0  ib_logfile1  mysql/       mysql.sock   test/
由于mysql 默認(rèn)的mysql.sock 是在/var/lib/mysql/mysql.sock,

創(chuàng)建符號(hào)連接:
# ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
# bin/mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.45 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

修改root 密碼
#cd /usr/local/mysql/
#bin/mysqladmin -u root -p password yourpassword

一切ok.
一切ok...

標(biāo)簽:黔西 齊齊哈爾 韶關(guān) 大興安嶺 廣州 阿壩 哈密 六安

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《fedora8 下mysql 安裝的安裝方法》,本文關(guān)鍵詞  fedora8,下,mysql,安,裝的,安裝,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《fedora8 下mysql 安裝的安裝方法》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于fedora8 下mysql 安裝的安裝方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章