Quote:
|
Originally Posted by psili
I've never done it, but this is how I'd envision doing it:
Create a similar schema in mySQL,
Dump the data to delimited text file from PostgresSQL
Load Data INFILE into the mySQL db?
|
thats the simplest solution in the book.