mySQL Version

jlbdsgns89

New Member
Messages
2
Reaction score
0
Points
0
I'm trying to install Joomla on my site and it seems to be running slow plus I get mySQL errors, I checked to see what Joomla 1.6 requires and it tells me I need

  • Apache: v2.x recommended +
  • PHP: v5.2.4 +
  • MySQL: v5.0.4+
Does x10 meet these requirements? I looked everywhere I can think of to find the answers my self but no luck at all.

---------- Post added at 09:45 AM ---------- Previous post was at 09:01 AM ----------

I really just need to know what version mysql x10hosting uses, most of the time when creating a mysql datatbase it asks what version and x10 cpanel doesn't ask that question, it just creates it.

as of now I guess it really doesn't matter because I just removed joomla 1.6 and am installing 1.5

the information would still be handy to my self and others I'm sure.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
cPanel should show the PHP and MySQL versions in the "Stats" panel on the left.

phpMyAdmin will show the MySQL version on its home page (the first page that loads), as well as web server information (though the web server that runs cPanel and phpMyAdmin is different from the one/s that serves/ sites).

You can use the queries SELECT @@version; or SHOW VARIABLES LIKE 'version'; to get the MySQL server version.

To get the PHP version, search the forums. It's been covered many times before.
 
Last edited:

jlbdsgns89

New Member
Messages
2
Reaction score
0
Points
0
Thank you! I found it. For anyone else looking for this, while in cPanel look to your left for "expand stats" as it is hiding a lot of useful information.

Again, Thank you!

Here is the info if anyone else is needing it for quick reference.
Apache version 2.2.17 PHP version 5.2.17 MySQL version 5.0.92-50
 
Top