I installed 2 new Debian x64 latest release servers which 1 is for SDP (SDPSERVER)and 1 is for MySQL (DBSERVER). Both servers are up to date.
I've installed MySQL and don't think it has a problem. I completed installation steps of ManageEngine installation on SDPSERVER and connected it to DBSERVER without any problems.
On DBSERVER, I can run the following command and there is no any problem.
mysql -u sdpuser -p sdpdb -h 127.0.0.1
When I attempt to run ManageEngine as "sh run.sh" , ManageEngine can not be started, it says that
Cannot run program "/root/ManageEngine/ServiceDesk/mysql//bin/mysqladmin": java.io.IOException: error=2, No such file or directory
I added jdbc drivers for mysql (libmyql-java) and nothing changed.
On SDPSERVER, I checked the path
/root/ManageEngine/ServiceDesk/ but there is no .../ServiceDesk/mysql folder. I think it must be, mustn't it?