×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Mysql-extra-permissions

    Revision as of 08:24, 17 November 2009 by imported>Hundfred (Created page with ' == a) give ALL_PRIVILEGES and the GRANT-right for the user == <pre> grant all ON * . * TO 'ADMIN'@'192.168.10.27' with grant option; </pre> == b) give SUPER-USER rights fo…')
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


    a) give ALL_PRIVILEGES and the GRANT-right for the user[edit]

    grant all ON * . * TO 'ADMIN'@'192.168.10.27' with grant option;
    


    b) give SUPER-USER rights for a user (useful for replication)[edit]

    grant super ON * . * TO 'ADMIN'@'192.168.10.27';
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.