We have two php-solutions on our e-smith box, each with a mysql-database on the server. Now we want to access the database for adresses and other informations from some windows-boxes. There are no user-rights for the /var/lib/mysql directory and its subdirectories. (owner = mysql, group = mysql, rights = 700
Maybe at first sight,you could add all the users, who should access the database to the group mysql and change the rights to give them read-access.
I would appreciate a better and secure solution.
Thanx in advance
Karl W. Mueller