I would like to send MySQL querys to the MySQL server from my website.
Most of the querys work, except certain queries such as
CREATE TABLE
INSERT
ALTER TABLE
and probably some others.
When I submit the querys, I end up with a 403 forbidden message.
Please help me!