Setting up local project/database |
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 )
|
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, 04:36 AM
RE: Setting up local project/database - by Villan007 - 09-26-2016, 06:17 AM
RE: Setting up local project/database - by InsiteFX - 09-26-2016, 10:03 AM
RE: Setting up local project/database - by Villan007 - 09-27-2016, 04:24 AM
RE: Setting up local project/database - by InsiteFX - 09-27-2016, 12:35 PM
|