Thread: MySQL fix?

Results 1 to 9 of 9
  1. #1 MySQL fix? 
    Banned
    Join Date
    May 2010
    Posts
    209
    Thanks given
    50
    Thanks received
    14
    Rep Power
    0
    Im new at using mySQL and I was wondering if someone could tell me how to fix this error:
    Code:
    java.sql.SQLException: No suitable driver found for jdbc:mysql:21//https://share
    d2.xsserver.eu:2083/frontend/x3/sql/index.html
            at java.sql.DriverManager.getConnection(DriverManager.java:602)
            at java.sql.DriverManager.getConnection(DriverManager.java:185)
            at server.createConnection(server.java:180)
            at server.main(server.java:52)
    Starting on 43594
    I'm not sure if i entered the mySQL url in wrong?

    Please help will rep+
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2010
    Posts
    209
    Thanks given
    50
    Thanks received
    14
    Rep Power
    0
    bump
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    You can't use a database name as an url.
    You must use localhost or a server ip, suchas 173.24.193.55
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    May 2010
    Posts
    209
    Thanks given
    50
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by jakehop22 View Post
    You can't use a database name as an url.
    You must use localhost or a server ip, suchas 173.24.193.55
    OK how would i get that
    Reply With Quote  
     

  5. #5  
    damnant quod non intellegunt

    Mr Chainsaw's Avatar
    Join Date
    Sep 2006
    Age
    30
    Posts
    4,058
    Thanks given
    827
    Thanks received
    1,277
    Rep Power
    4664
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2010
    Posts
    209
    Thanks given
    50
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Mr Chainsaw View Post
    Oh so its the ip of my computer not for my hosting gotcha thanks r-s =]

    Edit says it cant find the driver... Im so confused
    Reply With Quote  
     

  7. #7  
    damnant quod non intellegunt

    Mr Chainsaw's Avatar
    Join Date
    Sep 2006
    Age
    30
    Posts
    4,058
    Thanks given
    827
    Thanks received
    1,277
    Rep Power
    4664
    I don't know, I was assuming you were running your server on your computer.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    local = local ip
    nonlocal = nonlocal ip

    inb4logic.
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    May 2010
    Posts
    209
    Thanks given
    50
    Thanks received
    14
    Rep Power
    0
    Do i have to buy a dedicated ip for this to work cause this isnt making sense... I want to make it connect with my website and i have paid hosting..
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •