Jump to the post that solved this thread.
Solved: 6 Years, 5 Months, 1 Week ago Cannot connect to database. :(
#11
Solved: 6 Years, 5 Months, 1 Week ago
(2018-08-19, 02:28 PM)Wires Wrote: See here. The recommended version of MySQL you can run is 8.0.

thanks! All solved Big Grin

--------------  FINAL UPDATE

Installing the correct SQL (MySQL) didn't solve the problem.
Apaprently, the new SQL versions have some sha_password encryption.

To fix this problem, I had to change the new default sha_password login stuff, to the old one.

ALTER USER 'username'@'ip_address' IDENTIFIED WITH mysql_native_password BY 'password';

Replace username with the one you use, of coarse.
ip_address with localhost
and password with of coarse, your password.

Fixed.  Big Grin
Reply
Jump to the post that solved this thread.


Messages In This Thread
Cannot connect to database. :( - by JesusChrist - 2018-08-18, 02:46 AM
RE: Cannot connect to database. :( - by WallBB - 2018-08-18, 03:33 AM
RE: Cannot connect to database. :( - by Wires - 2018-08-18, 09:42 AM
RE: Cannot connect to database. :( - by Serpius - 2018-08-18, 10:54 AM
RE: Cannot connect to database. :( - by Euan T - 2018-08-18, 03:50 PM
RE: Cannot connect to database. :( - by Serpius - 2018-08-19, 02:52 PM
RE: Cannot connect to database. :( - by Wires - 2018-08-19, 02:28 PM
RE: Cannot connect to database. :( - by JesusChrist - 2018-08-19, 03:08 PM

Forum Jump:


Users browsing this thread: 8 Guest(s)