|
MYSQL (pronounced "My ess cue el") is an open source Relational Database Management System that uses Structured Query Language. Information is stored in "Tables" which can be thought of as the equivalent of Excel spreadsheets. A single MySQL database can contain many tables at once and store thousands of individual records. It's fast, reliable and flexible.
PHP and MySQL work extremely well together. Useful tutorials on how to use them are freely available on the web and some excellent reference books have been produced catering for complete beginners to experienced web application developers.
mysql(发音为“My ess cue el”)是一开放源代码的关系数据库管理系统,使用结构化查询语言。信息存放在“表格”中、可视为等同于桌面excel一样。一个mysql数据库可以包含许多个表,在一次和存储数以千计的个人纪录,它速度快、可靠、灵活等特点。
PHP and MySQL 工作非常出色。有用的指南,就是如何利用它们的开源自由,可以在网站上,并有很好的参考书籍、教程以及完整的从有经验web应用开发者中得到帮助。
(本人翻译不是很准确)
(阅读次数:)
|