linux下安装mysql-5.1.51

[user@localhost root]$ ls mysql-5.1.51.tar.gz
mysql-5.1.51.tar.gz

[user@localhost root]$ su

# cp mysql-5.1.51.tar.gz /usr/local/src/

# cd /usr/local/src/

# groupadd -r mysql

# useradd -g mysql -r mysql

# gunzip < mysql-5.1.51.tar.gz | tar -xvf -

# cd mysql-5.1.51/

# ./configure –prefix=/usr/local/mysql/

# make

# make install

# cd /usr/local/mysql/

# chown -R mysql .

# chgrp -R mysql .

# /usr/local/mysql/bin/mysql_install_db --user=mysql

Installing MySQL system tables...

OK

Filling help tables...

OK


To start mysqld at boot time you have to copy

support-files/mysql.server to the right place for your system


PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !

To do so, start the server, then issue the following commands:


/usr/local/mysql/bin/mysqladmin -u root password 'new-password'

/usr/local/mysql/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'


Alternatively you can run:

/usr/local/mysql/bin/mysql_secure_installation


which will also give you the option of removing the test

databases and anonymous user created by default. This is

strongly recommended for production servers.


See the manual for more instructions.


You can start the MySQL daemon with:

cd /usr/local/mysql ; /usr/local/mysql/bin/mysqld_safe &


You can test the MySQL daemon with mysql-test-run.pl

cd /usr/local/mysql/mysql-test ; perl mysql-test-run.pl


Please report any problems with the /usr/local/mysql/bin/mysqlbug script!

# chown -R root .

# chown -R mysql /usr/local/mysql/var/

# cp /usr/local/mysql/share/mysql/my-huge.cnf /etc/my.cnf

# cp /usr/local/mysql/share/mysql/mysql.server /etc/init.d/mysql.server

# /usr/local/mysql/bin/mysql -V

/usr/local/mysql/bin/mysql Ver 14.14 Distrib 5.1.51, for pc-linux-gnu (i686) using EditLine wrapper

# /etc/init.d/mysql.server status

MySQL is not running [FAILED]

# /etc/init.d/mysql.server start

Starting MySQL. [OK]

# /etc/init.d/mysql.server status

MySQL running (3464) [OK]

# /usr/local/mysql/bin/mysql

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 1

Server version: 5.1.51-log Source distribution

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

This software comes with ABSOLUTELY NO WARRANTY. This is free software,

and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值