|
Posted by Jerry Stuckle on 07/13/05 19:58
bettina@coaster.ch wrote:
> Yes, DB is my database. It was originally an Access DB. Then I created
> the same structure with phpMyAdmin and exported my Access DB to MySql.
> It was located under mysql/data.... and everything was ok. Now I
> wanted to send everything to my server. The provider supports MySql and
> PHP. Should I first reproduce the structure of my local DB with
> phpMyAdmin on my server? And then import the data? In phpMyAdmin I see
> only the button Exportieren... Should I export from my phpMyAdmin local
> to the server??
>
Bettina,
Yes, you must export your data from the local database. Ensure you export both
structure and data.
Then simply create the new database on the server (same name), and use
phpMyAdmin to execute the file you just exported as SQL statements.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|