MySQL database server, installing
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m (Articles/DebianMySQL moved to MySQL database server, installing) |
Revision as of 23:57, 22 July 2006
1. First let's install MySQL. Use the command:
apt-get install mysql-server
2. If you wish to use MySQL with PHP or Apache (most people do), then you should install these packages too:
apt-get install php4-mysql libapache-mod-auth-mysql
3. Copy over the base small sever configuration (for systems with <= 64MB of RAM):
cp /usr/share/doc/mysql-server/examples/my-small.cnf /etc/mysql/my.cnf
4. Configure MySQL through Webmin (see Articles/DebianWebmin).

