Penguin

Differences between version 7 and previous revision of MySql.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Thursday, June 19, 2003 5:32:09 pm by CraigBox Revert
Older page: version 6 Last edited on Sunday, June 8, 2003 1:44:16 pm by CraigBox Revert
@@ -1,5 +1,5 @@
-MySQL is a quasi-[SQL] database management system ([RDBMS]). 
+MySQL is a quasi-[SQL] DataBase management system ([RDBMS]). 
  
 It is small and fast for low loads. It lacks a lot of features that other databasen, noticably PostgreSql, offer. (PostgresVsMysql) 
  
 ; __When should I use MySQL?__ : When your primary concern is the speed of simple SELECT queries for few concurrent users. Even then PostgreSQL is getting much quicker at these.