启动mysql:/usr/local/mysql/bin/mysql -uroot -p
查看数据库:show create database cAuth;
查看数据表:use cAuth
show cAuth
初始化数据库命令:
cd my-project
ls
cd server
node tools/initdb.js
启动mysql:/usr/local/mysql/bin/mysql -uroot -p
查看数据库:show create database cAuth;
查看数据表:use cAuth
show cAuth
初始化数据库命令:
cd my-project
ls
cd server
node tools/initdb.js