Category: MySQL Databases

How to import a database file in existing database?

To import data into your database, access the phpMyAdmin tool via the phpMyAdmin icon right next to your database name. Once you login, select the database from the left frame and click on the Import button that will appear at the top of the central frame. At the import screen, browse the file that you wish …

Continue reading

How to create a new database?

MySQL database is used to store user information in a structured way. MySQL databases are used with most PHP applications. To add new database to your hosting account, click on the “Create New Database” action button. This will open a new pop-up window, where you will have to fill in the database username and desired …

Continue reading