![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| We've created a readonly database with several tables (66). We created our html page creator. But the PHP Files can't access the database to create the pages on the server of BV. Scripts work fine on our server here using apache, mysql and phpadmin. And generate output pages fine. Error from server say can't login user public_readonly, using password yes. We're lost. Can anyone give us some insight to this problem? |
|
#2
| ||||
| ||||
| Make sure that the folder that you have the database set up in has the correct chmod settings for read only. Thats all I can think of. Andy
__________________ My diamond in the rough - www.123gpp.com * Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!) |
|
#3
| |||
| |||
| Thanks for the reply there Andy. We are connecting to the database just not able to query tables. temp index named as .aNew_Index behind site url. www.bobs-pcmall.com/.aNew_Index.php. This is what our local network puts out from the scripts. www.bobs-pcmall.com/Home_Page.html |
|
#4
| |||
| |||
| We've got part of it working. The sql scripts for some reason turned tables and field names to lower case. Still have a few problems with scripts tho. We're still working on the part where view items per page and goto page #. Thanks for all the help. |