> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 04, 2002 3:17 AM
> To: Hussein Morsy; MySQL List
> Subject: Re: users and db visibility
>
> on 8/4/02 3:13 AM, Hussein Morsy, typed:
>
> >> how can i
> how can i make MySQL show only what db are available to the user?
> i.e., when a user logs in from a terminal application and types:
> 'show databases;'
mysqld --safe-show-database
or in my.cnf:
safe-show-database
With this option, the SHOW DATABASES command returns only those
databases for
on 8/4/02 3:13 AM, Hussein Morsy, typed:
>
>> how can i make MySQL show only what db are available to the user?
>> i.e., when a user logs in from a terminal application and types:
>> 'show databases;'
>
>
> mysqld --safe-show-database
> or in my.cnf:
> safe-show-database
>
> With this option,