Bookstore project using XAMPP 详细配置 Part 2

2. Implementation of MySQL database in “phpMyAdmin”

1) Create database named “tbl_book”

 

2) I changed the “isbn” type to “bigint(50)” and “year” to “year(4)” for easier understanding and implementation

 

3) There are two ways of populating the table. One is to use automatically generated script. Another way is to use the templated GUI.

 

4) After populating the data into the table, the table looks like

posted on 2016-03-09 10:56  wenchan  阅读(114)  评论(0)    收藏  举报