Collections:
Verify the Version of MySQL Server in MySQL
How Do You Know the Version of Your MySQL Server in MySQL?
✍: FYIcenter.com
If you want to know the version number of your MySQL server, you can use the "mysqladmin" program in a command window as shown in the following tutorial:
>cd \mysql\bin >mysqladmin -u root version mysqladmin Ver 8.41 Distrib 5.0.24, for Win32 on ia32 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB ... Server version 5.0.24-community Protocol version 10 Connection localhost via TCP/IP TCP port 3306 Uptime: 25 min 9 sec Threads: 1 Questions: 2 Slow queries: 0 Opens: 12 Flush tables: 1 Open tables: 6 Queries per second avg: 0.001
The output in the above example tells you that the version number is 5.0.24.
⇒ Creating a Test Table in MySQL Server in MySQL
⇐ Verify MySQL Server Status in MySQL
2018-06-06, 2874🔥, 0💬
Popular Posts:
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How to run Queries with SQL Server Management Studio Express in SQL Server? 1. Launch and connect SQ...