MySQL Forums
Forum List  »  General

Re: create database by an user other than root
Posted by: Devart Team
Date: February 04, 2010 01:23AM

Give Create privilege to 'TestUser'@'%' -
GRANT Create ON *.* TO 'TestUser'@'%';

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: create database by an user other than root
February 04, 2010 01:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.