![]() |
FIREWALL - Database |
| packages | Install packages These installs will most likely call for other installs |
| Initialize |
(We want the directories and files to be owned by user _mysql so the server has read and write access to them) |
| Passwords |
|
| Startup on boot | add the following lines to /etc/rc.local |
| Is the server running? |
type fstat | grep "*:" | grep mysql you should see the following: or something like that This shows that the mysql daemon (mysqld) is running with user privileges of _mysql and listening on port 3306 |