how to create a new user in MySQL
// then:
1 2 3 mysql% GRANT ALL PRIVILEGES ON *.* TO 'YOURUSERNAME'@'localhost' IDENTIFIED BY 'YOURPASSWORD' WITH GRANT OPTION; 4
13458 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
1 2 3 mysql% GRANT ALL PRIVILEGES ON *.* TO 'YOURUSERNAME'@'localhost' IDENTIFIED BY 'YOURPASSWORD' WITH GRANT OPTION; 4
1 2 <body onload="_uacct='UA-XXXXXX-X';urchinTracker();init();">
1 2 find views -name [a-z]\*rhtml | xargs -n1 grep -H "@page_title" | grep -v "<%" | sed "s/\@page_title = //" | sed "s/rhtml/png/" | sed "s:views/::" | sed "s:/:_:g" | sed "s:^:public/images/beta/headers/hdr_:" | sed "s/ //g"
1 2 ActiveRecord::Base.logger = Logger.new("#{RAILS_ROOT}/log/#{RAILS_ENV}_database.log") 3
1 2 // insert code here..
1 2 bind '"\t":menu-complete'
1 2 set show-all-if-ambiguous on
1 2 svn propset svn:ignore -F .cvsignore .
1 2 … with line number: -n 3 … with file name: -H
1
1 2 sudo perl -MCPAN -e 'install Bundle::LWP'
1 2 <meta http-equiv=Refresh content="0; URL=http://blog.jm3.net/" />
1 2 ssh -l cs 208.101.26.91