Re: Looks like any user can read the mysql db!

2001-08-16 Thread Benjamin David Hildred
On Thu, Aug 16, 2001 at 03:01:20AM -0700, Jose de Leon wrote: This is what I did: load data local infile '/var/lib/mysql/mysql/user.MYD' into table data; ^ At first I did it without the 'local' keyword. But with 'local' keyword it works. When you ad the local

Looks like any user can read the mysql db!

2001-08-15 Thread Jose de Leon
MySQL 3.23.36 Using the LOAD DATA command, I was able to read the first field of user.MYD. I think I should be able to load the rest of the table with a little bit of playing around... I think with a little bit of ingenious delimeter specification, etc, anybody should be able to load any

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Andrew Schmidt
what you did? thanks, -- Andrew - Original Message - From: Jose de Leon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 5:03 AM Subject: Looks like any user can read the mysql db! MySQL 3.23.36 Using the LOAD DATA command, I was able to read the first field

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Jose de Leon
in more detail what you did? thanks, -- Andrew - Original Message - From: Jose de Leon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 5:03 AM Subject: Looks like any user can read the mysql db! MySQL 3.23.36 Using the LOAD DATA command, I

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Jose de Leon
user can read the mysql db! MySQL 3.23.36 Using the LOAD DATA command, I was able to read the first field of user.MYD. I think I should be able to load the rest of the table with a little bit of playing around... I think with a little bit of ingenious delimeter specification, etc

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Andrew Schmidt
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 6:01 AM Subject: Re: Looks like any user can read the mysql db! This is what I did: load data local infile '/var/lib/mysql/mysql/user.MYD' into table data; At first I did it without the 'local' keyword. But with 'local' keyword

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Jose de Leon
explain in more detail what you did? thanks, -- Andrew - Original Message - From: Jose de Leon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 5:03 AM Subject: Looks like any user can read the mysql db! MySQL 3.23.36 Using the LOAD

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Vadim P.
in more detail what you did? thanks, -- Andrew - Original Message - From: Jose de Leon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 5:03 AM Subject: Looks like any user can read the mysql db! MySQL 3.23.36 Using the LOAD DATA

Re: Looks like any user can read the mysql db!

2001-08-15 Thread Jose de Leon
: Jose de Leon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 5:03 AM Subject: Looks like any user can read the mysql db! MySQL 3.23.36 Using the LOAD DATA command, I was able to read the first field of user.MYD. I think I should be able