I installed mysql on the localhost and then installed ScriptCase using the 64bit installed for Linux (my system is ubuntu) on the same localhost.
I can successfully connect to ScriptCase and login but when I try to connect to the MySQL instance installed on the same localhost within scriptcase using the database setup, I keep getting:
Connection Error
Connection refused mysql_connect(): Connection refused
I am able to connect to MySQL using the mysql command on the localhost using the root id and password. It just won’t work from within ScriptCase. I even ran:
grant all on . to ‘root’@’%’. Still won’t connect.
I didn’t have this problem when I installed scriptcase on windows 7.
Why does scriptcase refuse to connect to mysql?