MySQL Querys are not processed

Status
Not open for further replies.

king5357

New Member
Messages
4
Reaction score
0
Points
0
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!
 

compwhizii

Banned
Messages
779
Reaction score
0
Points
0
Make sure that the database user accessing the database has the appropriate permissions.
 

king5357

New Member
Messages
4
Reaction score
0
Points
0
The account used to query the database has all permissions.
I am using intermediate php account.
 
Status
Not open for further replies.
Top