Hi I want to do some changes in my mysql schema like . but my user dose not have permissions . how I can open mysql console with admin permissions
Hi I want to do some changes in my mysql schema like . but my user dose not have permissions . how I can open mysql console with admin permissions
What exactly are you trying do?
I create a database useing mysql console . but when I want to drop the schema it says I done have permission for that
What exact command are you using? I just tested it with
DROP DATABASE harry$deleteme;
And it worked fine?
DROP SCHEMA
worked too. Remember that your database name includes your username and a $
...