Issue with the instalation process

Hey there,

I’ve followed this tutorial https://www.phplist.org/manual/ch028_installation.xhtml and have got to the point right before I initialize the database and am getting the error when going to my URL:

Database error 1142 while doing query SELECT command denied to user ‘bahnbren_bbmphpL’@‘localhost’ for table ‘tables’

Any idea on what I need to do here? I think I need to grant permission to this user but IDK.

Thanks!

It sounds like the permissions for the user ‘bahnbren_bbmphpL’ have not been setup in mysql.
This can be changed using a utility such as phpmyadmin, looking at the users, and adding the appropriate permissions for that user within mysql.