Re: Local copy of database

2003-11-14 Thread Adam Erickson
> Finally, if anyone has or knows of a good phone directory already. 
> Please point me in the right direction.

Have you considered LDAP?  Run it over SSL with TLS - should calm any
security concerns.  Outlook (and most any other mail agent for that
matter) can hook into it for address book lookups.  You can store
non-email related information in the LDAP database (address, phone
number, etc.)

The only catch is the offline-mode.  I do not believe there is one but
if you're considering installing MySQL on each machine you could set up
a LDAP replicated slave instead.

Don't get me wrong, writing a MySQL DB w/ GUI frontend would be more
entertaining but this path is already well-traveled.

Adam


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Local copy of database

2003-11-14 Thread Neil Watson
On Fri, Nov 14, 2003 at 03:18:49PM -0500, David M. Doggette wrote:
I'm creating a database application for a phone directory for my church. 
 People are very concerned about security and would like to run the 
application locally.  Is it possible to distribute a local version of a 
How is having a copy of the database on each client more secure than
having a single copy stored centrally where users will have to
authenticate to gain access?
--
Neil Watson   | Gentoo Linux
Network Administrator | Uptime 12 days
http://watson-wilson.ca   | 2.4.22-ac1 AMD Athlon(tm) MP 2000+ x 2
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Local copy of database

2003-11-14 Thread David M. Doggette
I'm creating a database application for a phone directory for my church. 
 People are very concerned about security and would like to run the 
application locally.  Is it possible to distribute a local version of a 
MySQL database without having to install MySQL on the local machine?  Or 
is there a runtime environment that is easy for non-technical people to 
utilize?

Finally, if anyone has or knows of a good phone directory already. 
Please point me in the right direction.

--
David M. Doggette
President
2HB Software Designs, Inc.
301.725.0299 v
301.725.0297 f
301.440.6087 m
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]