michelle
12/2/2016 - 5:28 PM

mySQL show all tables

mySQL show all tables

show databasename;
use databasename
show tables;
describe tablename;
alter table tablename drop column columnname;