Hello, I am getting a permission/access denied error when trying to use MySQL on my account. I have already verified my home directory permissions with chmod 755 ~.
Could you please reset or sync the MySQL database permissions for my username?
Its available via lab start Enabled for your account. Please login and check.
Mysql setup document is not yet ready. But you can do something like this inside lab:
/etc/init.d/mysqld
to start the server.
Then runmysql_secure_installation to set up the root password. For the first prompt for root password, just press enter. Then setup a new root password. (You can read online docs about mysql_secure_installation command if required)
Once its done. Just access mysql via mysql -u root -p provided the password for the username you created.