MySQL Install
MySQL Install
MySQL Install
2008/06/16
mryoshio
MySQL Install
Index
Summary
2
Notice
2
Environment
3
Software
3
Install & Configure MySQL
4
Download
4
Install
4
Configure
4
Check it works
5
Start MySQL
5
MySQL Install
Summary
Notice
The words like “mryoshio” is example.It doesn’t have special meanings.
MySQL Install
Environment
Software
MySQL Server
OS CentOS 5.1
MySQL 5.0.51b
MySQL Install
Install & Configure MySQL
Download
- Go to MySQL Download site.
http://dev.mysql.com/downloads/mysql/5.0.html#downloads
Install
- Execute following commands.
Configure
- Copy sample config file to /etc/.
# cp support-files/my-small.cnf /etc/my.cnf
MySQL Install
Check it works
Start MySQL
# cd /usr/local/mysql/current
# ./bin/mysqld_safe --user=mryoshio &
# ./bin/mysql -u root
MySQL Install