- 博客(4)
- 收藏
- 关注
原创 django runserver 无法运行
Exception in thread django-main-thread: Traceback (most recent call last): File "D:\Python36\lib\threading.py", line 916, in _bootstrap_inner self.run() File "D:\Python36\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "C
2021-06-03 22:11:36
1187
3
原创 mongodb 安装
https://www.runoob.com/mongodb/mongodb-linux-install.html 1、下载mongodb并解压缩 wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.1.tgz tar -zxvf mongodb-linux-x86_64-ubuntu1804-4.4.1.tgz mv mongodb-linux-x86_64-ubuntu1804-4.4..
2021-05-31 20:47:34
292
原创 HIVE hive1.2.1 安装
Hive 安装 1). 建立数据库hive,并设定为latin1编码,否则出错 create database hive default character set latin1; 2). 创建用户hive create user 'hive'@'localhost' identified by 'hive'; 3).创建hive用户,并授权 grant all on hive.* to hive@'localhost' identified by 'hive'; flush p...
2021-05-30 14:38:18
323
原创 linux 安装MySQL-5.7.26
下载地址:https://dev.mysql.com/downloads/mysql/5.7.html#downloads 官网 tar -xvf mysql-5.7.26-linux-glibc2.12-x86_64.tar mv mysql-5.7.26-linux-glibc2.12-x86_64 mysql groupadd mysql useradd -r -g mysql mysql mkdir -p /data/mysql #...
2021-05-30 14:22:51
2012
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅