Home Account

MySQL in babun

2015-08-24 05:06 dennis iversen

Tags: mysql babun

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 8290 times