1.下载安装包 下载地点:https://dev.mysql.com/downloads/mysql/ 或者 wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.33-linux-glibc2.5-x86_64.tar.gz mysql-5.6.33-linux-glibc2.5-x86_64.tar.gz 2.创建Mysql 系统用户 root@kali:~# groupadd mysql root@kali:~# usera…
首先 更新软件! sudo apt-get update 然后尝试安装mysqlclient,报错 后执行下面的步骤 安装mysql驱动之 mysqlclient 出现的报错信息处理 报错1: OSError: mysql_config not found     出现上面错误主要还是因为未安装python依赖 解决:方法1    执行    sudo apt-get install python3.6-dev libmysqlclient-dev   这里需要指定python版本 方法2  …
Linux安装Redis 6.0.5 ./install_server.sh报错 linux 安装Redis6.0.5时 进行到./install_server.sh时报错, This systems seems to use systemd. Please take a look at the provided example service unit files in this directory, and adapt and install them. Sorry! 解决方案: vi ./…
1.通过https://mirrors.tuna.tsinghua.edu.cn镜像源安装了MySQL5.7.22 rpm -ivh --force --nodeps https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql57-community-el7/mysql-community-client-5.7.22-1.el7.x86_64.rpm rpm -ivh --force --nodeps https://mirrors.tuna.tsi…
首先看下可以正确执行的. 再来看保存时提示出错的 我唯一的区别就是在传参的类型那里有了变化,然而,报错如下 难道是我的类型不支持了吗,最后在一个无意识操作下,直接在类型里面限定长度. 可以运行啦.经过这个操作,感觉对mysql5.7的语法和可实用性,瞬间下降好多,ORCALE官方能不能统一下,你这样搞让操作的人很没面子啊…
bug回顾 : 想必大家在用MySQL时都会遇到连接超时的问题,如下图所示: ### Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 47,795,922 milliseconds ago. The last packet sent successfully to the server was 47,7…
debian(kali Linux) 安装net Core curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview1/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version 1.0.0-preview1-002702 --install-dir ~/dotnet 出现错误: dotnet_install: Error: Unable to l…
kali linux安装搜狗输入法比较麻烦,因为有很多依赖项,不过安装好就很好用,觉得麻烦的一般安装ibus,经典,也常更新. 下面就说说怎么安装搜狗输入法: 先去http://http.kali.org/pool/main/f/fcitx/这个网址下载一些相关的软件包,需要的软件包如下:(最新的4.9的有两个包没有,所以使用4.8的版本) 分享一个下载地址: https://yunpan.cn/cB7fXhmJcvZmI  访问密码 ec66 fcitx-libs_4.2.8.5-2_amd6…
前言: 之前我在kali上安装过中文输入法,并且写了一篇博文(Kali Linux安装中文输入法全纪录),这篇博文里的步骤是当时一边摸索一边记录下的,思路有点混乱,而且还同时安装了两种输入法.今天又安装了一次中文输入法,使用的是Google拼音输入法,总共只有五步,下面是安装步骤. 一 添加更新源 命令: leafpad /etc/apt/sources.list Kali的国内更新源可以查看我的这篇博文(2017年Kali Linux更新源). 二 更新系统 命令: apt-get updat…
 Kali Linux安装字典StarDictStartDict是国外知名的字典框架,也可以加入国内翻译工具的字典.Kali Linux软件源提供该字典框架.用户需要安装qstardict软件包和词库包stardict-czech.stardict-english.stardict-german-czech.stardict-xmlittre.将其他翻译工具的词库文件(.dict.dz,.dix,.ifo.syn)复制到/usr/share/stardict/dic目录下,就可以用了.…