MySQL not starting on Ubuntu 18.04

MySQL did not start on Ubuntu 18.04 server. This is fresh server, i removed all MySQL packages, removed configuration files. apt remove –purge mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server-5.7 mysql-server-core-5.7 Reinstalled MySQL. apt install mysql-server-5.7 Still MySQL fail to start with some error related to 2018-10-29T21:07:49.311174Z 0 [ERROR] Could not open file ‘/var/log/mysql/error.log’ for error logging: Permission … Read more