Hi all,
During Moodle installation, I'm not able to access MySQL with root's password, over putty from another vm.
Command mysql -u root -p, throws always next error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
When I'm on Moodle server itself (also vm), I can access MySQL without any problem.
Is there a way how to solve access to MySQL from putty on another vm?
Thanks a lot!