|
Here is my NOC's response:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8996594
Server version: 5.0.51a-community MySQL Community Edition (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
And the version of php is php5.2.5:
root@srv [~]# php -v
PHP 5.2.5 (cli) (built: Jan 13 2008 14:29:42)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
So both versions of mysql and php installed are up to date.
|