Have run:-
sudo apt-get install mysql-server
sudo /etc/init.d/mysql restart
Using MysqlWorkbench/connect to databse.
I have 'Local instance 3306', I get:-
Cannot Connect to Database Server
Your connection attempt failed for user 'root' from your host to server at localhost:3306:
Access denied for user 'root'@'localhost'
Obviously I've made a mistake somewhere. Any help appreciated
sudo apt-get install mysql-server
sudo /etc/init.d/mysql restart
Using MysqlWorkbench/connect to databse.
I have 'Local instance 3306', I get:-
Cannot Connect to Database Server
Your connection attempt failed for user 'root' from your host to server at localhost:3306:
Access denied for user 'root'@'localhost'
Obviously I've made a mistake somewhere. Any help appreciated
Comment