lirn Posted April 8, 2019 Posted April 8, 2019 Hi Team, I cannot login the MYSQL today,would you please help to dig out what happened to my database. many thanks. domain: lirn.heliohost.org I've added the '%' to the access hosts
Krydos Posted April 8, 2019 Posted April 8, 2019 mysql> select user, host from mysql.user where user like 'lirn%'; +-----------+---------------------+ | user | host | +-----------+---------------------+ | lirn | % | | lirn_dong | % | | lirn | localhost | | lirn_dong | localhost | | lirn | tommy.heliohost.org | | lirn_dong | tommy.heliohost.org | +-----------+---------------------+ 6 rows in set (0.00 sec) Have you tried changing the password?
lirn Posted April 8, 2019 Author Posted April 8, 2019 got it ,I think the domain has been changed from lirn.heliohost.org to tommy.heliohost.org, but I don't know why.
Krydos Posted April 8, 2019 Posted April 8, 2019 We always recommend using tommy.heliohost.org as the mysql host for remote mysql.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now