Mysql Advice

admin

Administrator
Staff member
I am working on my first home-grown MySQL database. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> <br /><br />Would like some advice on how to handle files uploaded and permissions. We will have CAD files (and jpg images) that would be "uploaded" to a directory via an "add DB record" php page. The files need to be viewable to PHP/FTP/HTTP users. i.e I add a record with all the info and "Browse..." to the CAD and jpg files. the php webpage adds the DB entry and uploads the files to my specified directory. The files would have 3 ways for a user to get them, via FTP, via MySQL search (given a link) and via HTTP (I am using e-dir).<br /><br />Am I correct that files uploaded by PHP are assigned the owner of apache and are unreadable to other users? If this is correct is there an easy way around this? I would like to have 1 page to add the complete information, and not have a user have the need to ftp the files and enter the SAME info for the DB record, you all know how carefull most users are, lmoa.<br /><br /> Rock Sign<!--content-->
I believe they are owned by the php program.<br />And can be read by all, but only updated or deleted by the php program.<br /><br />Hopefully a php guru can elaborate.<!--content-->
I have read in other places that PHP will use the user of apache in some (if not many) cases and the file can only be read by PHP<!--content-->
 
Back
Top