skaboss
March 4th, 2006, 01:28 PM
Hello,
I'm a java developper, freshly converted from devian to kubuntu. Always run mysql on debian etch without any problem, but i have 2 big problems on kubuntu :
1- mysql administrator : everytime i want to add or modify a user, i receive the error message : "Duplicate user name, please enter another name." So i have to use grant by the console, wich is far from user friendly !
2- can't connect to mysql via jdbc : the following code
DriverManager.getConnection("jdbc:mysql://localhost:3306/test","root","mypassword");
gives me the error :
Access denied for user 'root'@'localhost.localdomain' (using password: YES)
According to mysql.org, the first problem seems to be a known bug, and they recommend to upgrade mysql administrator, but there is no ubuntu packager for a newer version !
For the second problem, i tried 127.0.0.1 instead of localhost, tried different users and so on with no success... ](*,)
Please help me !
I'm a java developper, freshly converted from devian to kubuntu. Always run mysql on debian etch without any problem, but i have 2 big problems on kubuntu :
1- mysql administrator : everytime i want to add or modify a user, i receive the error message : "Duplicate user name, please enter another name." So i have to use grant by the console, wich is far from user friendly !
2- can't connect to mysql via jdbc : the following code
DriverManager.getConnection("jdbc:mysql://localhost:3306/test","root","mypassword");
gives me the error :
Access denied for user 'root'@'localhost.localdomain' (using password: YES)
According to mysql.org, the first problem seems to be a known bug, and they recommend to upgrade mysql administrator, but there is no ubuntu packager for a newer version !
For the second problem, i tried 127.0.0.1 instead of localhost, tried different users and so on with no success... ](*,)
Please help me !