+ Reply to Thread
Results 1 to 4 of 4

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

  1. #1
    bobs-pcmall is offline Staff Sergeant
    Join Date
    Dec 2006
    Location
    Newcomerstown,Ohio
    Posts
    40

    Default 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?

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default 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!

  3. #3
    bobs-pcmall is offline Staff Sergeant
    Join Date
    Dec 2006
    Location
    Newcomerstown,Ohio
    Posts
    40

    Default 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.

  4. #4
    bobs-pcmall is offline Staff Sergeant
    Join Date
    Dec 2006
    Location
    Newcomerstown,Ohio
    Posts
    40

    Default 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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49