Thread: need help on this server side mysql

Results 1 to 4 of 4
  1. #1 need help on this server side mysql 
    Registered Member
    Join Date
    Dec 2010
    Posts
    76
    Thanks given
    3
    Thanks received
    1
    Rep Power
    1
    what exactly do i put in this if im using x10hosting.com as my host for files

    Code:
    con = DriverManager.getConnection("jdbc:mysql://website/database", "username", "password");

    ive looked alot of places and i dont quite understand what im suppose to put in there
    Reply With Quote  
     

  2. #2  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    25
    Posts
    4,142
    Thanks given
    1,079
    Thanks received
    1,137
    Discord
    View profile
    Rep Power
    5000
    You need to create a database and get the pass, username and host for it then copy it into the relevant areas.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2010
    Posts
    76
    Thanks given
    3
    Thanks received
    1
    Rep Power
    1
    still looking how to find out what the url is to get to my database
    Reply With Quote  
     

  4. #4  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    25
    Posts
    4,142
    Thanks given
    1,079
    Thanks received
    1,137
    Discord
    View profile
    Rep Power
    5000
    Code:
    con = DriverManager.getConnection("jdbc:mysql://www.nameofwebsite.com:3306/name of database", "username of database user", "password of database user");
    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

Similar Threads

  1. [MYSQL Side] Vote4cash HELP
    By Mickt3 in forum Help
    Replies: 14
    Last Post: 02-24-2011, 05:47 PM
  2. Replies: 35
    Last Post: 01-20-2010, 11:41 AM
  3. Replies: 5
    Last Post: 07-21-2008, 07:34 AM
  4. mysql explanation-server side
    By Sub in forum Tutorials
    Replies: 18
    Last Post: 06-08-2008, 11:16 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •