Playing around with the babun shel, and tried to install the MySQL Server
pact install mysql
pact install mysqld
Install Default user and tables:
mysql_install_db
Start Server:
/usr/bin/mysqld_safe &
Secure the install
mysql_secure_installation
That worked for me ...
This page has been requested 8429 times