In your MySQL setup you have defined users or not.
If not, logon as user 'root' and password 'whatever-you-set-it' and define your user.
If you don't know how to, it is easiest to get help online: go to the MySQL command line interface and give
and a
commands. That will show you how to define a user and how to give GRANTs to a user.
Ronald :cool: