To migrate your current installation from one hosting/server to another hosting/server is so easy. You just need to follow this steps,
- Take a backup of your Bloxby files.
- Take a backup of your Bloxby MySQL database.
- Upload your backup files to new hosting/server.
- Import your backup MySQL database to new hosting/server.
If you use your previous domain name then you are ready to go! But if you want to change your domain name (i.e. from http://abc.com/ to http://def.com/) then you need to edit the file, “/application/config/config.php”
Change the following line,
$config[‘base_url’] = ‘http://abc.com/’;
to
$config[‘base_url’] = ‘http://def.com/’;
Thats it! Your server migration is complete.
Where is the database data to change database name and password?