localhost
-
kafka-常用命令
常用命令 创建Topic: ./kafka-topics.sh –bootstrap-server localhost:9092 –create –topic shixTop…
-
Mysql-强制改密
MySQL V8.0.22 [mysqld] # 跳过登录验证 skip-grant-tables use mysql; update user set authenticatio…
-
紧急修复了数据库错误
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket “/var/run/mysqld/my…
-
MySQL多实例安装部署
MySQL多实例安装部署 1、MySQL多实例概念 多实例就是在一台服务器上同时开启多个不同的数据库服务端口(例如3306、3307),同时运行多个MYSQL服务进程,这些服务进程…
-
lamp部署
目录 安装httpd 安装mysql 安装php 安装httpd 下载依赖包 [root@localhost yum.repos.d]# yum -y install openss…
-
mysql 数据库增加用户与为用户授权
参考地址:http://t.zoukankan.com/chendian0-p-13903000.html ERROR 1133 (42000): Can’t find…
-
linux基础2
命令链接符 …
-
3. 导入hellodb.sql生成数据库,完成下列操作
3. 导入hellodb.sql生成数据库(1) 在students表中,查询年龄大于25岁,且为男性的同学的名字和年龄 (2) 以ClassID为分组依据,显示每组的平均年龄(3…
-
5.1.mysql8.0主从复制的实现
5.1.主从复制的实现环境:MySQL 8.0 、centos8 #主节点[root@master ~]#yum install mysql-server -y [root@mas…
-
4.数据库授权magedu用户,允许192.168.1.0/24网段可以连接mysql
4.数据库授权magedu用户,允许192.168.1.0/24网段可以连接mysql 第一台主机上:[root@centos8-8 ~]# hostname -I192.168.…