I tried both MySQL and MySQL (MariaDB Jdbc Driver) under metadataexplorer. none works.
ERROR MSG - MySQL
Communications link failure. Las packet sent to server was 0ms ago
ERROR MSG - MySQL (MariaDB Jdbc Driver)
Could not connect to 67.222.44.171:3306 : Connection timed out: connect
I also tried:
1. enable telnet services, telnet client, telnet server
2. add windows firewall inbound and outbound rule open port 23
3. start telnet server under command prompt. and telnet has started
On command prompt, i tried "telnet 67.222.44.171 3306" , telnet 67.222.44.171 23,
connecting and wait for around 5sec then: Could not open connection to the host, on port 23: Connect Failed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
I'm trying to connect a mySQL db that is under
idserveraddress/phpmyadmin user and psw are correct
I've tried a datasource like the following
jdbc:mysql:172.16.3.xxx/phpmyadmin/:3306/track
No way to see table. If I use other tools like Database.net or Squirrel the connection works.
SQLeo says ... wait loading and in the same time I got a warning message saying:
java.lang.NullPointerException.
I'm quite in a hurry !
Bye
Thanks
Giovannini
Hello
what I know about MySql is that url should be of the form
jdbc:mysql://host:3306/databasename
That seems quite different of yours.
Could you please try with the corrected url syntax,
and launch application in command line using:
java -jar SQLeoVQB.jar
to be able to give us the full error message
Salutations
PAscal
View and moderate all "Technical questions" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I tried both MySQL and MySQL (MariaDB Jdbc Driver) under metadataexplorer. none works.
ERROR MSG - MySQL
Communications link failure. Las packet sent to server was 0ms ago
ERROR MSG - MySQL (MariaDB Jdbc Driver)
Could not connect to 67.222.44.171:3306 : Connection timed out: connect
I also tried:
1. enable telnet services, telnet client, telnet server
2. add windows firewall inbound and outbound rule open port 23
3. start telnet server under command prompt. and telnet has started
On command prompt, i tried "telnet 67.222.44.171 3306" , telnet 67.222.44.171 23,
connecting and wait for around 5sec then: Could not open connection to the host, on port 23: Connect Failed
Are you able to connect using the MySQL native client ?
If no, that means this problem is not SQLeo related ...