Re: Passwords query

2004-01-12 Thread Nitin Mehta
Sent: Monday, January 12, 2004 6:32 PM Subject: Passwords query > I have been given these passwords for a MySQL db on a remote server. I > have to dump the records to this volume on the remote and I am not sure > what these passwords mean to me. > > SELECT,INSERT,UPDATE,DELETE

Re: Passwords query

2004-01-12 Thread robert_rowe
These look like the security permissions for 3 MySQL user entries. The first one is the administrator account which can do pretty much anything. The second looks like an account used by a program. The third looks like it can be given to individual users as it can only looks at records, not chan

Passwords query

2004-01-12 Thread Matthew Stuart
I have been given these passwords for a MySQL db on a remote server. I have to dump the records to this volume on the remote and I am not sure what these passwords mean to me. SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER username_master password SELECT,INSERT,UPDATE,DELETE username_runtime pass