cPremote update to version 7.6 ( Bug update)

There is a new version of cpremote available. We recommend to upgrade your cpremote.

Release note:   Recently cpanel has changed the mysql “password ”  field in .my.cnf file from “pass” to “password” . So this was making an  issue with mysql connection .

You may need to upgrade cpremote to version 7.6  for getting both type of passwords working.

Old  sample format of .my.cnf in cpanel

-----------
[client]
pass=umVExkFuUOrR6
user=root

New sample format of .my.cnf in new cpanel

-----------
[client]
password=umVExkFuUOrR6
user=root
--------