How can I find my MariaDB - MySQL version?

Method 1: Through cPanel

 

  1. Log in to your Ultra Web Hosting account.
  2. Click on the cPanel icon.
  3. In the Databases section, click on the phpMyAdmin icon.
  4. Once you're logged in to phpMyAdmin, click on the Server tab.
  5. The MySQL version will be displayed in the Version field.

Method 2: Through the command line (If you have access to SSH)

(If you do not have access to SSH please contact Ultra Support)

 

  1. Log in to your Ultra Web Hosting server via SSH.
  2. Run the following command:
  3. mysql -V

  • 111 Users Found This Useful

Was this answer helpful?

Related Articles

How can I view/modify data in my MySQL database?

There are two ways to view your MySQL database with Ultra Web Hosting: Using phpMyAdmin Go...

Learn About MySQL

MySQL is a relational database management system (RDBMS) that is open-source and free to use. It...

What is the path to PHP?

The path to PHP on Ultra Web Hosting is /usr/bin/php.  Ultra runs many different versions of PHP...

Warning: system() has been disabled for security reasons

The error message Warning: system() has been disabled for security reasons means that the...

Register Globals On Off

The error message Register Globals On means that the register_globals directive is set to On in...