
TO root'' IDENTIFIED BY 'rootPass' Just change 'rootPass' for your current root password, if root doesnt have password MySQL wont. To give root user permisions to connect remotelly just type this on a mysql command line: GRANT ALL PRIVILEGES ON.


LINUX MYSQL CONNECT TO REMOTE DATABASE CODE
I am new writing Perl code and I need a help to figure out why I am not getting to connect from my linux desktop to a remote MySQL server using DBI in a Perl code. The problem is at MySQL Server side, root user doesn't have permissions to connect remotelly.
