Menu

Remote connection to mySQL database under myphpadmin

Anonymous
2012-10-30
2015-08-14
  • Anonymous

    Anonymous - 2012-10-30

    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

     
  • PAscal

    PAscal - 2012-11-04

    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

     
  • Anonymous

    Anonymous - 2015-08-13

    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

     
    • PAscal

      PAscal - 2015-08-14

      Are you able to connect using the MySQL native client ?
      If no, that means this problem is not SQLeo related ...

       

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.