Re: Unable to connect to localhost
MySQL 5.1.73 was released in December 2013, and was the final release for the 5.1 series. MySQL 5.1 not been officially supported in some years.
You really should upgrade to MySQL 5.7 or MySQL 8.0 ASAP. But it is not going to be easy. You'll need either (a) to upgrade online 5.1 -> 5.5 -> 5.6 -> 5.7 [-> 8.0], and that's problematic, since 5.5 is also past EOL, or (b) export your tables and data to a dump file, then import this into 5.7 or 8.0, and this is also problematic, since you'll likely have to massage the file quite a lot before it'll be accepted by the later version.
Good luck!
Jon Stephens
MySQL Documentation Team @ Oracle
MySQL Dev Zone
MySQL Server Documentation
Oracle
Subject
Views
Written By
Posted
14211
December 15, 2020 05:23AM
3206
December 15, 2020 05:59AM
2468
December 15, 2020 11:05AM
2153
December 15, 2020 11:09AM
2008
February 03, 2021 07:55PM
1164
February 04, 2021 12:20AM
Re: Unable to connect to localhost
2410
December 16, 2020 01:30PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.