Articles with tag: "mysql"

MySQL Command Reference

October 20th, 2007

Login to MySQL:

~$ mysql -u username -p

Create a database:

create database db_name;

Read more »