Just installed Toad Mac Edition v2.4.2 and attempted connection to MySQL database but getting "Access denied for user 'root'@'localhost' ". Connection string is: "jdbc:mysql://localhost:3306/test1?characterEncoding=latin1" and various other encoding attempts. Unsure about "Encoding" field, tried a few Latin 1, UFT8, but the issue here seems to be authentication. New to Toad but I'm able to access MySQL from the Terminal command line and using Python PyCharm.
↧