MySQL是一個多線程的,結構化查詢語言(SQL)資料庫伺服器。SQL 在世界上是最流行的資料庫語言。MySQL 的執行性能非常高,運行速度非常快,並非常容易使用。是一個非常棒的資料庫。
MySQL Enterprise |
MySQL Enterprise Silver |
MySQL Enterprise |
MySQL Enterprise | |
Software | ||||
MySQL Enterprise Server |
Pro |
Pro |
Pro |
Pro |
Monthly Rapid Updates |
Yes |
Yes |
Yes |
Yes |
Quarterly Service Packs |
Yes |
Yes |
Yes |
Yes |
Add-on Options4 | ||||
DRBD for MySQL |
|
|
Option4 |
Option4 |
MySQL Network Monitoring and Advisory Services | ||||
Software Updates Service |
Yes |
Yes |
Yes |
Yes |
Technical Alerts |
Yes |
Yes |
Yes |
Yes |
Enterprise Dashboard |
|
Yes |
Yes |
Yes |
Notifications and Alerts |
|
Yes |
Yes |
Yes |
Custom Advisor |
|
Yes |
Yes |
Yes |
Administration Advisor |
|
Yes |
Yes |
Yes |
Security Advisor |
|
Yes |
Yes |
Yes |
Replication Advisor |
|
|
Yes |
Yes |
Memory Usage Advisor |
|
|
Yes |
Yes |
Schema Advisor |
|
|
|
Yes |
Performance Advisor |
|
|
|
Yes |
Consultative Support 1 | ||||
Remote Troubleshooting |
|
|
Yes |
Yes |
Replication Review |
|
|
Yes |
Yes |
Query Review |
|
|
|
Yes |
Schema Review |
|
|
|
Yes |
Performance Tuning |
|
|
|
Yes |
Customer Code Reviews: MySQL Client APIs |
|
|
|
Yes |
Customer Code Reviews: MySQL User Defined Functions & Server Extensions |
|
|
|
Yes |
Customer Code Reviews: MySQL Stored Procedures, Triggers & Functions |
|
|
|
Yes |
Problem Resolution Support | ||||
Number of Incidents |
2 |
Unlimited |
Unlimited |
Unlimited |
Web-based Case Management |
Yes |
Yes |
Yes |
Yes |
Emergency 2 Bug Fix Escalation |
|
|
Yes |
Yes |
Emergency 2 Hot Fix Build |
|
|
Yes |
Yes |
Custom Build |
|
|
|
Option 4 |
Self Help Support | ||||
Knowledge Base |
Yes |
Yes |
Yes |
Yes |
Lifecycle/EOL Support | ||||
Active |
Yes |
Yes |
Yes |
Yes |
Extended |
|
Yes |
Yes |
Yes |
MySQL的特性
- 使用C和C++編寫,並使用了多種編譯器進行測試,保證原始碼的可移植性。
- 支持AIX、BSDi、FreeBSD、HP-UX、Linux、Mac OS、Novell Netware、NetBSD、OpenBSD、OS/2 Wrap、Solaris、SunOS、Windows等多種作業系統。
- 為多種程式語言提供了API。這些程式語言包括C、C++、c#、Delphi、Eiffel、Java、Perl、PHP、Python、Ruby和Tcl等。
- 支持多執行緒,充分利用CPU資源,支持多用戶。
- 優化的SQL查詢演算法,有效地提高查詢速度。
- 既能夠作為一個單獨的應用程序應用在客戶端伺服器網路環境中,也能夠作為一個庫而嵌入到其他的軟體中。
- 提供多語言支持,常見的編碼如中文的GB 2312、BIG5,日文的Shift_JIS等都可以用作數據表名和數據列名。
- 提供TCP/IP、ODBC和JDBC等多種資料庫連接途徑。
- 提供用於管理、檢查、優化資料庫操作的管理工具。
可以處理擁有上千萬條記錄的大型資料庫。