So, the docs fairly clearly imply, I should simply install proxysql, start it and should be able to login with the admin:admin credentials.
The result of that attempt is, invariably:
[root@vm-01 ~]# mysql -u admin -padmin -h 127.0.0.1 -P 6032
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
I've gone so far as to issue the initial command as well, no change.
Credentials are in the proxysql.db file..
sqlite> select * from global_variables where variable_value like '%admin%';
admin-admin_credentials|admin:admin
What painfully obvious thing am I missing here?