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

I am having problems with a script I wrote

PHP suexec is running on all of our shared servers. If you are running code that is insecure or...

Could not connect to the MariaDB - MySQL database

The error message "Could not connect to the MariaDB" can occur for a number of reasons. Some of...

Changing your PHP version

Have you received an error regarding your PHP version? If so, you may quickly and easily change...

Learn About MySQL

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

How to Disable XCache for a Domain

On many of our servers xcache is use as part of the php caching mechanism. If you are...