Hi, we make use of filezilla to upload my pages to my website. Now we wish to know how to upload my database (mysql) to my site. How do we do that? How can we get a record which contains a database? Thanks.
Hi, we make use of filezilla to upload my pages to my website. Now we wish to know how to upload my database (mysql) to my site. How do we do that? How can we get a record which contains a database? Thanks.
I'm assuming that you have a MySQL database locally. Run phpMyAdmin and back up your database (Export). Upload the backup file to the site. Run phpMyAdmin on the site to import the backup file. The php pages are just uploaded as they are.