|
|
| Support FAQs, Tutorials and Contact Info |
Databases FAQ - SupportFrom Support CenterReturn to Support FAQ CategoriesDatabasesWhat kind of database do you offer?
How do I create my first MySQL database?
Do you have a separate server for databases?
How do I use the database import tool?Globat.com Large Database Import/Export Tool (April 2006) At Globat.com, we recognize the changes on the Internet. Over the past year, the use of databases to run interactive sites has increased. Free downloadable Web site systems or applications are now used by most people. On seeing this change, Globat.com decided to take action and assist you with making backups and imports of your database driven Web applications. The tool is as easy as a few clicks. The tool can be accessed at: https://login.globat.com/cp2/db_import_export.php You may have to enter your GCC Control Panel Login Details. Import Guide The import tool allows you to restore a current database with a few clicks. Preparation • Before carrying out the database import, make sure you have created a database to import into, along with a user for that database. If not, information on how to do this can be found at: http://support.globat.com/sc/Databases • The SQL database backup file must be located on your Web space. The Steps 1. Click the “Database Import” Link
2. At the next screen, you should be presented with the following options: • Location: Using the provided tree, guide yourself to your SQL database backup file. An example can be seen below where the file desired to import is ‘stream.sql’. On clicking the database backup file, you will see in the field below the path and filename is visible. Check this is correct before continuing. • Database: Click the arrow to list all the databases under your account. Just click to confirm the database you want.
• Database User: On clicking the arrow, the menu should list all users associated with that database. Choose the user that has the privileges to add items to the database.
• Ignore All Errors: This option is of a personal preference. If you wish to ignore any errors there might be whilst importing the database, check the box. Otherwise, if you need to know that the database has not been created to 100% accuracy of the backup, leave the box unchecked. • Drop All Tables in the Database: This option only needs to be checked when the database has data currently stored within it. The example of this is if you are importing a backup after the current database has become corrupt. In all other instances, this box does not need to be checked. 3. Once all the options have been completely filled out, click the “Start Importing” button.
4. You may now be asked for confirmation for the actions to be carried out. Please check these carefully, as any changes made cannot be reversed.
5. The Import will now take place. You will see a confirmation message when the import is completed.
How do I use the database export tool?Export Guide 1. Click the “Database Export” link.
2.
• Location: Use the tree to navigate to a suitable place to export your database to. The final location will be confirmed in the field below.
• Filename: Choose a filename you want to call you backup file. Make sure you do not specify any extensions on this filename. For example, backup.sql, backup.sql.gz etc… • Database: Click the arrow to bring up the list of databases under your account. To choose a database just click it.
• Database User: Click the arrow and choose the relevant user to export the database under.
• Compression: Unless you are sure that you need zip or gzip compression it is recommend you choose no compression. • Insert Type: It is recommended you choose Complete Insert unless you are confident with MySQL and you know Extended is needed. • Add Drop Tables: If this backup is being made to replace existing data then you should check this box. If the backup will only be filling an empty database then it is not required to be checked. • Ignore all Errors: This option is of a personal preference, if you wish to ignore any errors there might be whilst exporting the database check the box. Otherwise if you need to know that the backup has not been created at 100% accuracy leave the box unchecked. • Now Check Over Your Decisions and Then if Happy Click the “Start Exporting” Button
3. You will now be asked to confirm your actions. Please take time checking this, because any changes caused by the actions of this script are not reversible.
Why has Globat.com introduced its own tool when PHPMYAdmin exports and imports MySQL databases?
What database types are supported?
Which versions of MySQL does Globat.com support?
Where can I find the database import/export tool?
You may need to login using your GCC Control Panel login details. My backup file is located on remote server; can I import it from there?
I cannot create a database to import that backup into!
What are the limits with regards to backup sizes?
I have received an error when importing or exporting a database!
What is PHP?
How can I learn more about phpMyAdmin?
How do I install forum software like PHP Nuke?
What is MySQL?
How often do you backup your servers?
Can I access my MySQL database from command line?
Can I access my MySQL database from an outside connection?
How can I kill hung MySQL processes?
How can I upload my Excel file into a database?
MySQL> load data infile '/usr/local/psa/home/vhosts/yourdomain.com/file.csv'
-> into table tablename
-> fields terminated by ','
-> optionally enclosed by '"'
-> lines terminated by '\n';
Is there a size limit (MB or GB) for my databases?
|







