Install MYSQL
From OpenFSG
| Please help improve this article by expanding it.
Further information might be found on the talk page. |
|
This article describes how to install MYSQL from Optware.
Prerequisits
You should have read and understood:
- Use the Custom Ipkg Installer
- Disable Firmware-MYSQL on web-interface or use different port for new MYSQL in my.conf.
Installing
ipkg update ipkg install mysql
Editing config file
You can find config file at /opt/etc/my.conf. Standard user and password is same as root account.
Restart MYSQL server
Only if changed config file:
/opt/etc/init.d/S70mysql stop /opt/etc/init.d/S70mysql start
Further Informations
- Autostart problems of Apache during boot process: Use the Custom Ipkg Installer
- Install phpMyAdmin