Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Where can I upload an sql database to test?
My website hosting provider doesn't offer mysql services. I've been working with wamp and just want to see if I can work with an online sql database.
6 Answers
- xer0blastLv 51 decade agoFavorite Answer
if you just want to test it then you can apply a free hosting here:
http://byethost.com/index.php/free-hosting
it support php & mysql.
- 1 decade ago
I'd recommend downloading and installing MySQL from the mysql site - you'll learn a lot of valuable things just by installing it.
If you're looking for some great SQL practice questions then check out this site:
Source(s): http://www.programmerinterview.com/ - 1 decade ago
It will work fine online if it work on WAMP, although your provider might not allow you to make databases through code, but rather, you'll have to make it through their hosting website's UI.
- 1 decade ago
I don't know where you can post a sql database but if your looking for a web host that will give you multiple sql databases check here: http://www.centralfusion.com/
Source(s): http://www.centralfusion.com/ - How do you think about the answers? You can sign in to vote the answer.
- Anonymous1 decade ago
Get an account with a hosting provider that does offer MySQL.
If it works on your WAMP it'll work on the Internet.
- Anonymous5 years ago
Use mysqldump to get a replica of your table shape and information. Then import them into your database, create the tables and cargo the concepts. get entry to you need to use to hook up with the MySQL database by ability of how. you in simple terms want the MyODBC driving force.