Results 1 to 4 of 4
  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    5

    Hosting Questions

    How to check the MySQL version on the server hosting my account?

  2. #2
    Registered User
    Join Date
    Mar 2009
    Posts
    394
    You can check the MySQL version using the phpinfo function. To do this, you should create a simple php file (for example phpinfo.php) with the following line in it:

    <?php phpinfo(); ?>

    Then you should open this file in a browser to see the full Apache/PHP information. The path to the file should be:

    yourdomainname.com/phpinfo.php

    The MySQL version is shown next to Client API version in the MySQL section of the file.
    vpswebserver.com - Windows VPS hosting by VPSWebServer.com √ Dedicated hardware √ MS Hyper-V technology

  3. #3
    Registered User
    Join Date
    Aug 2011
    Posts
    1
    Thank you for share!

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    41
    SELECT @@VERSION;

    OR

    SHOW GLOBAL VARIABLES LIKE '%version%';

    The former works even from a query issued via, say, PHP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.