我有一个.sql
文件,我不会只是访问数据库。
我试过了:
mysql -u root -p<password> <database> < myFile.sql
我收到了一个错误:
ERROR: ASCII '\0' appeared in the statement, but this is not allowed unless option --binary-mode is enabled and mysql is run in non-interactive mode. Set --binary-mode to 1 if ASCII '\0' is expected. Query: 'PGDMP
我搜索了这个问题,我发现它可能是一个编码问题。所以我查看了命令的输出
> file myFile.sql
哪个给了:
myFile.sql:PostgreSQL自定义数据库转储 - v1.12-0
以下是我的问题,是否可以使用mysql-server
或sqlite
打开此数据库?怎么样?