it won't work that way because mysql is just too different. You might want to look at the latest version of pgloader.
Regards
Jan
miks87 <michele.imperiali@hotmail.it> schrieb:
Hi Adrian, thanks for your answer. I'm using the export wizard from within phpmyadim and I'm exporting in SQL. Then I'm simply trying to execute the SQL code within pgAdmin but I get several errors in the code: a few examples are the use of "AUTO_INCREMENT" or also check conditions on table attributes (I get error on the clause ON). Also I get error when integer attributes are specified with the notazion int(maxlength)...