MySQL is installed but the script can't detect MySQL??

You can take a look at the attachment build.zip

MySQL is installed in my server but I can't get the script to detect my MySQL server?? MySQL is installed but the script can't detect MySQL??


Step 3 - mySQL driver check

mySQL driver was not found. Please download it from the URL in the README file.

[root@cheng adscycle]#
MySQL is definately installed in my server. the only way to call the MySQL command is go to this directory /usr/local/plesk/mysql/bin

also typing mysql will keep saying command not found.

[root@cheng bin]# mysql
bash: mysql: command not found
[root@cheng bin]#
The only way to get it working is this

[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>
Can can i get build.cgi to detect my MySQL??

 

 

 

 

Top