I'm looking for an easy way to use mysql from user (no root, no mysql
system account) space. I don't want the user of my application to have
to use a password to connect to the database. I want to have multiple
databases to differentiate between programs.

Is libmysqld the way to go?
Is a separate mysqld process more efficient?
Does libmysqld do proper locking if accessing from various processes the
same table at the same time?

Does anyone know of an opensource program that easily (for dummies) and
transparently uses mysql to store data sucessfully?

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

Reply via email to