I have many years of development behind me with other languages and with MS SQL Server, BUT I am a total 'newbie' to PHP & MySQL - so please be patient and 'gentle'....
I have my MySQL Server set up and can access it by both PHPMyAdmin and via its 'native' GUI interface Workbench.
I can log into it with the 'root' username & associated password.
And I can use PHP to Connect to it with the 'root' username & associated password.
I then went on to add 2 new users to MySQL and I gave them Full Rights (as confirmed in both Workbench & PHPMyAdmin).
But when I attempt to Connect to the MySQL Server with those usernames, I get an error indicating that the username is not valid.
Any suggestions/advice on what I need to do to correct this would be greatly appreciated.
Thanks,
JRB-Bldr
I have my MySQL Server set up and can access it by both PHPMyAdmin and via its 'native' GUI interface Workbench.
I can log into it with the 'root' username & associated password.
And I can use PHP to Connect to it with the 'root' username & associated password.
I then went on to add 2 new users to MySQL and I gave them Full Rights (as confirmed in both Workbench & PHPMyAdmin).
But when I attempt to Connect to the MySQL Server with those usernames, I get an error indicating that the username is not valid.
Access denied for user 'wpuser'@'localhost' (using password: YES)
Any suggestions/advice on what I need to do to correct this would be greatly appreciated.
Thanks,
JRB-Bldr