Found the answers to my problems with the upgrade. Its a two fold approach.
First the permission needs changed on the file config.inc.php. Its currently set to root:apache. From a root login type
chown root:www /usr/share/phpmyadmin/config.inc.php
and that will fix the permission.
The next problem I had was it asked for a blowfish secret. Living in a landlocked state, I personally don't know any blowfishes to ask them their secret, so I looked in another version of config.inc.php and found the blowfish secret needs to be some big long continuous string of numbers symbols and characters. Once I inputted that, I was able to login and use phpmyadmin for multiusers.