hey friends ,,,here are some usefull commands to do some basic thing with mysql database system….. Have a nice read. To login (from unix shell) use -h only if needed. # [mysql dir]/bin/mysql -h hostname -u root -p Create a database on the sql server. mysql> create database [databasename]; List all databases on the sql [...]