Results 1 to 8 of 8

Thread: MySQL

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2010
    Posts
    94

    MySQL

    I have an account on x10hosting.com

    I have the MySQL connector dll for .net, but am having problems.

    1) When I go to phpmyadmin on cpanel, it says the server is localhost. I am confused by which IP i am supposed to use to connect, as im pretty sure just localhost will not work.

    2) When connected, can i use credidentials from an account already made to access the database, or do i need to use the admin credidentials?

    I would be willing to pay someone to help me get it set up if I cannot get much help here.

    Thanks
    -RJ

  2. #2
    PowerPoster Evil_Giraffe's Avatar
    Join Date
    Aug 2002
    Location
    Suffolk, UK
    Posts
    2,555

    Re: MySQL

    Quote Originally Posted by rvbfreak View Post
    1) When I go to phpmyadmin on cpanel, it says the server is localhost. I am confused by which IP i am supposed to use to connect, as im pretty sure just localhost will not work.
    Have you tried it?

    Quote Originally Posted by rvbfreak View Post
    2) When connected, can i use credidentials from an account already made to access the database, or do i need to use the admin credidentials?
    You need to use the credentials of a database account. The admin account on your control panel is not a database account.

  3. #3
    Member
    Join Date
    Sep 2010
    Location
    Iowa, USA
    Posts
    45

    Re: MySQL

    Quote Originally Posted by rvbfreak View Post
    I have an account on x10hosting.com

    I have the MySQL connector dll for .net, but am having problems.

    1) When I go to phpmyadmin on cpanel, it says the server is localhost. I am confused by which IP i am supposed to use to connect, as im pretty sure just localhost will not work.

    2) When connected, can i use credidentials from an account already made to access the database, or do i need to use the admin credidentials?

    I would be willing to pay someone to help me get it set up if I cannot get much help here.

    Thanks
    -RJ
    Does x10hosting allow remote connections to MySQL databases? Most hosts don't allow remote connections unless you have a dedicated server hosting package.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2010
    Posts
    94

    Re: MySQL

    x10hosting does allow remote connections, but it says that you need to enter the IP of the remote connection.

  5. #5
    Member
    Join Date
    Sep 2010
    Location
    Iowa, USA
    Posts
    45

    Re: MySQL

    Quote Originally Posted by rvbfreak View Post
    x10hosting does allow remote connections, but it says that you need to enter the IP of the remote connection.
    The free hosting does not allow remote connections. You need to sign up for premium hosting in order to access a database remotely. I signed up earlier today to see what it was all about, and I saw that remote access IP addresses area also. I don't understand why it's there, because they say clearly here that it is not allowed with free hosting. It must be there to draw you in.

    I ended up just ordering a hosting package from databasemart.com earlier tonight and it was up and running in less than ten minutes. If you have $7 a month to spend it might be worth it. I'm going to give it a shot for a couple months. Merry Christmas to me.
    Last edited by Avidesk; Dec 13th, 2010 at 09:32 PM.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jun 2010
    Posts
    94

    Re: MySQL

    hmm, are there any other 'free' methods of making databases? I want to make a VB app where the user can log in and it shows their number of credits.

  7. #7
    PowerPoster Evil_Giraffe's Avatar
    Join Date
    Aug 2002
    Location
    Suffolk, UK
    Posts
    2,555

    Re: MySQL

    Oh, you want to use the database remotely. I assumed we were talking about a program that ran on the server.

    You might want to look into having a Web Service on the server that talks to the database, and your application talks to the Web Service.

  8. #8
    Addicted Member
    Join Date
    Sep 2009
    Posts
    176

    Re: MySQL

    Quote Originally Posted by rvbfreak View Post
    hmm, are there any other 'free' methods of making databases? I want to make a VB app where the user can log in and it shows their number of credits.
    For VB applications, I use db4free.
    It can be connected to remotly!
    PHP Code:
    $im_addicted_to_programming true

Posting Permissions

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



Click Here to Expand Forum to Full Width