I am attempting to publish a PHP/MySQL site for the first time. I have everything running correctly on my local machine. I assumed that I could create all my tables locally and then upload them (ftp) them to the proper directory on the site.
I just found out that with the web host provider I chose, I do not have any write permissions to the directory where they store the tables. I do use phpmyadmin on my local machine and the web host provider provides phpmyadmin also.
My question is can I still create my table on my local machine and them upload them somehow using phpmyadmin? What is the best way for me to get the table data to the server?
David