Page 1 of 2 12 LastLast
Results 1 to 15 of 19

 

Thread: Hosting MySql elsewhere

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    271
    Thanks
    14
    Thanked 13 Times in 12 Posts


    I have run out of MySQL databases on my hosting account (only allowed 15), now I'm just wondering if it is possible to get a new hosting account that has unlimited databases and be able to connect to them from webpages built on my original hosting.

    I'm sure it's an easy answer for some of you?

    Thanks
    Darren

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Sep 2007
    Posts
    1,351
    Thanks
    43
    Thanked 72 Times in 63 Posts
    cant u just add some more tables to the databases u have?

  3. #3
    ep90's Avatar
    Procrastination guru

    Status
    Offline
    Join Date
    May 2006
    Location
    Herefordshire
    Posts
    555
    Thanks
    58
    Thanked 26 Times in 24 Posts
    Yes, you can do this you just use the IP address of the new MYSQL server. Depending on where this is hosted you may intoduce a delay as one server gets the data from the other over the internet.
    Procrastination guru

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    355
    Thanks
    0
    Thanked 22 Times in 19 Posts
    Quote Originally Posted by bedazzledaz View Post
    I have run out of MySQL databases on my hosting account (only allowed 15), now I'm just wondering if it is possible to get a new hosting account that has unlimited databases and be able to connect to them from webpages built on my original hosting.

    I'm sure it's an easy answer for some of you?

    Thanks
    Darren
    Hello Darren,

    You can have a look at our cpanel hosting packages at UK Shared Cpanel Hosting | PHP MySQL Linux Web Hosting

    You can create as many databases you wish and host unlimited domains.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    271
    Thanks
    14
    Thanked 13 Times in 12 Posts
    The databases are for different sites so i'm not sure adding tables to the existing ones is an option.

    Thanks for the info, if it's going to cause some delays then I think i'd rather just change the domains across to be on the same servers.

    Cheers :tup

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Jul 2008
    Posts
    41
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Depending on the scripts used, you can have multiple sites using the same mysql db. eg I have a few wordpress blogs all using the same db, they each have the same mysql user/pass but each blog has a different table prefix

    e.g

    site one has the prefix site1_
    site two has the prefix site2_

    Unless the sites were really busy I can't see any issues with going down this route.

    While you can have mysql on a different server, if it is not in the same data centre then you will be adding delays to page load time.

    As you said you could just move some sites to a different account, which has its own benefits as if one hosting account was to have server issues, not all of your sites would be affected.

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    271
    Thanks
    14
    Thanked 13 Times in 12 Posts
    Ah I wasn't aware you could do that, I wouldn't even know how to to be honest either as hosting a few wordpress sites on one database would be a good solution

  8. #8
    Registered User

    Status
    Offline
    Join Date
    May 2008
    Posts
    797
    Thanks
    16
    Thanked 19 Times in 16 Posts
    if y0our looking for a very cheap solution just to have unlimited mysqlk databases use hostgator .. i pay about $7 ( about £3 ) a month for the baby reseller but the cheaper packages may offer the same

    Web Hosting, Reseller Hosting, and Dedicated Website Hosting w/ cPanel - HostGator
    High Quality Bed Frames From BedFrames.co.uk
    bed frames

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    271
    Thanks
    14
    Thanked 13 Times in 12 Posts
    I looked at Hostgator yesterday and was amazed as the pricing, and almost signed up the the business hosting as it was just $12.95/month.

    I'll need to do some review research to see who's decent enough.

    Does anyone know anything about UK2.net's hosting, reliability etc, their prices seem very good too

  10. #10
    Registered User

    Status
    Offline
    Join Date
    May 2008
    Posts
    797
    Thanks
    16
    Thanked 19 Times in 16 Posts
    hostgator are awesome
    and the fact they are in the states hasnt affected my rankings for sites such as king size beds ( im # 1 )
    High Quality Bed Frames From BedFrames.co.uk
    bed frames

  11. #11
    Registered User

    Status
    Offline
    Join Date
    Sep 2007
    Posts
    1,351
    Thanks
    43
    Thanked 72 Times in 63 Posts
    Quote Originally Posted by jonsimmonds View Post
    Depending on the scripts used, you can have multiple sites using the same mysql db. eg I have a few wordpress blogs all using the same db, they each have the same mysql user/pass but each blog has a different table prefix

    e.g

    site one has the prefix site1_
    site two has the prefix site2_

    Unless the sites were really busy I can't see any issues with going down this route.

    While you can have mysql on a different server, if it is not in the same data centre then you will be adding delays to page load time.

    As you said you could just move some sites to a different account, which has its own benefits as if one hosting account was to have server issues, not all of your sites would be affected.

    this is what i meant

  12. #12
    Technophobe Geek

    Status
    Offline
    Join Date
    Jan 2005
    Location
    Cumbria, UK
    Posts
    805
    Thanks
    11
    Thanked 21 Times in 21 Posts
    Generally the web server and MySQL server can be 12,000 miles apart if you wanted, but you'd need to be able to set access rights on the MySQL dbases in the form of the web server IP just so it knows that's legit. Plus check with the DB server hosting company that they allow external connections.

    Easier solution is simply to move the sites to a host without the limits, or upgrade your package. I guess you could also buy a second package and use that exclusively for dbases depending what's cheaper (make sure the web sites and dbases are on the same machine).

    Of course you could also just go all out and get a dedicated server then it's only disk space limiting you. Or if you wanna be fancy, have a web server and a MySQL server of your own. Or a server farm with clustered MySQL servers....or....


    As for hosts - yeah UK2 are cheap, but don't expect any significant support and do expect to have a lot of problems trying to move away! Also not sure what exactly they allow you to do in this line.

    Also I'd avoid Fasthosts just for reliability and essentially anyone cheap if this is a business web site as you do want it to stay upright ideally.

    Trev

  13. #13
    Registered User

    Status
    Offline
    Join Date
    May 2008
    Posts
    797
    Thanks
    16
    Thanked 19 Times in 16 Posts
    Quote Originally Posted by trevHCS View Post
    Also I'd avoid anyone cheap if this is a business web site as you do want it to stay upright ideally.

    normally would agree but hostgator are very cheap ( just because of the sheer size of them )
    and their support is great & ive never had a site down .. ( although i have through my own stupid cock up ) but nothing their fault
    High Quality Bed Frames From BedFrames.co.uk
    bed frames

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Nov 2003
    Location
    Market Rasen, Lincolnshire.
    Posts
    263
    Thanks
    3
    Thanked 1 Time in 1 Post
    I would also recommend HostGator very highly. Cheap, yes, but their service has been extremely reliable for the four years I have been with them.
    :tup
    Andy

    Make Gift Giving Personal and PersonaliseYaGifts | My New Blog about AffiliateLiving

  15. #15
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    271
    Thanks
    14
    Thanked 13 Times in 12 Posts
    Cheers Guys, I'm with 1&1 at the moment and have never had a problem but I don't really fancy doubling my monthly fee just for extra databases when so many other hosts have unlimited for less than I pay already.

    Hostgator could be worth a punt at those prices anyway :tup

Page 1 of 2 12 LastLast


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 12-08-08, 11:35 AM
  2. [UK] Reseller Hosting with 24x7 Free End User Support
    By Josh-A in forum Web Hosting & Security
    Replies: 0
    Last Post: 20-02-08, 10:40 AM
  3. Merry Christmas from WebHosting.UK.com
    By Josh-A in forum Web Hosting & Security
    Replies: 0
    Last Post: 24-12-07, 04:43 PM

Bookmarks

Posting Permissions

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

Content Relevant URLs by vBSEO 3.5.0 RC2