Differences between revisions 6 and 7
Revision 6 as of 2018-08-28 07:14:40
Size: 904
Editor: davidsch
Comment:
Revision 7 as of 2018-08-28 07:17:29
Size: 891
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
If you want to learn about database design and programming you can get an account on our MariaDB (a MySQL open-source successor variant) database server. Get in touch with us and let us know what your plans are. The Address of our database server is {{{remi.ee.ethz.ch}}} where mysql runs on the default port tcp/3306 (only reachable internally). For database configuration and setup tasks you can also make use of our [[http://mysql.ee.ethz.ch/|phpMyAdmin]] setup. If you want to learn about database design and programming you can get an account on our MariaDB (a MySQL open-source fork) database server. Get in touch with us and let us know what your plans are. The Address of our database server is {{{remi.ee.ethz.ch}}} where mysql runs on the default port tcp/3306 (only accessible internally at ETHZ). For database configuration and setup tasks you can also make use of our [[http://mysql.ee.ethz.ch/|phpMyAdmin]] setup.
Line 6: Line 6:
 * [[http://sunsite.cnlab-switch.ch/ftp/mirror/mysql|Swiss MySQL mirror site]] MySQL is a true multi-user, multi-threaded SQL database server. ANSI-SQL for relational databases is the most popular DB language in the world. MariaDB is a client/ server implementation that consists of a server daemon mysqld and many different client programs and libraries.  * [[https://mariadb.org/|MariaDB Website]] MariaDB is a true multi-user, multi-threaded mostly MySQL-compatible SQL database server. ANSI-SQL for relational databases is the most popular DB language in the world. MariaDB is a client/ server implementation that consists of a server daemon mysqld and many different client programs and libraries.

Database programming

If you want to learn about database design and programming you can get an account on our MariaDB (a MySQL open-source fork) database server. Get in touch with us and let us know what your plans are. The Address of our database server is remi.ee.ethz.ch where mysql runs on the default port tcp/3306 (only accessible internally at ETHZ). For database configuration and setup tasks you can also make use of our phpMyAdmin setup.

  • MariaDB Website MariaDB is a true multi-user, multi-threaded mostly MySQL-compatible SQL database server. ANSI-SQL for relational databases is the most popular DB language in the world. MariaDB is a client/ server implementation that consists of a server daemon mysqld and many different client programs and libraries.


CategoryDB

Programming/Libraries/DatabaseProgramming (last edited 2023-10-16 11:35:10 by alders)