准备数据库(MySQL),若已有MySQL,可忽略.build MySQL table;连接MySQL;mysql -u root -p创建数据表;mysql> create database demo;mysql> u