我正在尝试将一些 json 数据导入 MySQL,但我收到了权限被拒绝错误。我正在导入的文件是否存在权限问题?我如何解决它?
sudo mysqlsh root@localhost --schema db --import part-01022 profiles data
Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory
Please provide the password for 'root@localhost':
Importing from file "part-01022" to table `tablename`.`profiles` in MySQL Server at localhost:33060
Processed 0 bytes in 0 documents in 0.0001 sec (0.00 documents/s)
Total successfully imported documents 0 (0.00 documents/s)
ERROR: Util.importJson: part-01022: Permission denied (error code 13)