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

  • 109 Users Found This Useful

Was this answer helpful?

Related Articles

How can I parse html as php?

Create an .htaccess file and upload it to the root of your public_html directory. Include the...

How do I add a user to a MariaDB & MySQL database?

There are two ways to add a user to a MySQL database with Ultra Web Hosting:   Using...

Increase PHP Memory

Fatal error: Allowed memory size of xxxxxxxxx bytes exhausted (tried to allocate xxxxxxxx bytes)....

Useful CSV to MySQL Script

The link below is a great tool we have run into for converting CSV files into MySQL format:CSV to...

Clean - Shrink ibdata1

To shrink ibdata1 once and for all you must do the following:MySQLDump all databases into a SQL...