Re: MySQL secure access

2002-11-29 Thread Listen Hinz
TECTED]> To: "Pae Choi" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 2:54 AM Subject: Re: MySQL secure access > of course i will full access on those databases in all the databases store > in > our server, and i able t

Re: MySQL secure access

2002-11-28 Thread Alice Tan
tomer. customer only access their own database only. - Original Message - From: "Pae Choi" <[EMAIL PROTECTED]> To: "Alice Tan" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 8:33 PM Subject: Re: MySQL secure

re: Re: MySQL secure access

2002-11-28 Thread Egor Egorov
Alice, Thursday, November 28, 2002, 8:29:14 AM, you wrote: AT> i did create those databases in different databases directories. AT> i saw there r columns_priv, db, host, tables_priv and user tables in the AT> mySQL database directory. Is all these tables control the user data access ? Yes. AT>

Re: MySQL secure access

2002-11-28 Thread Pae Choi
If I am your customer and the data related to my web contents and/or services stored(this is more than likely if the hosting service is used) in the database at your site, I would definitely claim that the access to data will be appropriate. Ex, You have Web services using a hosting service. And th

Re: MySQL secure access

2002-11-27 Thread Alice Tan
ase. can u specify more detail on that ?? - Original Message - From: "Bhavin Vyas" <[EMAIL PROTECTED]> To: "Alice Tan" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 12:07 PM Subject: Re: MySQL secure acc

Re: MySQL secure access

2002-11-27 Thread Bhavin Vyas
You can create separate databases (database directories) and then grant privileges to users on table only within a specific database. So if you have a separate database (create database is the syntax to create a new database), you can do that. Bhavin. - Original Message - From: "Alice Ta