This question already exists:
Why am I getting the error 1064 (42000) while importing using MariaDB/“mysql shell”?
2年前关闭。
每当输入
我懂了
错误1064(42000):您的SQL语法有错误;检查手册
对应于您的MariaDB服务器版本,以在'mys附近使用正确的语法
第1行的ql -u root tatoeba MariaDB [tatoeba]>
还有另一种方法可以做这种事情吗?
附言我正在关注这篇文章:https://github.com/Tatoeba/tatoeba2/wiki/How-to-install-Tatoeba
并手动输入密码
2年前关闭。
每当输入
mysql -u username [-p password] database_name < tatoeba_database.sql
我懂了
错误1064(42000):您的SQL语法有错误;检查手册
对应于您的MariaDB服务器版本,以在'mys附近使用正确的语法
第1行的ql -u root tatoeba MariaDB [tatoeba]>
还有另一种方法可以做这种事情吗?
附言我正在关注这篇文章:https://github.com/Tatoeba/tatoeba2/wiki/How-to-install-Tatoeba
最佳答案
删除[-p密码]
mysql -u username -p database_name < tatoeba_database.sql
并手动输入密码
关于mysql - 如何在MariaDb中创建表并将数据导入到sql中? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/43015913/
10-14 00:32