sh: 0: Can't open mysql2sqlite

♀尐吖头ヾ 提交于 2020-01-05 05:19:16

问题


I want to convert .sql file to .sqlite. i got the script from here link I am trying to execute script like this

./mysql2sqlite country.sql | sqlite3 mysqlite3.db

but getting error like this

bash: ./mysql2sqlite: No such file or directory

when I tried like this

sh mysql2sqlite country.sql | sqlite3 mysqlite3.db

I am getting error as

sh: 0: Can't open mysql2sqlite

I am not getting script is wrong or the way i am doing is wrong ? is there any way i can do it.

来源:https://stackoverflow.com/questions/53408196/sh-0-cant-open-mysql2sqlite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!