在CentOS8上,默认情况下直接使用yum安装mysql,安装的是Mysql 8.0,在一些比较老的项目中,我们需要使用的mysql版本是5.7,下面我分享一个在CentOS8中安装Myslq5.7的方法。
1 | ··· |
在CentOS8上,默认情况下直接使用yum安装mysql,安装的是Mysql 8.0,在一些比较老的项目中,我们需要使用的mysql版本是5.7,下面我分享一个在CentOS8中安装Myslq5.7的方法。
1 | ··· |
分享一个mysql技巧,当你忘记mysql5.7的root密码时,需要重置root密码可以参考以下方法。
查询居民id为“004386f02b6511e8ad1300163e08fb5b”的居民所在的部门信息:
1 | explain select department.* from department,westation,citizen |
id | select_type | table | type | possible_key | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | citizen | const | PRIMARY,FK_Citizen_Westation | PRIMARY | 128 | const | 1 | |
1 | SIMPLE | westation | const | PRIMARY,department_id,FK_deparment_westation | PRIMARY | 128 | const | 1 | |
1 | SIMPLE | department | const | PRIMARY | PRIMARY | 128 | const | 1 |