Welcome Guest, Not a member yet? Register   Sign In
Error Message
#11

(This post was last modified: 01-14-2018, 04:04 AM by jreklund.)

1. Dump (export) database with phpmyadmin
2. Import database with phpmyadmin (MAMP Pro, or manually install it inside your localhost folder)
3. Use FTP program to backup your site
4. Create a virtual host (MAMP Pro, or use localhost as address)
http://documentation.mamp.info/en/MAMP-P...s/General/
5. Change $config['base_url'] inside application\config\config.php to your virtual host name.
6. Change database settings inside application\config\database.php as discussed earlier.

The steps above are level: 1

Fixing your problem.
New to Codeigniter: 3-4
New to PHP and everything that is web developing: 7-8
Never programmed in your life: 9-10
Reply
#12

You can also create the database in phpMyAdmin and then copy and paste the exported sql statements
in phpMyAdmin's SQL.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB