11-25-2020, 09:41 PM
I found this article on stackoverflow that describes one potential fix for the error described above.
To paraphrase the article, it suggest that the issue is an error in your my.cnf file.
you'll go into your etc/my.cnf and change
to
see if that makes any difference
To paraphrase the article, it suggest that the issue is an error in your my.cnf file.
you'll go into your etc/my.cnf and change
Code: (Select All)
pass=********
to
Code: (Select All)
password=********
see if that makes any difference