gpt4 book ai didi

sqlite - 没有这样的函数:sqlcipher_export()

转载 作者:行者123 更新时间:2023-12-03 19:46:33 34 4
gpt4 key购买 nike

我使用启动终端

-macbook:sqlTest user1$ sqlite3 sqlTest.sqlite
SQLite version 3.7.13 2012-07-17 17:46:21
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> ATTACH DATABASE 'encrypted.sqlite' AS encrypted KEY 'testkey';
sqlite> SELECT sqlcipher_export('encrypted');
Error: no such function: sqlcipher_export
sqlite>


是什么使得没有这样的功能:sqlcipher_export?

最佳答案

如邮件列表中的回答:

第一步是构建sqlcipher命令行工具,如下所述:

http://sqlcipher.net/introduction/

完成此操作后,应运行以下命令:

$ ./sqlcipher sqlTest.sqlite


要么

$ /full/path/to/sqlcipher/sqlcipher sqlTest.sqlite


在UNIX系统上,如果不为命令提供显式路径,则系统将在$ PATH中查找程序。在OSX上,系统附带了sqlite3命令,因此您可能一直在使用该命令,而不是使用SQLCipher编译的版本。请让我们知道是否可以解决问题。谢谢!

关于sqlite - 没有这样的函数:sqlcipher_export(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20852515/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com