History of MySQL

We started out with the intention of using the msql database system to connect to our tables using our own fast low-level (ISAM) routines. However, after some testing, we came to the conclusion that msql was not fast enough or flexible enough for our needs. This resulted in a new sql interface to our database but with almost the same API interface as msql. This API was designed to enable third-party code that was written for use with msql to be ported easily for use with MySQL.


MysqL is named after co-founder Monty Widenius's daughter, My.
MysqL的名字来源于MysqL的共同创始人Monty Widenius女儿的名字,My。

The name of the MysqL Dolphin (our logo) is “Sakila,” which was chosen from a huge list of names suggested by users in our “Name the Dolphin” contest. The winning name was submitted by Ambrose Twebaze, an Open Source software developer from Swaziland, Africa. According to Ambrose, the feminine name Sakila has its roots in SiSwati, the local language of Swaziland. Sakila is also the name of a town in Arusha, Tanzania, near Ambrose's country of origin, Uganda.

MysqLlogo海豚的名字叫“Sakila”,听上去有点像日语里的“樱花”。

相关文章

优化MySQL数据库发布系统存储的方法有:1.mysql库主从读写分...
使用mysql的方法:在“我的电脑”→右键→“管理”→“服务”...
在mysql中查看root用户权限的方法:1.命令行启动mysql服务;...
MySQL主从复制是用来备份一个与主数据库一样环境的从数据库,...
运行mysql的方法1.启动mysql服务,在“我的电脑”→右键→“...
开启mysql的方法1.可以通过快捷键win+r,输入cmd,打开窗口,...