how to create a new user in MySQL
// then:
mysql% GRANT ALL PRIVILEGES ON *.* TO 'jm3_spoon'@'localhost' IDENTIFIED BY 'stirthatshit' WITH GRANT OPTION; mysql% create database jm3_agitator;
DZone Snippets > jm3 > mysql
12361 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
john manoogian III http://jm3.net
mysql% GRANT ALL PRIVILEGES ON *.* TO 'jm3_spoon'@'localhost' IDENTIFIED BY 'stirthatshit' WITH GRANT OPTION; mysql% create database jm3_agitator;
ActiveRecord::Base.logger = Logger.new("#{RAILS_ROOT}/log/#{RAILS_ENV}_database.log")
svn propset svn:ignore -F .cvsignore .
… with line number: -n … with file name: -H
sudo perl -MCPAN -e 'install Bundle::LWP'
<meta http-equiv=Refresh content="0; URL=http://blog.jm3.net/" />
ssh -l cs 208.101.26.91