Hi all,
I'm trying to test the script but getting the following errors:
[root@db1 etc]# php mysql.php live root mypassword
PHP Notice: Undefined offset: 4 in /usr/local/etc/mysql.php on line 31
Physical Memory: 15G, Swap: 15G
PHP Deprecated: Function ereg() is deprecated in /usr/local/etc/mysql.php on line 58
PHP Fatal error: Call to undefined function mysql_connect() in /usr/local/etc/mysql.php on line 73
Any help is much appreciated.
I'm trying to test the script but getting the following errors:
[root@db1 etc]# php mysql.php live root mypassword
PHP Notice: Undefined offset: 4 in /usr/local/etc/mysql.php on line 31
Physical Memory: 15G, Swap: 15G
PHP Deprecated: Function ereg() is deprecated in /usr/local/etc/mysql.php on line 58
PHP Fatal error: Call to undefined function mysql_connect() in /usr/local/etc/mysql.php on line 73
Any help is much appreciated.
Comment