This shows you the differences between two versions of the page.
— |
doc:mysql [2012/08/26 19:22] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== MySQL ====== | ||
+ | |||
+ | mysql -u root | ||
+ | | ||
+ | mysql> create database bladb | ||
+ | | ||
+ | mysql -u root bladb < bladb.sql | ||