[Solved] Dropping database user gives an error

Reported by: geeknmi
Created: 2 months 10 days ago
Last reply: 1 month 29 days ago
Views: 267

-MySQL Error: 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 'IF EXISTS `test`@`localhost`' at line 1
DROP USER IF EXISTS `test`@`localhost`;

Was able to drop with just like... DROP USER 'test'@'localhost';

Join our Discord server
Write a reply Edit a reply