当前位置:网站首页>CentOS 7x installing MySQL database
CentOS 7x installing MySQL database
2022-07-16 07:54:00 【LED_ H】
CentOS 7 install Mysql database
1、 see Mariadb software package :
yum list |grep mariadb
2、 install Mariadb All the software packages for :
yum install -y mariadb mariadb-bench mariadb-devel mariadb-embedded mariadb-libs mariadb-server mariadb-test.x86_64

3、 Turn on Mysql Database services :
service mariadb start

Add boot entry

Set up mysql database root password :
mysqladmin -u root password “ password ”
4、 Input :mysql -u root -p Get into mysql database
5、mysql Common commands :
Add link description
边栏推荐
- 几行代码就能实现复杂的 Excel 导入导出,这个工具类真心强大!
- 三层交换与VRRP
- POI framework learning - Import and export cases
- OSPF实验
- GoFrame Step by Step Demo - P1
- How to apply @transactional transaction annotation to perfection?
- Redis can only cache? Too out!
- Day 7 of leetcode question brushing
- Day 8 of leetcode question brushing
- help one another in defense work
猜你喜欢
随机推荐
IDEA 注释模板,这样配置才够逼格!
C#笔记-基础知识,问答,WPF
help one another in defense work
MySQL foundation related (important)
Looking at "money" ~ the experience of a tester with two years' graduation and an annual salary of 30W
重发布实验
Redis can only cache? Too out!
STC定时器初值计算
nodejs+express设置和获取cookie,session
Day 5 of DL
C# .Net Core and Net5 Skills record
Installing redis on Linux
I2C协议
Seckill activity development
利用 Redis 的 sorted set 做每周热评的功能
解决nodejs中mysql查询数据中bigint类型数据精度缺失问题
Day 6 of leetcode question brushing
Thread pool and producer consumer model
一次简单的 JVM 调优,拿去写到简历里
Day 9 of leetcode question brushing









