- c:\> e:
Show Directory Content
- c:\>dir
- cd excellent\programming\tricks
- cd / --Clear to end of the line
- cd.. --back only one step
Run mySql in Command Prompt
- show databases;
- show tables;
- store tables;
- create database abcdb;
- use abcdb;
- create table xyz (id int(20));
- show table;
Create .bat file can directly run command prompt into mysql>.
No comments:
Post a Comment