How do I find the version numbers for mySQL and PHP in linux servers?
php -v mysql -V
Thanks, but, when I type mysql -v, I get the following error:
mysql -v ERROR 1045 (28000): Access denied for user 'webdev'@'localhost' (using password: NO)
Any ideas on this?
um....why not just use phpinfo()?
[man]phpversion[/man], [man]mysqli_get_client_version[/man], [man]mysqli_get_server_version[/man]. Oh, and RTFM.