Published Question
I recently upgraded to Ubuntu 20.04 and mysql8. I have a my.cnf file located in /etc/mysql/. which, upon first installation of the mysql 8 ignores that file (because it's listed as world writeable) and runs msyql ...
Accepted Answer:
Hi there @davidboudia,
Note that the /etc/mysql/my.cnf file is not really a file but a symlink (https://www.digitalocean.com/community/tutorials/workflow-symbolic-links).
It basally is a 'short cut' to the /etc/altern...
1
•
•
By
davidboudia
MySQL
Ubuntu 20.04