MySQL - Can login w/ root via myPHPAdmin, but not remotely
I've installed MySql and the add-on package phpMyAdmin and can login just fine using the
root account. However when I create additional accounts and grant them full rights, they can't login. Creating accounts like this:
CREATE USER 'johndoe' IDENTIFIED BY 'johndoe';
GRANT ALL ON *.* TO 'johndoe';
In addition, when I install something like MySQL Workbench on another machine (Win7 x64) on my network, ...
more ...
Statistics : 2 Post || 9 Views
Post by
swamplander