I'm a complete newbie to MySQL and PHP. I have a database in MySQL on my local PC. I have already part of my website on-line (the part without PHP).
My questions are:
1. How do I create my database on-line? So far I have done it manualy, but I wonder if there isn't a way to generate scripts and execute them on the server.
2. Once I have that database, how do I get the data in that database? I assume there is a way to import and export data.
3. The ID's of my tables are generated with autoincrement, but how can I get the foreign keys in my others correct so that everything is linked correctly.
Like I said I am a complete newbie.
