我是postgresql的新手,刚刚开始使用它。我正在尝试将文件加载到表中,但遇到了一些问题。"Bharath"|Kumar|Krishnan qwerty|asdfgh|lkjhgLOAD CSV....fields optionally enclosed by '"',fields terminated by
在编写代码后,当我运行pgloader脚本时,它以这种方式失败: from mysql://xxx:yyy127.0.0.1/zzz2020-05-25T04:28:14.275000Z DEBUG CONNECTED TO #<PGLOADER.PGSQLDEBUG SET maintenance_work_mem TO '4096
pgloader mysql://root:root_password@127.0.0.1/mysql_database postgresql://postgres_user:postgres_pass@127.0.0.1/postgres_databasecreate user 'pgloader'@'localhost' identified with mysql_native_passwordby 'pass'
但