Welcome Guest, Not a member yet? Register   Sign In
Setting up local project/database
#4

(This post was last modified: 09-26-2016, 10:05 AM by InsiteFX.)

How to import and export database using XAMPP and phpMyAdmin

You can easily create MySQL databases in your localhost.

If you don't have a server or you want test/configure build in local system. You can install XAMP, XAMP is a free and open source 
cross-platform web server solution stack package.

1) Start MySQL using XAMPP control panel.
2) Open your web browser and navigate to phpMyAdmin (http://localhost/phpmyadmin/).
3) Click the database tab. Enter the 'database name' and click 'create'.
4) Click the 'import' tab and browse to your database and click 'GO'.
5) You will get success message if successfully imported your database.

Exporting a database to a sql file click on the export tab and follow directions.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Setting up local project/database - by Villan007 - 09-25-2016, 11:51 PM
RE: Setting up local project/database - by InsiteFX - 09-26-2016, 10:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB