Good MySQL host?

For everything that's not in any way related to PureBasic. General chat etc...
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Good MySQL host?

Post by Kale »

I'm currently looking for a good MySQL host to host a site i've built but i have a few requirements:

Must allow multiple databases.
Must allow stored procedures/functions.
Must have PHP v5+ installed.

Any one using a host at the minute with these features or able to suggest one?

thanks.
--Kale

Image
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

I've used 4U for several years now and I've found their service really good and they're reasonably priced too. They do offer PHP & MySQL databases but I don't know about stored procedures - you'd have to enquire about that.

http://www.4uhosting.co.uk/included.php
sphinx
Enthusiast
Enthusiast
Posts: 120
Joined: Thu Oct 26, 2006 6:34 pm
Contact:

Post by sphinx »

- sorry double post -
Last edited by sphinx on Sun Jan 25, 2009 8:16 pm, edited 1 time in total.
sphinx
Enthusiast
Enthusiast
Posts: 120
Joined: Thu Oct 26, 2006 6:34 pm
Contact:

Post by sphinx »

User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Kale,

Not sure if I would jump up and down and say they are great, but I have a domain name through yahoo smallbusiness plan which has PHP, perl and mysql support. I haven't had time to bother using these so I don't know about the version off the top of my head or stored procs but if you can't find anything else you could try there.

I could test something for you I guess too since I don't really use my site for much
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I use GoDaddy because they're cheap and support MySQL/PHP. Their PHP support stinks because they disable some important commands and won't install PEAR modules for you. But you can get around the problems by installing the modules manually and overriding php.ini within your domain.

Did I mention that they're cheap? :)

It's also nice to have domains, e-mail, hosting, and ssl all in one bill.

I tried DreamHost before this and the service was completely oversubscribed and unusable. I was offered a refund as compensation so I took it and left.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

I notice some hosts offer SSH access to the server. I assume this is so you can run command line utilities on the remote server from a SSH client? If this is so do you reckon i could run the mysql command line utility on the server that these hosts provide? If so this would be enough.

Most host only offer phpmyadmin as a way to admin the databases which is not very good for working with stored procedures/functions.
--Kale

Image
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Kale wrote:Most host only offer phpmyadmin as a way to admin the databases which is not very good for working with stored procedures/functions.
If it's web-based then upload your preferred solution.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

SSH might only be for secure file transfer to the server. (SFTP) depends on the service I guess. putty has a psftp client if you need one
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Post Reply