“Hi Admin, my user ID is shiv14. I am getting a /bin/mysql: Permission denied error when I try to run the mysql command. Could you please sync/reset the MySQL permissions for my account? Thank you!”
mysql access is available via lab. I enabled your access now. Login and do lab start. Mysql setup document is not yet ready. But you can do something like this inside lab:
start the server: /etc/init.d/mysqld start Then run mysql_secure_installation . Setup a new root password. (You can read online docs about mysql_secure_installation if required)
Once its done. Just access mysql via mysql -u root -p provided the password for the username.
I’ll prepare documents soon this month. And make this process easy.