Jump to content

MySQL for OS/2: Difference between revisions

From NikiWiki
Martini (talk | contribs)
Created page with "MySQL is a true multi-user, multi-threaded SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client/server im..."
 
Martini (talk | contribs)
No edit summary
 
Line 29: Line 29:


==Download==
==Download==
* [http://www.os2power.com/yuri/MySQL MySQL 4.0.18 Build 5]
* [ftp://ftp.netlabs.org/pub/mysql/ Source Code - CVS Snapshot]
* [ftp://ftp.netlabs.org/pub/mysql/ Source Code - CVS Snapshot]


Line 35: Line 36:
==Credits==
==Credits==
* Yuri Dario
* Yuri Dario
==Links==
* [http://www.mysql.com/ MySQL Homepage] : The offical homepage of MySQL
* [http://www.os2power.com/yuri/MySQL Yuri Dario's MySQL for OS/2 Homepage]: This is the homepage of Yuri Dario for MySQL for OS/2


[[Category:Discontinued Projects]]
[[Category:Discontinued Projects]]

Latest revision as of 16:12, 14 April 2017

MySQL is a true multi-user, multi-threaded SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client/server implementation that consists of a server daemon mysqld and many different client programs and libraries.

Description

The main goals of MySQL are speed, robustness and ease of use. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development, it already offers a rich and highly useful function set.

The OS/2 port was originaly done by Antony T Curtis, he offered netlabs.org to host the website for the OS/2 port.

The current port is done by Yuri Dario and is compiled using Innotek GCC, Libc 0.6b4 runtime required.

News

MySQL 4.1.7 released

MySQL 4.1.7 for OS/2 is now available for public download: http://www.os2power.com/yuri/

See support list post for details. If you upgrade from 3.x, please read the manual for table updates.

MySQL 4.0 for OS/2 is now ready

MySQL 4.0.18 for OS/2 has been released. New features like named pipes and Pentium III code optimization are included in the public download.

MySQL 3.23.50 build 1

The MySQL for OS/2 source base has been updated to release 3.23.50

MySQL 3.23.42 Build 3

Yuri Dario released MySQL 3.23.42 for OS/2

New MySQL release soon!

Antony T Curtis today wrote in a mailinglist that he wants to compile a new release of MySQL soon. So we can expect a brand new release of MySQL for OS/2 in the near future.

Download

License

Credits

  • Yuri Dario

Links