Hello,
After using the basic App Server functionality of MyEclipse and being very impressed, I noticed a DBBrowser plug-in. However, I’m having trouble connecting it to my MySQL connection. I successfully create a driver definition and a connection definition. I can make a connection, but I get an error stating “No metadata”. I don’t see anything beyond the successful connection.
Here’s the driver configuration:
– name: mydb_mysql
– example url: jdbc:mysql://localhost:3306/mydb
– extra classpath: c:\j2sdk1.4.2_05\jre\lib\ext\mysql-connector-java-3.0.5-gamma-bin-jar
– driver class name: com.mysql.jdbc.Driver
Here’s the connection configuration:
– name: some_name
– drvier: mydb_mysql
– url: jdbc:mysql://localhost:3306/mydb
– user name: root
– password: root (how I configured MySql root account)
Here are the version details…
MySQL: 4.1.5 gamma
MyEclipse: 3.8.1
Eclipse: 3.0.1
Any help would be greatly appreciated!
Regards,
Mike.