About 1,830,000 results
Open links in new tab
  1. How to detect the mySQL version using PHP? - Stack Overflow

    Apr 7, 2014 · I can use: extension_loaded('mysql') to check if mySQL is installed on the server or not. also phpinfo() can display a nice phpinfo page. but how to get which mysql version is installed on serve...

    Missing:

    • Admin

    Must include:

  2. Finding your MySQL version with phpMyAdmin - Web Hosting …

    Apr 10, 2013 · Need to know your MySQL version? Look no further than this quick guide for how to find it in phpMyAdmin.

  3. How to Check MySQL version (3 Quick Ways) | ServerGuy.com

    Jul 14, 2022 · You can check the MySQL version of the server from phpMyAdmin too. PHP admin is a free and open-source tool to manage and maintain MySQL. It is written in PHP and offers an interface that makes it easy to make changes in the DBMS.

  4. How to determine your MySQL or MariaDB version number

    Jun 29, 2022 · From the main phpMyAdmin page, look to the far right side of the page. There is a block entitled “Database Server”. Look for the field named Server version or Software version. Next to that label is a number. That is your MySQL or MariaDB version number.

  5. How to Repair, Create Database Table using phpMyAdmin & Check version

    Dec 21, 2021 · Learn to directly repair and create database table using phpMyAdmin interface and steps to check version MySQL or MariaDB database server.

  6. How to determine the MySQL version - A2 Hosting

    Learn how to determine which version of MySQL is installed on a server using cPanel, phpMyAdmin, or the command line.

  7. How to get server MySQL version in PHP without connecting

    You'll need the user to enter their DB credentials, so you can connect to the MySQL server and run the following query to get the MySQL server version: SHOW VARIABLES LIKE 'version' Here's the output on my server: Variable_name Value ----- version 5.1.53-log

  8. How to check MySQL Version via command line & GUIs | Gcore

    May 19, 2023 · Step-by-step guide to checking your MySQL version using different methods: command line, phpMyAdmin, and MySQL Workbench.

  9. How to Show the MySQL Version - MySQL Tutorial

    Use the @@version system variable or mysql --version command to show the MySQL version of the server. Was this tutorial helpful? In this tutorial, you will learn various ways to show the MySQL version including @@version system variable, version () function, and mysql.

  10. PHP server_version / mysqli_get_server_version() Function - W3Schools

    The server_version / mysqli_get_server_version () function returns the MySQL server version as an integer. The server version is returned in the following format: main_version *10000 + minor_version *100 + sub_version. So, version 6.3.0 is returned as 60300. Required. Specifies the MySQL connection to use.

    Missing:

    • Admin

    Must include:

  11. Some results have been removed