- Edited
-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';