pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GRANT ALL PRIVILEGES ON `test-db`.* TO `test-user`' at line 1")
Getting above python error, but when I execute the query from workbench its executing perfectly fine
New to python here