Answers for "mysql version with xampp"

SQL
8

how to check mysql version in xampp

# Console:
mysql -V
mysql --version
# Query:
SHOW VARIABLES LIKE "%version%";
# PHPMyAdmin Interface, on the right side:
> Database server > Server version
Posted by: Guest on August-13-2021
0

xampp mysql version

mysql --version
Posted by: Guest on August-15-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language