- 博客(7)
- 收藏
- 关注
原创 MYSQL:Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column
使用Qt5.11.0运行代码时,在对表进行操作时出该错误,报错为:Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column '表名.字段' which is not functionally dependent on columns in GROUP BY clause; ...
2019-06-27 18:02:50
2965
原创 CentOS7中的mysql8.0错误处理——Authentication plugin 'caching_sha2_password' cannot be loaded
"Authentication plugin ‘caching_sha2_password’ cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: 无法打开共享对象文件: 没有那个文件或目录 QMYSQL: Unable to connect"在本机安装MySQL8.0 ,通过程序中连接数据库时,提示:Authen...
2019-06-25 16:02:50
1565
原创 CentOS7中安装QT5及相关配置
一、Qt5.11.0安装1.Qt5.11安装包下载官网链接:http://download.qt.io/archive/qt/5.11/2.预安装必要的库首先安装mesa-libGL-devel,mesa-libGLU-devel,freeglut-develyum -y install mesa-libGL-devel mesa-libGLU-devel freeglut-devel...
2019-06-25 15:15:11
9636
原创 mysql的用户操作
1.创建用户CREATE USER 'user_name'@'host' IDENTIFIED BY 'password';user_name为用户名;host:表示要这个新创建的用户允许从哪台机登陆,如果只允许从本机登陆,则 填 localhost’,如果允许从远程登陆,则填 %;password:新创建用户的登陆数据库密码,如果没密码可以不写。2.授权用户(1)登录用户...
2019-06-25 11:38:03
281
原创 CentOS7中安装mysql8
一、安装准备1. 安装包下载官网下载YUM源rpm安装包:http://dev.mysql.com/downloads/repo/yum/下载链接:https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm2. 安装mysql源sudo yum localinstall mysql80-community-re...
2019-06-25 09:59:58
134
原创 VMware安装CentOS7系统
硬件准备VMware15+win8主机镜像:CentOS7一、虚拟机准备1.自定义安装2.兼容性选择默认选择即可,但是高版本VMware中的系统会出现低版本不兼容情况,可根据实际选择。3.稍后安装操作系统4.操作系统选择根据实际的系统选择32位还是64位。5.虚拟机命名安装位置6.处理器及内存处理器内核根据需要选择,这里选择2个处理器1个内核,内存大小设为3G...
2019-06-24 16:19:24
120
原创 CentOS中安装数据库界面操作平台
CentOS中安装Navicat中文版官网:http://www.navicat.com.cn/download/navicat-for-mysql根据计算机配置下载安装包(1)解压tar包(2)打开解压后的文件夹运行终端 ./start_navicat(3)根据提示安装 wine(4)关闭navicat,然后双击安装目录下的start_navicat 文件默认用文本编辑器打开, ex...
2019-06-24 10:53:18
310
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人