To give a user admin rights in MySql you can use the following snippet.
Sample mySql Query
GRANT ALL PRIVILEGES ON myDbName.* TO 'myUserName'@'%' WITH GRANT OPTION;
All the Code Snippets and Samples you need
To give a user admin rights in MySql you can use the following snippet.
GRANT ALL PRIVILEGES ON myDbName.* TO 'myUserName'@'%' WITH GRANT OPTION;
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to give a user admin rights in #MySQL http://t.co/9xfOVR0FVs #sql #web #php #html #css #programming #coding #code …
RT @CodeSnippetsNET: How to give a user admin rights in #MySQL http://t.co/9xfOVR0FVs #sql #web #php #html #css #programming #coding #code …