Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql version

# Console:
mysql -V
mysql --version
# Query:
SHOW VARIABLES LIKE "%version%";
# PHPMyAdmin Interface, on the right side:
> Database server > Server version
Comment

what is my mysql version

Mysql version
mysql -V
Comment

mysql version query

SHOW VARIABLES LIKE ‘%version%’;
Comment

mysql version

mysqld --version
Comment

mysql version

mysqladmin version
 - or -
mysqladmin ve

## Example Output
mysqladmin  Ver 9.1 Distrib 10.3.36-MariaDB, for Linux on x86_64
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Server version          10.3.36-MariaDB-log
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /var/lib/mysql/mysql.sock
Uptime:                 22 hours 40 sec

Threads: 8  Questions: 271157  Slow queries: 0  Opens: 272  Flush tables: 1  Open tables: 264  Queries per second avg: 3.421
Comment

mysql --version

mysql  Ver 15.1 Distrib 10.5.15-MariaDB, for debian-linux-gnueabihf (armv8l) using  EditLine wrapper
Comment

PREVIOUS NEXT
Code Example
Sql :: sql remove duplicates based on column 
Sql :: SQL JOIN and Aliases 
Sql :: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Client does not support authentication protocol requested by server; consider upgrading MySQL client 
Sql :: json object to column value in sql server 
Sql :: column with prefix in sql 
Sql :: sql composite primary key 
Sql :: ruby sqlite 
Sql :: group by sql 
Sql :: sql count * vs count 1 
Sql :: sql double quotes in string 
Sql :: migrations.RunSQL 
Sql :: ORA-06502: PL/SQL: numeric or value error: character string buffer too small 
Sql :: indexing in mysql 
Sql :: duplicate a column in sql 
Sql :: mysql drop tables 
Sql :: sql offfset 
Sql :: SQL Comments With Statements 
Sql :: knex last insert id mysql 
Sql :: sql server set column name as variable 
Sql :: show blank in column if condition not matches in join mysql 
Sql :: storing RGBA in mysql db 
Sql :: SQL authentication error 
Sql :: t-sql update table variale 
Sql :: requete sql mise a jour content dans un colone mysql 
Sql :: qt qsql check if table exist 
Sql :: get all jobs if salary more than 5500 less than 10000 sql 
Sql :: CREATE MULTIPLE FK 
Sql :: mysql workbench copy table structure 
Sql :: mysql let join 
Sql :: vbscript create ADODB.Connection 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =