Toggle navigation
pggsnap's blog
Home
About
Tags
pggsnap's blog
MySQL 笔记
常规操作 以一个实际例子来说明 MySQL 数据库的常用操作。学生选课系统,基本表包括 student 表、teacher 表、course 表,每门课程都有固定的老师;以及学生选课表,字段包括 id (主键),学生 id,课程 id,以及分数 score。如图所示: 服务器的连接 shell> mysql -h host -u user -p Enter passw...
Posted by pggsnap on October 23, 2015
← 上一页
FEATURED TAGS
MySQL
Filebeat
CentOS
GitLab
CI
Spring Cloud
OAuth
Spring Security
Zuul
VisualVM
JMeter
ABOUT ME
记录、整理一些文档