1、毕业设计(论文) 1 摘 要 随着网络的普及,网络游戏已经成为大家耳濡目染的新生事物。现在,可以 说网络游戏已经成为人们休闲、娱乐的有效方式。网络游戏必须依托于互联网, 可以多人同时参与游戏,通过人与人之间的互动达到交流、娱乐和休闲的目的。 在网络游戏中,数据库主要用来保存用户资料,包括用户注册信息、用户游 戏资料以及其他设置资料。网络游戏的服务器端在处理这些资料时,必然要使用 数据库进行大量数据的永久存储, 所以在网络游戏的开发中数据库的设计也是很 重要的环节。 本项目就是完成网络游戏服务器数据库的设计和实现。 本项目选择 MySQL(Structured Query Language)作为
2、数据库管理系统,还使 用了 MySQL 提供的 C API(Application Programing interface),通过该 API 的功能 进行连接管理、实施查询、处理结果集等操作。 关键词:关键词:数据库系统,网络游戏,数据库系统,网络游戏,MySQL。 毕业设计(论文) 2 Design and Implementation of Server Database for the Online Game ABSTRACT With the popularization of internet, online game is no longer a new thing to peo
3、ple. Now it can be said that online games have become an effective way of the peoples leisure and entertainment. Online games must rely on the internet, people can take part in the game at the same time, and through the interaction between people to reach the purposes of exchange, entertainment and
4、leisure. In online games, the database is mainly used to save users data, including users registration information, users game information, as well as other setting information. When online games server-side in dealing these data, the database must be used to store large amounts of data permanent, so database designing is also a very important aspect in the development of online games. This project is about design and implementation of server database for online game. This project uses