Announcement

Collapse
No announcement yet.

What's the secrect to connecting to a public user database?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What's the secrect to connecting to a public user database?

    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?
    Bob the Builder
    www.bobs-pcmall.com
    Without Data, you're just another opinion.

  • #2
    Re: What's the secrect to connecting to a public user database?

    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
    PHP- is a blast!

    Comment


    • #3
      Re: What's the secrect to connecting to a public user database?

      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
      Bob the Builder
      www.bobs-pcmall.com
      Without Data, you're just another opinion.

      Comment


      • #4
        Re: What's the secrect to connecting to a public user database?

        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.
        Bob the Builder
        www.bobs-pcmall.com
        Without Data, you're just another opinion.

        Comment

        Working...
        X