How to create a MySQL database

You can create databases from the Control Panel. 1. To do this, access the User Area at https://users.spacewww.com Once inside the User Area, go to the section “Your Services” –> “Detail” (of the web hosting) –> “Control...

Import databases using PhpMyAdmin

The PhpMyAdmin utility lets you IMPORT databases by using a text file containing the SQL statements of a database, which generates the tables and data previously exported from another database. We need to import a previously generated file. Ensure you have a copy of...

Export databases using PhpMyAdmin

The PhpMyAdmin utility lets you EXPORT databases, meaning you can get all the contents of a database in a text file. This is useful for creating a backup copy or transferring that content to a different database engine. 1. Access PhpMyAdmin using your administrator...