vote up 2 vote down star
1

I know similar questions have been asked here, but I don't see any with heavy emphasis on this particular issue.

(Hosting my own site isn't an option since I don't have $$ for a home server.)

I'm currently with bluehost, but don't like their limited tools for interacting with mysql. Setting up database users and permissions is clunky and has to be done through their control panel and can't be scripted.

Are there any (non dedicated server) web hosts that allow for full access to all mysql tables or direct access to apache configuration files other than .htaccess?
bluehost only gives direct command line access to my personal database and I can only control apache settings via .htaccess.

I also dislike how bluehost adds my domain user name to the database name and to all the database user accounts that I create.

Please recommend best hosting company for php and mysql and share your thoughts about why.

flag

My friend who seems to know more about this sort of thing than I do actually recommended Bluehost. I'm interested to know if theres a better option. – tehblanx Apr 28 at 15:19
I think it would be nice to know where you want you hosting. – Hippo Apr 28 at 15:20
What country or continent? – gbn Apr 28 at 15:45
hosting in country: USA – 42 Apr 28 at 15:58
1  
I disagree with the "not programming related" label as it applies to the developing and production environments the OP is trying to use. The "which is the best" portion of the question is subjective, but it has overall merit for how to choose a host for web projects. – Rob Allen Apr 28 at 16:06
show 4 more comments

closed as not programming related by Daniel Lew, Thomas Owens, Tom Ritter, gbn, Adam Davis Apr 28 at 16:01

4 Answers

vote up 1 vote down

Take a look at the type of hosting you are getting. As a dev, it certainly helps me to have a Reseller hosting account which allows me my own sandbox to play in. I can build as many domains, sub domains, MySQL databases, users, etc. as space allows (and space allows a lot).

My current host is ResellerZoom.com and my experience with them has been positive. I would, however, suggest trolling the WebHostingTalk.com forums before signing on to any hosting account of any kind. There you may get unlisted offers from hosts and more up-to-date feedback from IT-savvy customers.

EDIT If you can afford a Virtual host (typically starting in the mid $20 US per Month range for linux -based virtual hosts), then you can have access to all of the different configurations as if it were your own machine.

link|flag
vote up -1 vote down

Whatever you do I would not recommend Host Monster as they are very slow. There user support is pretty good though.

link|flag
vote up 0 vote down

If you have a fast enough connection and enough ram/processor, I would highly recommend looking into using a Virtual machine. VirtualBox from Sun offers a personal version for free.

In addition, if ~$75 a month is within your price range, I would also recommend Amazon's EC2 where you only pay for what you use. The ~$75 a month is about the cost for 1 month's usage running 24x7. If you know that no one uses your site during the middle of the night, you can turn off your Amazon machine for an increased savings. Be sure to read up on their documentation. I should also add that Amazon offer's both US and EU datacenters.

link|flag
2  
If he is using a residential internet connection he could risk violating his Terms of Service with his ISP by hosting a website over his residential connection. – TheTXI Apr 28 at 15:25
I'm not sure if that's in the terms of service for verizon dsl, but I don't want the power drain on my electricity bill each month either. – 42 Apr 28 at 15:36
I have also had very good experience with westhost.com – Jordan S. Jones Apr 28 at 15:49
vote up 0 vote down

Related: Good PHP hosting options?

link|flag
I saw that post, but didn't see anyone discussing the aspect of access to system/settings and administration tools for mysql/php/apache. – 42 Apr 28 at 15:34

Not the answer you're looking for? Browse other questions tagged or ask your own question.