Good morning -
I just setup a database with the "root" user. To assure access to phpmysqladmin, I appended the following lines to the *.sql file:
grant all
on real_data.*
to realdata@localhost identified by 'f2ktsz';
However, when I try to access phpmysqladmin, I get an error stating:
"Wrong username/password. Access denied."
What can I do to fix this? Your advice will be greatly appreciated.
Thanks,
Andrew
I just setup a database with the "root" user. To assure access to phpmysqladmin, I appended the following lines to the *.sql file:
grant all
on real_data.*
to realdata@localhost identified by 'f2ktsz';
However, when I try to access phpmysqladmin, I get an error stating:
"Wrong username/password. Access denied."
What can I do to fix this? Your advice will be greatly appreciated.
Thanks,
Andrew