Howard Gao's Coding Life
Saturday, November 8, 2008
MySQL Often Used Commands
1. Creating A Database
mysql>CREATE DATABASE
CHARACTER SET = utf8;
2. Creating An Account
mysql>GRANT ALL ON
.* TO 'usr'@'host';
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment