Re: trying to use mysqlhotcopy (needing reload priv)
Posted by: Alex Sadykov
Date: June 05, 2008 03:03PM

The FILE, PROCESS, RELOAD, REPLICATION CLIENT, REPLICATION SLAVE, SHOW DATABASES, SHUTDOWN, SUPER, and CREATE USER privileges are administrative privileges that can only be granted globally (using ON *.* syntax).


grant all privileges on *.* to 'wvtestadm'@'localhost' identified by 'yourpassword';

Options: ReplyQuote


Subject
Written By
Posted
Re: trying to use mysqlhotcopy (needing reload priv)
June 05, 2008 03:03PM


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.