I'm using the My-SQL service on IBM Bluemix, for which I've deployed phpmyadmin-cf application to perform db operations. Before deploying I set
$cfg['Servers'][$i]['AllowNoPassword'] = true;
in the config.inc.php
However, when I try to login as root, with credentials:
Username: root
Password: ''
I get the following error: Cannot log in to the MySQL server
How do I solve this?