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
Post a Comment