Hello,
How on the FreeBSD 11 version change the MySQL port?
I edit my.cnf in the /usr/local/etc/mysql and nothing.
I really have no idea how to change it.
Check the error log again and carefully read what it says at the top:
Code:
Warning: World-writable config file '/usr/local/etc/mysql/my.cnf' is ignored
Warning: World-writable config file '/usr/local/etc/mysql/my.cnf' is ignored
I'm pretty sure that's the key to your problem. Some software, such as MySQL, protects you from shooting yourself in the foot. Obviously using a config file which every user on your server could change is an extremely bad idea as such it got ignored.
Solution is therefor to change your permission settings to something more sane. 644 for example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.