随笔分类 -  数据库

摘要:1,通过官网下载连接下载msi安装镜像。300M左右,安装所有需要二十几分钟左右。操作界面用 navicate 连接数据库。 https://dev.mysql.com/downloads/installer/选择更低的版本 archives> 下载的msi镜像 几百兆左右 5.7版本 大小300- 阅读全文
posted @ 2026-01-26 16:04 微宇宙 阅读(24) 评论(0) 推荐(0)
摘要:下载地址:https://github.com/redis-windows/redis-windows/releases。 最新地址 https://github.com/microsoftarchive/redis/releases Redis 支持 32 位和 64 位。这个需要根据你系统平台的 阅读全文
posted @ 2026-01-26 14:05 微宇宙 阅读(29) 评论(0) 推荐(0)
摘要:创建表 mysql> create table test(name varchar(20) not null); mysql> alter table test add column id int auto_increment not null, add primary key(id); mysql 阅读全文
posted @ 2021-07-02 16:27 微宇宙 阅读(87) 评论(0) 推荐(0)
摘要:下载地址(不含其他图形界面) https://dev.mysql.com/downloads/windows/installer/ 如果下载win7 64位,在下载后出现不兼容,可以在window窗口菜单中找到mysql install --community扩展项下载一个x64位即可。个人选了兼容 阅读全文
posted @ 2021-05-28 22:45 微宇宙 阅读(470) 评论(0) 推荐(0)