Hello there . I am developing my PHP-MySQL site locally on XAMPP installed. And I am creating databses and tables in my MySQL databse . So after finishing things with the databse can i “upload” the “configuration” of my database to the hosting company’s provided database? . So if lets say i have set up the database locally so that users can egister and the same now they can do with the remote database .
I mean how to make my local and remote database look exactly the same ??? .(So i wont have to type all long SQL queries on phpMyAdmin).
Thanks in advance!!