Hi,
i really need help with this :/
the export field in my localhost PHPmyadmin has many fields and I must be doing something wrong, because the receiving end doesnt load the database at all.
I set:
SQL
in STRUCTURE:
Add AUTO_INCREMENT value
Enclose table and field names with backquotes
DATA: complete inserts
Use ignore inserts
Use hexadecimal for BLOB
EXPORT TYPE: insert (as there is nothing on the receiving end, an empty database just)
In SAFE AS FILE I set gzipped, because this is the only compression format supported by the receiving end,
and I dont know, if the description field is really important?
Do I have to set the database name etc, is it obligatory?
I mean all of this:
__SERVER__/ server name __DB__/ database name
Thanks in advance for any help...
Anna