My server:
CENTOS 5.10 i686 standard
WHM 11.42.1 (build 25)
I have downloaded MySQL Utilities and attempted to install.
The following is what I have done but receiving error:
But receiving the following error:
Can anyone shed some light on what the issue may be?
If Python needs to be upgraded, what is the safe way of doing so?
Thanks
CENTOS 5.10 i686 standard
WHM 11.42.1 (build 25)
I have downloaded MySQL Utilities and attempted to install.
The following is what I have done but receiving error:
Code:
wget http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities-1.4.4.tar.gz
tar xvzf mysql-utilities*
cd mysql-utilities-1.4.4
chmod +x setup.py
./setup.py build
Code:
./setup.py build
File "./setup.py", line 234
except DistutilsFileError as err:
^
SyntaxError: invalid syntax
Can anyone shed some light on what the issue may be?
If Python needs to be upgraded, what is the safe way of doing so?
Thanks