Richard G
Verified User
We had a 5.7 mysql running. I tried to upgraded it and SMtalk fixed it for me and it's running fine on MariaDB 10.2 now.
Last night we wanted to do an admin backup/restore to a new server which was ready (but now having some quota issuse).
Alle databases were restored, some with errors, so I rebuild mysql and restored users again, but I keep getting error connecting to the database.
So I had a look via the da_admin user if there were any differences and then I see this.
On the old server it looks like this (I used the xxxx to mask, don't know if they are passwords):
on the new server it looks like this:
I think the issue is here that on the new server the mysql_native_password is not present.
What is causing this issue?
Both are MariaDB 10.2.26
I can do what I want, keep getting this for every user:
How can this be fixed?
Last night we wanted to do an admin backup/restore to a new server which was ready (but now having some quota issuse).
Alle databases were restored, some with errors, so I rebuild mysql and restored users again, but I keep getting error connecting to the database.
So I had a look via the da_admin user if there were any differences and then I see this.
On the old server it looks like this (I used the xxxx to mask, don't know if they are passwords):
Code:
mysql_native_password | *481110441517xxxxx93CC5496xxxxxxxxx
| localhost | user12_wp1 |
on the new server it looks like this:
Code:
| localhost | user12_wp1 | *0108545B2DC7xxxxx7BF6E56EF4xxxxxxxx
I think the issue is here that on the new server the mysql_native_password is not present.
What is causing this issue?
Both are MariaDB 10.2.26
I can do what I want, keep getting this for every user:
Code:
ERROR 1045 (28000): Access denied for user 'user12_wp1'@'localhost' (using password: YES)
How can this be fixed?