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

2001-08-15 Thread Jose de Leon
of the data directory and > its contents to 'mysql'. > > Vadim. > > Jose de Leon wrote: > > > > Here are the perms on the mysql db files /var/lib/mysql/mysql > > > > Also, I was logged into mysql with a plain user 'jose' that had acces

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

2001-08-15 Thread Jose de Leon
Can somebody running redhat using the mysql rpm provided by redhat, version 3.23.36-1, please try this and verify if it exists as a bug for you too? Thanks, Jose == On Thu, 16 Aug 2001 03:01:20 -0700 Jose de Leon <[EMAIL PROTECTED]> wrote: > This

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

2001-08-15 Thread Jose de Leon
ce all mysql datafiles are 660 (not readable by all) and do not sit in > the database directory I'm not sure how you would read in those tables. > > The only thing I was able to read in was the .err file > > perhaps you can explain in more detail what you did? > > than

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

2001-08-15 Thread Jose de Leon
atabase directory I'm not sure how you would read in those tables. > > The only thing I was able to read in was the .err file > > perhaps you can explain in more detail what you did? > > thanks, > > -- Andrew > > - Original Message - > From: "Jose de Le

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 tabl

Can mysql.users table props be modified?

2001-07-16 Thread Jose de Leon
Hello All, I have need to modify users table in mysql database. I wish to expand the user column from 16 chars to 128 chars. Will this cause problems with MySQL server engine and will it recognize and use my changes? What is maximum size allowed and also can I safely expand width of databas

What is reference_priv used for?

2001-05-14 Thread Jose de Leon
When granging privaleges for sql databases, what is the reference_priv privalege used for? I have check the online documentation and I can find no clear description of what this is used for. There are a few mentions of the reference_priv but only that it exists, not what it is used for. If ther

What is best way to check mysql status?

2001-03-20 Thread Jose de Leon
telnet to port 3306. Thank you, Jose de Leon - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EM

Enforcing quotas with MySQL?

2001-03-15 Thread Jose de Leon
Does MySQL allow either user or group quotas to be enforced per database? Thanks, Jose - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)