Nabhonil,
That is pretty much what I did. I was trying to create the account with the least amount of privileges, as I thought that was best practice.
Just so you understand what I am basing this off of, the instructions stated, "create a MySQL user with sufficient privileges too...." Could help the documentation to specify what permissions those are. Please reference the link below under the section "Installing Platform Services" steps 6, and 7.
Have a good day.
-Sean
http://developer.cisco.com/web/cuae/wikidocs/-/wiki/Main/3.2%20Installation%20Guide
Hi Sean,
One suggestion here is, since we are creating a new user and giving all permissions on the mce database, why not directly use the root user instead during the install. This will avoid the creation of the database user and its permissions.
However if you still want to create a new user then try this SQL command
GRANT ALL ON *.* TO [url=mailto:'myuser'@'localhost']'myuser'@'localhost' IDENTIFIED BY 'mypassword' WITH GRANT OPTION;
Hope it helps
Thanks
Nabhonil.