MySQL is installed but the script can't detect MySQL??
You can take a look at the attachment build.zipMySQL is installed in my server but I can't get the script to detect my MySQL server??

Step 3 - mySQL driver check
mySQL driver was not found. Please download it from the URL in the README file.
[root@cheng adscycle]#
also typing mysql will keep saying command not found.
[root@cheng bin]# mysql
bash: mysql: command not found
[root@cheng bin]#
bash: mysql: command not found
[root@cheng bin]#
[root@cheng bin]# ./mysql -uadmin -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 19 to server version: 3.23.32
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql>
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 19 to server version: 3.23.32
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql>