March 2010

SQL download from PHPMyAdmin

To create the database backup, you have three options .

1. Use the cpanel backup option.  This is usually the easiest., however the file will be in .sql.gz format.   If using this option, you will need to first unzip the file using a program such as winrar, then to open the file, unless you have another program already setup to open it, you would use wordpad.

2. Alternative way:

a. login to cpanel
b. click on mysql databases
c. scroll down and click on phpmyadmin
d. If you have more then 1 database, on the left hand side choose the database you want to download.  Do NOT click on any tables for the individual database
e. on the right hand side, click on “export” and make sure that all your tables listed are highlighted.
f. Make sure “save as file” is selected
g. click on “go”

This will allow you to download your database into a .sql file.

3. Another alternative:

Use the same steps as above except on step 6 do NOT “save as file”.  This will display your complete database within the browser window, and you can then do a “copy/paste” into a wordpad file.  If using this method, if saving the information to your local system, save the file as a .sql in case you ever need to import it to phpmyadmin.

WARNING:

If your Database is excessively large, and you may experience issues with either method above if you have any instability with your connection between your location and the server.

If you continue to experience issues, contact your support, advise you are having issues, and ask if a technician can create a backup and save it to your file structure so that it can be downloaded via browser.

They will usually need the following information:

1. Last four of card on record, account username, account password (this is for ownership verification)
2. Database name, database username, database password
3, Location where you would like the database backup moved to, must be inside public_html to allow for download via browser.
4. Url of this forum, so that they can see the history of this issue

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Difference between Linux and Windows hosting.

Windows hosting is more expensive, less dependable, less well supported, and less capable than Linux. Unless you are running applications (such as ASP or .Net, or use MSSQL) that absolutely require a Windows server and/or database, stick with Linux.

Note that some Windows services (e.g., ASP) may be available on a Linux server for extra cost (work-alikes such as Chilisoft). If you’re going to pay extra for something like that, you might want to go ahead and go 100% Windows, just so there’s no question about compatibility.

Windows and Linux often use two different web server applications. Windows sites use the Windows IIS server, while nearly all Linux sites use Apache.

Linux sites focus on PHP, Perl and other open-source script languages for server side scripting. Windows-based sites use ,NET and ASP technologies. They might also offer support for PHP.

Linux sites offer MySQL as the database for backend content storage. Windows sites will probably offer SQL Server, though some offer the Windows versions of MySQL as well.

There shouldn’t be any difference between the two if you use strict web standards in your HTML. However, you need to be aware of the fact that, since Dreamweaver is a Windows-only product, it may insert some non-standard things into your HTML. Frontpage also does this.

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.