DB Terminal fails to connect to database
Submitted by Sunday, 4 February, 2007 - 15:57
on
i am running jedit 4.2final, and DB Terminal 0.1.1 on linux (ubuntu dapper).
i finally figured out how to install the java driver, i think?. i downloaded version mm.mysql-2.0.14-bin.jar and put in in .jedit/jars. i was getting array out of bounds errors with version 3.
in the DB Terminal connection window i have:
host: 127.0.0.1
database: depot_development
user: root
password:
DB Type: MySQL
but on connect i get the following error:
"Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.lang.NumberFormatException)"
i can log on just fine with:
mysql -u root --protocol=TCP --port=3306
and
mysql -u root --protocol=SOCKET
any ideas anyone? thanks many.
i finally figured out how to install the java driver, i think?. i downloaded version mm.mysql-2.0.14-bin.jar and put in in .jedit/jars. i was getting array out of bounds errors with version 3.
in the DB Terminal connection window i have:
host: 127.0.0.1
database: depot_development
user: root
password:
DB Type: MySQL
but on connect i get the following error:
"Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.lang.NumberFormatException)"
i can log on just fine with:
mysql -u root --protocol=TCP --port=3306
and
mysql -u root --protocol=SOCKET
any ideas anyone? thanks many.