How to Create a new database on MySQL?
To create a new database you need to login as root or a account that has permission.
we will create KartookShop database.
-> mysql -u root -p
mysql> create database KartookShop;
Query OK, 1 row affected (0.06 sec)
Possibly Related Posts:
- How ot install Tweetdeck on ubuntu 10.04 64bit
- VMware : How to setup Windows Active Directory authentication on ESX 4.0
- LINUX : How to Find the Most Memory taking process in Ubuntu
- Vmware : How to install Vmware Tools on Backtrack4- Final
- Linux : CentOS-5.5 Released
