protecting MySQL password on multi-user system

2006-04-26 Thread Eric P
I'm on a multi-user Linux system running PHP and MySQL. I have user permissions only. No root perms. Whenever I do an SQL query, I include (via PHP) a file (of which I'm the owner) which exists just under the web root which contains my MySQL username and password. I have to keep this file's

Re: protecting MySQL password on multi-user system

2006-04-26 Thread Roberto C. Sanchez
Eric P wrote: I'm on a multi-user Linux system running PHP and MySQL. I have user permissions only. No root perms. Whenever I do an SQL query, I include (via PHP) a file (of which I'm the owner) which exists just under the web root which contains my MySQL username and password. I