Running PHP and MySQL from a CD

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Running PHP and MySQL from a CD

    I know this has been asked before but i cant remember the outcome of the
    discussion! i want to put a website that runs with PHP and a MySQL database on
    a CD so people can run it offline straight from the CD! Is this possible???
    Thanks in advance

    chrisallen76 Guest

  2. Similar Questions and Discussions

    1. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
      When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
    2. Verity won't stay running - constantly running
      I have tried several reinstalls, but it always shuts itself down. Verity keeps shutting itself OFF ???? All I see the next day is: Unable to...
    3. MySQL server running but can't be found
      I get the following message when trying to set up a datasource in CF Administrator. Connection verification failed for data source: gmfg_fusebox...
    4. Large sites running PHP (or Apache, or MySQL, or Linux)
      Hey everyone. I put a list of sites running LAMP components @ http://www.coeusgroup.com/qwik-e-wiki.php/lamp Could help people convince their...
    5. #22558 [Com]: DB2 seems to be 10x slower than MYSQL running a simple select statement
      ID: 22558 Comment by: port at iname dot com Reported By: danl at icarz dot com Status: Bogus Bug Type: ...
  3. #2

    Default Re: Running PHP and MySQL from a CD

    Nope. This would require PHP server and MySQL server to be installed and
    running. This can not be done from a self contained CD. A standard HTML web
    site works ok, but not a dynamic one.
    --
    Lawrence Cramer [TMM]
    lawrence at cartweaver dot com

    Cartweaver - ASP & ColdFusion Shopping Cart for Dreamweaver
    [url]http://www.cartweaver.com[/url]




    "chrisallen76" <webforumsuser@macromedia.com> wrote in message
    news:d02732$qfp$1@forums.macromedia.com...
    >I know this has been asked before but i cant remember the outcome of the
    > discussion! i want to put a website that runs with PHP and a MySQL
    > database on
    > a CD so people can run it offline straight from the CD! Is this
    > possible???
    > Thanks in advance
    >

    Lawrence TMM Guest

  4. #3

    Default Re: Running PHP and MySQL from a CD

    Actually, this is possible using this wonder micro web server -
    microweb. It also starts MySQL and PHP.

    [url]http://www.indigostar.com/microweb.htm[/url]

    We've used this successfully for a project for Hewlett-Packard, and
    we've never had issues with it (make sure to set the session path
    correctly).

    Alexandru

    chrisallen76 wrote:
    > I know this has been asked before but i cant remember the outcome of the
    > discussion! i want to put a website that runs with PHP and a MySQL database on
    > a CD so people can run it offline straight from the CD! Is this possible???
    > Thanks in advance
    >
    --
    InterAKT Online - Dreamweaver extensions
    [url]http://www.interaktonline.com/[/url]
    Alexandru COSTIN Guest

  5. #4

    Default Re: Running PHP and MySQL from a CD

    .oO(Lawrence TMM)
    >Nope.
    Yep. At least in theory, haven't tried it yet.
    >This would require PHP server and MySQL server to be installed and
    >running.
    It's possible to start a HTTP server and other servers/daemons from a CD
    like any other program.

    Micha
    Michael Fesser Guest

  6. #5

    Default Re: Running PHP and MySQL from a CD

    Yes and no, actually having php running is now possible on PHP 5.0 which
    is one of the reasons PHP could start florushing on general desktop
    development like Python or Perl.

    There is even a compiler now for PHP:
    [url]http://www.roadsend.com/home/index.php?SMC=1&pageID=compiler[/url]

    However as far as mysql is concern I dont think this is viable since it
    still based on a server-client model. Maybe other database like SQLite or
    Firebird.


    On Wed, 02 Mar 2005 19:17:22 +0100, Michael Fesser <netizen@gmx.net> wrote:
    > .oO(Lawrence TMM)
    >
    >> Nope.
    >
    > Yep. At least in theory, haven't tried it yet.
    >
    >> This would require PHP server and MySQL server to be installed and
    >> running.
    >
    > It's possible to start a HTTP server and other servers/daemons from a CD
    > like any other program.
    >
    > Micha


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139