RE: Recommend A Backup User / Privileges?

2010-05-16 Thread Lentes, Bernd
Carlos mennens wrote: > > Can you guys recommend something for me here? I don't really > know enough about MySQL 'grant' permissions to determine > which would work or if the 'backup' user would require high > level privileges. > Hi, Set the rights of the script file to rwx-- . So only

Re: Recommend A Backup User / Privileges?

2010-04-29 Thread Anand Kumar
Hi Carlos, I would say the below grants for a user to perform backup is the minimum grants which we can provide.. grant select , lock tables, file on *.* to backup_user'@'localhost' identified by 'somepassword'; Thanks Anand On Wed, Apr 28, 2010 at 10:28 PM, Carlos Mennens wrote: > I download