I\'m having troubles with my project , it involves JDBC and Mysql connection .
JDBC
Mysql
When I do the following :
private Statement m_
Either the username/password is wrong or the user is missing privileges to access the schema/table. Grant privileges using
GRANT ALL PRIVILEGES ON . TO 'root'@'localhost' WITH GRANT OPTION