Tools commands

- Show system environment path

echo %path%

- Change directory

C:\Windows>  to  D:\xampp\htdocs\laravel>

C:\Windows>D:

- Connect MySql 

D:\xampp\mysql\bin>mysql.exe mysql -u root -p

Mysql basic commands 

show databases;

create database dbName;

use databaseName;

show tables;

describe tableName;

select * from users \G;

http://g2pc1.bu.edu/~qzpeng/manual/MySQL%20Commands.htm















Comments

Popular posts from this blog

API

Encryption and Decryption By PHP

Seeder