I doubt if this is the right section to post...
But, for a clarification
I always use "jdbc:mysql ://localhost:3306/dbname" to access the mysql database server given also the username and the password
But, i would like to access that db server from another workstation,
I replace "localhost" to an ip address and added a grant privileges before accessing.... and i cant...
I can't trace what's lacking with the setup...
OS: Ubuntu
I need help, could somebody here?
But, for a clarification
I always use "jdbc:mysql ://localhost:3306/dbname" to access the mysql database server given also the username and the password
But, i would like to access that db server from another workstation,
I replace "localhost" to an ip address and added a grant privileges before accessing.... and i cant...
I can't trace what's lacking with the setup...
OS: Ubuntu
I need help, could somebody here?
Comment