I am currently trying to install ResourceSpace 6.0 on a Linux CentOS 6.5 system. After a bit of juggling, I have the setup.php routine giving me OK on all the Installation Check items, but it then tells me "Test failed (unable to verify MySQL)". I have tried various arrangements of databases on the MySQL server on this system, all to no avail. I noticed that this question has been asked a couple of times previously, but the responses don't seem to work for my situation.
The following questions occur to me:
1. I notice that in the "Database configuration" section the MySQL Username is set to root and the password is blank. Does this mean that the setup script expects to find the MySQL server's root username with no password?
2. The MySQL database is set to resourcespace -- is this the correct name for the empty database the install instructions say to create?
3. The MySQL binary path is set to /usr/bin , which is where the mysql client is located (in other words, /usr/bin/mysql -u root will get the MySQL client started as the root user). Is this what the script expects, or is something missing or incorrect?
Thanks in advance,
H. D. Wiebe