随笔分类 - 数据库
摘要:1、查询mysql端口号 mysql> show global variables like 'port'; + + + | Variable_name | Value | + + + | port | 3306 | + + + 1 row in set (0.01 sec) 2、查看当前用户信息
阅读全文
摘要:一、下载 1、官网下载地址:https://www.mysql.com/ 2、点击download,进入到mysql的下载页面 3、在下载页面往下拉,找到MySQL Community Server,这个是MySQL的开源版本,是免费的 4、点击:MySQL Community Server 5、点
阅读全文