Changeset 1564

Show
Ignore:
Timestamp:
03/23/08 23:05:10 (8 months ago)
Author:
jm3
Message:

db setup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • agitator/README

    r1512 r1564  
    11agitator - stir the pot of your delicious links and surface interesting things 
     2 
     3set up database: 
     4 
     5  % mysql -uroot mysql 
     6  mysql% GRANT ALL PRIVILEGES ON *.* TO 'jm3_spoon'@'localhost' IDENTIFIED BY 'stirthatshit' WITH GRANT OPTION; 
     7  mysql% create database jm3_agitator; 
    28 
    39== Welcome to Rails