摘要: 安装MySQL 配置MySQL环境变量 mysql -h localhost -u root -p 登录MySQL 查看版本 select version(); show status; 查看数据库状态信息 status; 查看链接地址 show variables like '%connectio 阅读全文
posted @ 2021-07-28 15:26 星德川 阅读(52) 评论(0) 推荐(0)