Results 1 to 3 of 3

Thread: [RESOLVED] Deploying a PHP / MySQL website

  1. #1

    Thread Starter
    New Member ZippyFromRainbow's Avatar
    Join Date
    Jul 2007
    Posts
    2

    Resolved [RESOLVED] Deploying a PHP / MySQL website

    Are there any guides out there for deploying a web site which uses PHP and MySQL?

    I have a developed a web site but only have it running locally on my dev machine. I plan to sign up with a web host for a shared hosting package but I'm wondering how I got about getting the site up and running onto the web hosts server? Am I right in thinking that the database can be scripted and those files can be run on the web hosts server to create the DB, using PHPMyAdmin (or a similar tool)?

    Thanks

    Zippy

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Deploying a PHP / MySQL website

    Uploading the PHP files is straightforward.
    As for the database, what I usually do is write a SQL script that creates the data schema and then import it using mysql (if you have terminal access) or phpMyAdmin.
    If you have content in your local database that you'd like to upload, you can use mysqldump to generate a SQL script file, and then import that.

  3. #3

    Thread Starter
    New Member ZippyFromRainbow's Avatar
    Join Date
    Jul 2007
    Posts
    2

    Re: Deploying a PHP / MySQL website

    Many thanks penagate,

    Cheers

    Zippy

Posting Permissions

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



Click Here to Expand Forum to Full Width