笔记

it2022-05-05  166

需要软件:

下载地址:https://www.sqlite.org/download.html

1、sqlite-tools-win32-*.zip 

2、sqlite-dll-win32-*.zip

安装过程:

1. 首先将下载的两个压缩包解压在同一个目录下,例如 D:\sqlite;

得到 sqlite3.def、sqlite3.dll 和 sqlite3.exe 文件

 2. 将该路径添加到系统的Path环境变量里;

(1) 首先右击此电脑 “属性”,点击高级系统设置。

(2) 进入高级系统设置,点击“环境变量”按钮

(3) 在系统变量内找到“Path”,

(4) 点击新建按钮在其中添加Sqlite文件夹的路径 D:\sqlite 添加到其中。

 3. 在cmd中输入sqlite3,若显示版本号,则安装成功

 

参考:

1、TaleDream    https://blog.csdn.net/say_hi_andhelloworld/article/details/86062102 

2、https://www.runoob.com/sqlite/sqlite-installation.html

3、https://www.cnblogs.com/xcsn/p/6050878.html

转载于:https://www.cnblogs.com/aeron99/p/11197010.html


最新回复(0)