[Solved] Dropping database user gives an error

Reported by: geeknmi
Created: 7 months 8 days ago
Last reply: 6 months 27 days ago
Views: 224

-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