RE: backup scripts

2005-03-04 Thread Kelly . Brace
716-878-3895 Cell: 716-432-4978 [EMAIL PROTECTED] Tom Crimmins <[EMAIL PROTECTED]> 03/03/2005 03:06 PM To [EMAIL PROTECTED] cc mysql@lists.mysql.com Subject RE: backup scripts Kelly, You can find out what user mysqld is running as with the following: #ps axu | grep mysqld

RE: backup scripts

2005-03-03 Thread Tom Crimmins
Kelly, You can find out what user mysqld is running as with the following: #ps axu | grep mysqld To change the permissions on the directory run the following as root: #chown mysql.mysql /usr/local/mysql/bakups #chmod 770 /usr/local/mysql/bakups If it is a different user, substitute it in for m

RE: backup scripts

2005-03-03 Thread Tom Crimmins
On Thursday, March 03, 2005 13:12, [EMAIL PROTECTED] wrote: Hi Kelly, > Hello, > When I attempt to try and run the backup: > > shell> mysqldump --tab=/path/to/some/dir --opt db_name > I get the following errors: > ./mysqldump: Got error: 1: Can't create/write to file > '/usr/local/mysql/bakup