I have a problem to enter the control panel of phpMyAdmin, everything happened because I'm doing an application for Android in visual studio using xamarin, in which he asks for my username and password, after being investigated why he could not access the database from the application, I came across this document .
Then I did the thing to add those two lines of code in a tab that comes out in the control panel of phpMyAdmin (I do not remember which tab it is) but it has a box where you can put code, well leaving aside the android application , what I did was put these two lines:
SET SESSION old_passwords=0;
SET PASSWORD=PASSWORD('YOURDATABASEPASSWORD');
But, I forgot to change the part where it says "YOURDATABASEPASSWORD" , and just as I saved it. And that was when I was out of the control panel and I got the error # 1045 .
And the bad thing is that I have another database where I manage a system of inventories and I can not enter from the login that was implemented, on that page I get this error:
Connection failed: Access denied for user 'C191620_frank'@'98.130.0.220' (using password: YES)
Wow, those two lines of code left me out of everything.
Is there a way to log in again?
If so, do I lose what I already have in my other databases?
I use ixwebhosting
, and PHP
upload from Dreamweaver
.
Thank you in advance.