Re: Password on DB Files not on DB server

2007-02-10 Thread Suhas Pharkute
This is true, if the db is still on same db server. Correct me if I am wrong, but it will not protect if some body copies the files to other DB server, then they can see the DB Suhas

Re: Password on DB Files not on DB server

2007-02-10 Thread Suhas Pharkute
This is true, if the db is still on same db server. Correct me if I am wrong, but it will not protect if some body copies the files to other DB server, then they can see the DB Suhas On 2/10/07, mos <[EMAIL PROTECTED]> wrote: At 10:49 PM 2/10/2007, Suhas Pharkute wrote: >Hi, >

Re: Password on DB Files not on DB server

2007-02-10 Thread Suhas Pharkute
This is true, if the db is still on same db server. Correct me if I am wrong, but it will not protect if some body copies the files to other DB server, then they can see the DB Suhas On 2/10/07, mos <[EMAIL PROTECTED]> wrote: At 10:49 PM 2/10/2007, Suhas Pharkute wrote: >Hi, >

Password on DB Files not on DB server

2007-02-10 Thread Suhas Pharkute
Hi, I am sure this is been asked many times before, but seems like I could not find answer to it so here you go, Is there any way to put password on Data base(files) itself rather than DB server? If yes how to achive it? If no, any suggestions which db support that? Thank you in advance! Suha

Re: Safe DB Distribution

2007-01-30 Thread Suhas Pharkute
://lyricslist.com/lyrics/artist_albums/355/moody_blues.html http://music-lyriks.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] -- Suhas Pharkute, PhD CEO - Syna Intelligence, LLP V. 208 830 8915 (C) E. [EMAIL PROTECTED],.com W. http://synaintel.com

Re: Safe DB Distribution

2007-01-29 Thread Suhas Pharkute
Ok, I will explain it again, I need a way so that if some body gets the DB files (.MYD and .MYI) from my distribution, they can put it in their DB engine and can read my DB. I would like to STOP this stealing. Is there any way? Thanks Suhas

Re: Safe DB Distribution

2007-01-29 Thread Suhas Pharkute
ent --- -Original Message- From: Suhas Pharkute [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 January 2007 1:55 PM To: Ales Zoulek Cc: mysql@lists.mysql.com Subject: Re: Safe DB Distribution Yep, I do understand that, but when I give DB to someone, I

Re: Safe DB Distribution

2007-01-29 Thread Suhas Pharkute
ent --- -Original Message- From: Suhas Pharkute [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 January 2007 1:55 PM To: Ales Zoulek Cc: mysql@lists.mysql.com Subject: Re: Safe DB Distribution Yep, I do understand that, but when I give DB to someone, I

Re: Safe DB Distribution

2007-01-29 Thread Suhas Pharkute
configure your OS and filesystem rights, so that only MySQL server can read them. Ales. > -- Forwarded message -- > From: "Suhas Pharkute" <[EMAIL PROTECTED]> > To: mysql@lists.mysql.com > Date: Mon, 29 Jan 2007 11:48:27 -0700 > Subject: Safe DB Distrib

Safe DB Distribution

2007-01-29 Thread Suhas Pharkute
HI, I want to distribute the MySQL DB to different user with an PHP web app. My biggest problem is MySQL data files. Is there anyway by which I can configure the MySQL so that only PHP script can read it and if you happen to copy the Data files and try to use it, that will be useless. I know, th