On MySQL 5.1 for Windows, why can't I assign DBA role to the "root" user?
Posted
by
djangofan
on Server Fault
See other posts from Server Fault
or by djangofan
Published on 2011-03-14T23:08:33Z
Indexed on
2011/03/15
0:11 UTC
Read the original article
Hit count: 512
On MySQL 5.1 for Windows, why can't I assign DBA role to "root" user? The MySQL Workbench allows me to add all the other roles except for DBA. Also, when I "alter schema" on any table, while logged in as root, I dont see all the tabs that show me all the database properties... I only see the first tab that allows me to change collation only.
What is wrong with this picture? How do i give root all priveleges? I've tried a few variations of GRANT ALL PRIVILEGES etc. from the command line but nothing works.
My root account is unable to alter column names, indexes, or options of any given table that I create. I can create tables and delete them but I can't alter them.
© Server Fault or respective owner