09-09-2017, 12:26 PM
It's actually super easy. All you have to do is
1. Go into php myadmin.
2. Export the database
3. Copy all your files to the webserver
4. Create a database on the webserver (ideally with the same name as your local one, but not necessary)
5. Import your database to the webserver
6. Edit users/init.php with your new database credentials
That's it. It should pretty much work.
1. Go into php myadmin.
2. Export the database
3. Copy all your files to the webserver
4. Create a database on the webserver (ideally with the same name as your local one, but not necessary)
5. Import your database to the webserver
6. Edit users/init.php with your new database credentials
That's it. It should pretty much work.