| www.rodneybeede.com | "I would love to change the world, but they won't give me the source code" - unknown |
Do all of the following with the current directory as the folder where you decompressed MySQL.
MySQL 5 was used.
./scripts/mysql_install_db --basedir=$PWD --datadir=./data/
./bin/mysqld -b $PWD --datadir=./data --socket=/tmp/mysql.sock &
mysqladmin shutdown --socket=/tmp/mysql.sock -u root
./bin/mysqld -b $PWD --datadir=./data --socket=/tmp/mysql.sock –bind-address=127.0.0.1 &