MindaugasBartusevicius Something went wrong: SQLSTATE[42000]: Syntax error or access violation: 1142 DROP command denied to user 'forumas'@'localhost' for table 'access_tokens' (SQL: DROP TABLE IF EXISTS access_tokens)
luceos MindaugasBartusevicius your database user does not have permission to drop tables, this must have been misconfigured in your hosting control panel or by the server administrator who created that database user.
MindaugasBartusevicius luceos i created db trying to grant privileges ... GRANT ALL PRIVILEGES ON 'forumas'.* TO 'forumas'@localhost; but getting ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''forumas'.* TO 'forumas'@localhost' at line 1
MindaugasBartusevicius now getting this error 🙂 Something went wrong: SQLSTATE[HY000] [1045] Access denied for user 'forumas'@'localhost' (using password: YES)
MindaugasBartusevicius and today getting same error again 🙁 Something went wrong: SQLSTATE[42000]: Syntax error or access violation: 1142 DROP command denied to user 'forumas'@'localhost' for table 'access_tokens' (SQL: DROP TABLE IF EXISTS access_tokens)
Prosperous MindaugasBartusevicius Haha, no sweat. I thought it would just present better with correct spelling. 😉 Hoping you find a solution to your issue soon.