Login + Backend system that is written for codeigniter. You can easely include this in CodeIgniter V3 Dev.
Via browser:
You can install the required database simply trough the browser.
- Add database credentials to
application/config/database.php - Run
<url>/index.php/Database_config
Via MySQL (Command-line):
- Upload the
.SQLfile to your webserver. - Connect with the server trough SSH
- execute
mysql -u 'MySQL user' < /path/to/Database.sql