当前位置:网站首页>MySql version number view command
MySql version number view command
2022-08-06 06:40:00 【Students from three provinces】

Method 1 (the same way to view Linux and Windows)
mysql -V
Method 2
Windows View
mysql --help | findStr Distrib
LinuxViewp>
mysql --help | grep Distrib mysql Ver 14.14 Distrib 5.7.30, for Linux (x86_64) using EditLine wrapper
Method 3 (the same way to view Linux and Windows)
Log in to mysql to view
mysql -u root -p123456
Method 4 (the same way to view Linux and Windows)
select version();
Method 5 (the same way to view Linux and Windows)
\s
Method six (the same way to view Linux and Windows)
status
Method seven (the same way to view Linux and Windows)
show variables like "%version%";
Each beauty has its own beauty, beauty is the beauty of beauty, beauty and beauty are common, and the world is harmonious.
边栏推荐
猜你喜欢

学习笔记15--驾驶舒适度评价体系

【Pytorch】torch.nn.functional.conv2d(F.conv2d) same padding实现方法(输入与输出大小相同)

知识图谱介绍
![[Multi-sensor fusion] A complete technical learning route](/img/7e/dbbbaf885da7d11e7a02a54f0b271a.png)
[Multi-sensor fusion] A complete technical learning route

C语言和其他高级语言的最大的区别是什么?

Write Plist file using Qt XmlStreamWriter

Gin——请求发送和路由总结

SRS4.0 RTC module adds Gop cache

【Simple use of zed camera】(2)

QT5.14 realizes simple user login system
随机推荐
[Simple use of lidar under ros] (1)
find方法和 findIndex方法的使用
WebRTC视频采集模块
LeetCode50天刷题计划(Day 15—— 括号生成(9.50-11.00)
七夕来袭,是时候展现专属于程序员的浪漫了。
图像处理(8) : 模板匹配
Advanced use of QCompleter
FAS820铜合金FAS820对应国内牌号
overflow-y:auto的使用,div中内容超出指定高度,出现滚动条
A Pseudo-relevance feedback framework combining relevance matching...泛读笔记
【基本容器的使用】
The SRS streaming media server process flow
简易数据库管理系统(DBMS)设计与实现
ffplay源码分析:音频重采样
[Problem related solutions in SLAM]
力扣 757. 设置交集大小至少为2
一文学会,数据库中单、双引号以及反引号的使用
Detailed explanation of Cron expressions and the use of the latest version
757. Set the intersection size to at least 2
【HMS core】【ML kit】机器学习服务常见问题FAQ