I am new too.:)(15 days)
try this dos prompt
mysql -u root
and this in mysql prompt
mysql>Use mysql;
mysql>GRANT ALL PRIVILEGES ON *.* TO Username@hostname;
above mean root will give your user name all Privileges Access(like Create,select) to your username@hostnamel;
after that you should have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.