Search:

Type: Posts; User: aueddonline

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    2,425

    Re: connect to mysql database

    What a mission I made that,

    In the left hand panel there is the libraries folder, I downloaded mysql-connector-java-5.1.18-bin.jar are save it to disk. The right clicked the libraries folder and...
  2. Replies
    5
    Views
    2,425

    Re: connect to mysql database

    I'm using netbeans 6.9

    tools>library

    then I created a new library called mysql and added;

    /usr/share/java/mysql-connector-java-5.1.10.jar &
    /usr/share/java/mysql-connector-java.jar
    ...
  3. Replies
    5
    Views
    2,425

    Re: connect to mysql database

    I've changed my code to this, which it doesn't seem to like all that much, it says "throwable print stack should be removed"



    catch (Exception e)
    {
    ...
  4. Replies
    5
    Views
    2,425

    connect to mysql database

    I'm using the following code to try to establish a connection with my database, I get "Cannot connect to database server" when I run it.

    When I debug, I get this list of error but it doesn't...
Results 1 to 4 of 4