摘 要随着社会的发展,社会的方方面面都在利用信息化时代的优势。计算机的优势和普及使得各种信息系统的开发成为必需。图书馆信息管理系统主要的模块包括用户管理、图书分类管理、图书管理、借阅记录管理、系统监控管理、读者意见列表、统计管理等功能模块。管理员对后台对有相应的操作权限。系统中管理员为主要是为了安全有效地存储和管理及维护系统的各类信息,可以对系统进行管理与更新维护。在整个业务处理的过程中,所有的业务数据信息都存储在数据库中。读者可以根据自己的需要进行身份注册,提交注册信息之后,管理员就可以对读者的信息进行获取。不同的业务处理所涉及到的业务实体是不一样的,但是这些实体之间都有一定的关联关系,论文采用 MySQL 关系型数据库管理系统实现对业务数据的管理。关键词:图书信息管理系统;JSP;Mysql; IAbstractWith the development of society, all aspects of society are taking advantage of the information age. The advantages and popularization of computers make the development of various information systems necessary.Book information management system the main module includes user management, books classification management, books management, borrowing record management, system management, reader comments list, statistical management, and other functional modules. The administrator has corresponding operation rights to the background. The administrator of the system can manage and update the system in order to safely and effectively store and manage all kinds of information of the system.In order to realize the function of library information management system, we need the support of background database. The administrator verifies the registration information, collects the user information, and analyzes the related tables and other data that are managed by the database management system. The database server side in this article USES Mysql as the background database, which makes the Web closely related to the database.Keywords...