統計

          留言簿(1)

          DB

          Others

          QA

          Tech Website

          閱讀排行榜

          評論排行榜

          Install MySQL5.1.25 on Ubuntu

                Ubuntu crashed tonight which urged me to reintsall the system and MySQL. Damn!

          -------------------main procedure-------------------

          shell> groupadd mysql

          shell> useradd -g mysql mysql

          shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -

          shell> cd mysql-VERSION

          shell> ./configure --prefix=/usr/local/mysql

          shell> make

          shell> make install

          shell> cp support-files/my-medium.cnf /etc/my.cnf

          shell> cd /usr/local/mysql

          shell> bin/mysql_install_db --user=mysql

          shell> chown -R root  .

          shell> chown -R mysql var

          shell> chgrp -R mysql .

          shell> bin/mysqld_safe --user=mysql &

          ------------------initilize the password ------------------
          #set the password for root
          shell> mysql -u root
          mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd');

          #creat user mysql and set its password '123456'
          CREATE USER mysql@localhost IDENTIFIED BY '123456';
          GRANT ALL ON db_name.* TO mysql@localhost


          References: http://dev.mysql.com/doc/refman/5.1/zh/index.html

          posted on 2010-12-29 00:20 XXXXXX 閱讀(334) 評論(0)  編輯  收藏 所屬分類: Linux&Unix

          主站蜘蛛池模板: 恩平市| 新邵县| 德保县| 河津市| 威远县| 监利县| 巨鹿县| 曲阜市| 沈阳市| 新化县| 邳州市| 蕲春县| 阿克| 承德市| 固阳县| 婺源县| 永德县| 正定县| 林西县| 新巴尔虎左旗| 墨脱县| 城步| 灵台县| 锡林郭勒盟| 云霄县| 张掖市| 沾益县| 潢川县| 新田县| 漳州市| 梅河口市| 武安市| 洪雅县| 东乡县| 且末县| 淮阳县| 连山| 大庆市| 宜丰县| 玛曲县| 嘉荫县|