Error 1044 (4200) on line 5: Access to database "company" for user "@" localhost is denied
P粉3453027532024-03-20 12:27:07
I have encountered similar problems. You need to log in as a user with permissions. Sometimes you can also log in as an anonymous user. Therefore, you need to check who you are logged in as and what permissions you have. It would help even more if you could provide your code.