Posts by Bruno Sartori • 11 points
2 posts
-
1
votes1
answer32
viewsA: CREATE EVENT; syntax error only inside mysqli_query()
I discovered, the problem is in the "delimiters", apparently, it is not necessary to put them inside mysqli_query(). The code was like this: $sql = $conexao->query("CREATE EVENT evento1 ON…
-
0
votes1
answer32
viewsQ: CREATE EVENT; syntax error only inside mysqli_query()
I’m trying to execute an event command on mysql, when developing the mysql Workbench, worked normally, but when using within the php’s mysqli_query the following error is displayed: You have an…