Welcome to TECFA Home   Portal   Search  
Overview People Teaching Projects Resources Intranet
Tecfa-Quick Uni Genève EduTech Tecfa Servers Gen.Pointers ToolBox
CSS | Design | DOM | Emacs | Emotions | Flash | Games | Html | Java | Js | JSP | Ldap | Methodo | Moo | MySql | Project Mgmt | Php | Portals | RDF | Misc.Soft | SVG | TIE-slides | Unix | Vrml | X3D | Xml | Xml/XSLT | Xml/XQuery | Xml/Contents | Cocoon | InfoViz | Admin |

logo TECFA's MySQL page

MySQL is a 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/libraries.

The main goals of MySQL are speed and robustness. MySQL is TECFA's favorite database. It's free, it never crashes, it's fast and it's not too hard to build WWW applications together with PHP.
Contents
  1. MySQL @ TECFA
    § 1.1 Teaching @ TECFA § 1.2 Projects @ TECFA
  2. Documentation
    § 2.1 Manuals § 2.2 MySQL Tutorials § 2.3 Printed Books § 2.4 SQL/ Data base tutorials § 2.5 JDBC related Tutorials / Articles/ API § 2.6 Mailing Lists
  3. Software
    § 3.1 Programmer's Libraries (jdbc, ...) § 3.2 Clients (MySQL administration)
  4. Examples
    § 4.1 PHP/MySQL § 4.2 JDBC/MySQL
  5. Links
  6. Other DBs at TECFA
    § 6.1 Berkeley DB § 6.2 PostgreSQL
 
logo MySQL @ TECFA Documentation Software Examples Links Other DBs at TECFA

1. MySQL @ TECFA  Go Top

At TECFA we run MySQL on both Solaris server machines. We use version mysql-3.23.48-sun-solaris2.8-sparc (or better).

1.1 Teaching @ TECFA  Go Top

1.2 Projects @ TECFA  Go Top

(under construction, Patrick mets ce que tu veux)  
logo MySQL @ TECFA Documentation Software Examples Links Other DBs at TECFA

2. Documentation  Go Top

See the Documentation page at the MySQL site for more and check for other stuff.
Also: JDBC MySQL Driver documentation is in the Software section.

2.1 Manuals  Go Top

Locally installed Manuals (version 3.23.?): Originals, get them yourselves from here:

2.2 MySQL Tutorials  Go Top

2.3 Printed Books  Go Top

2.4 SQL/ Data base tutorials  Go Top

2.5 JDBC related Tutorials / Articles/ API  Go Top

API Documentation

JDBC Tutorials

2.6 Mailing Lists  Go Top

See also the Documentation Page at Tcx.  
logo MySQL @ TECFA Documentation Software Examples Links Other DBs at TECFA

3. Software  Go Top

See also the list of contributed programs at the MySQL Site. Here we list just software that we use or plan to use:

3.1 Programmer's Libraries (jdbc, ...)  Go Top

See ALSO: SUN's java.sql API doc (local password protected). You get this page from your own JDK API doc.

JDBC Drivers

Currently (1/99) only mm and twz1 seem to be popular. Both are free. See also the JDBC Section for general JDBC Tutorials. [Tecfa Users: Classes are in /local/java/classes/xxx..]

Utilities / adaptable clients

3.2 Clients (MySQL administration)  Go Top

 
logo MySQL @ TECFA Documentation Software Examples Links Other DBs at TECFA

4. Examples  Go Top

4.1 PHP/MySQL  Go Top

4.2 JDBC/MySQL  Go Top

 
logo MySQL @ TECFA Documentation Software Examples Links Other DBs at TECFA

5. Links  Go Top

To to be moved out /explored etc.  
logo MySQL @ TECFA Documentation Software Examples Links Other DBs at TECFA

6. Other DBs at TECFA  Go Top

6.1 Berkeley DB  Go Top

6.2 PostgreSQL  Go Top

D.K.S.