Sunday, March 20, 2005

MySQL revisited

Notes: From O'reilly book.
As with the binary install, the first step is to create a uer
who will run the MySql server:

$> su - root
$> groupadd mysql
$> useradd -g mysql mysql

......

The software is now installed. We have few set-up
taskes left do. Run mysql_install_deb to create
the MySql grant tables

$> cd /usr/local/mysql
$> cd scripts/mysql_install_db

Setup the ownership of the binaries so they are
owned by root and in the MySQL administrator
group

No comments: