Error in mysql connectivity with netbeans while creating database? -



Error in mysql connectivity with netbeans while creating database? -

i using xampp.i want connect mysql netbeans.i tested connection while creating new connection database in services tab.i connection successful message.but while trying create database error

access denied user"@'localhost' database 'student'

for mysql

revoke privileges

revoke privileges on *.* 'student'@'localhost';

then grant appropriate privileges desired:

grant select,insert,update,delete on `db`.* 'student'@'localhost';

in case may want

grant privileges on *.* 'student@localhost';

finally, flush:

flush privileges;

mysql database netbeans

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -