MySQL Installation Bits

This is not meant to be used outside the context of the Catalyst MySQL Installation Workshop.

How to Use these Commands:

  1. Highlight all of the text with your fancy, space-age mouse,

  2. Copy (Control+C), and

  3. In PuTTY, simply right-click

    (note that Control+V does not paste in PuTTY).

The Commands

Installing Software

This is the very generalized procedure for installing database-driven webapps into a UW staff UA computer account.

  1. Find the URL of the .tar.gz file you want to download. .zip files fine too.

  2. Run

    cd $HOME/public_html
    wget http://your-url.com/path/file-1.2.tar.gz

  3. Run

    tar zxf file-1.2.tar.gz

    or

    unzip file-1.2.zip

  4. Create the symbolic link in the manner of

    ln -s file-1.2 file

  5. Navigate to http://yourwebsite.edu/username/file and follow the instructions.

  6. Navigate to http://yourwebsite.edu/username/phpmyadmin to create a database if you need to.

Some Useful *NIX Commands

(Also see the Unix Curriculum).


Author:  Ryan Timmons
Last Modified:  06 August 2008 15:23:13 PDT
URL:  http://uwwebpub.com/

See Original Markdown