php/mysql question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Marcus
    Confirmed User
    • Jul 2001
    • 3472

    #1

    php/mysql question

    When doing a php script with a database, is it possible to have the database be stand alone or does it always have to be registered on the server?

    Like when you do asp pages you can just upload an access database on the server and reference that database in your code without having to register the database on the server like
    "DRIVER={Microsoft Access Driver (*.mdb)};
    DBQ=c:\inetpub\wwwroot\whatever.mdb"

    Can you do that with php?

    It's a pain to keep asking my admin to create new databases.
  • duroflex
    Confirmed User
    • Dec 2002
    • 199

    #2
    PHP ONLINE MANUAL

    ZiggydiZig!

    Comment

    • benthompson
      Confirmed User
      • Mar 2002
      • 553

      #3
      no.. you can not upload a mysql database same as access unfortunatelly..

      ask your system admin to install PHPAdmin for you so that you won't have to ask him to create new databases each time you need one.. You simply do it yourself..
      No signature.. I am bored of the signatures aswell..

      Comment

      • Marcus
        Confirmed User
        • Jul 2001
        • 3472

        #4
        ok thanks

        Comment

        • Mr.Fiction
          Confirmed User
          • Feb 2002
          • 9484

          #5
          Why do you have to ask your admin to do it?

          Just get a script like PHPMyAdmin if you don't have shell access.
          Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

          Comment

          Working...