How can I replace MySql 3.22.xx with MySql 3.23.34. Uninstall 3.22.xx ?
Thx.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request
What's error 1062 ?
Thanks.
I use mysql-jdbc-java.
I connect java with my database and I've this message :
DBLocationHandler: Figuring out the locations and names! (This is a one-time
operation!)
*** ERROR ***
DBLocationHandler:SQL Exception: Column Index out of range
*
java.sql.SQLException: Column Index o
This is my problem.
I use JDBC and I'm connect my code with my table.
If i use database test, it' ok but if i use another db (ex : link ) i 've an error :
SQLException: General error: Access denied for user: '@localhost' to database 'mysql'
SQLState: S1000
VendorError: 1044
java.lang.NullPo
I create a connection with Java and mm.mysql-1.0.
I 'm running and this the complier messages :
SQLException: General error: Access denied for user: '@localhost' to database 'link'
SQLState: S1000
VendorError: 1044
java.lang.NullPointerException
at conectiondb.ConnectionDB.(ConnectionDB.jav
Sorry for my English.
I would like use jdbc with MySQL.
I write this code but I've a running error.
Why ?
The code :
import java.sql.*;
import java.util.Properties;
import java.io.FileInputStream;
import java.io.IOException;
public class ConnectionDB {
private Connection con;
public Conn