importing settings

wlucas06's profile image wlucas06 posted 4 months ago in Running SQL scripts Permalink

Helllo when I am trying to run a new sql file it says that I have no permission? how to fix this. or am I doing right. I want to add a sql file to my database

2 attachment(s):
  • image
  • image
ansgar's profile image ansgar posted 4 months ago Permalink

You need to ask someone with admin privileges to give your username the required privileges. Most common missing privileges are "INSERT", "CREATE", and probably also "DROP" and "CREATE VIEW".

Please login to leave a reply, or register at first.