Mysql
 sql >> Database >  >> RDS >> Mysql

Errore durante il trasferimento del database da MySql a Postgres utilizzando mysql2pgsql

nella directory 'Lib\site-packages\py_mysql2pgsql-0.1.6-py2.7.egg\mysql2pgsql\lib' modifica i 76 file come postgres_writer.py

da

 elif column['type'] == 'datetime':

a

elif column['type'] == 'datetime' or column['type'].startswith('datetime('):

Stavo affrontando lo stesso problema, questa soluzione ha funzionato per me.