Differences between revisions 7 and 8
Revision 7 as of 2018-08-28 07:17:29
Size: 891
Editor: davidsch
Comment:
Revision 8 as of 2018-08-28 07:29:38
Size: 1112
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 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.  * If you want to learn about database design and programming you can obtain 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 URI of our database server is {{{remi.ee.ethz.ch}}} where MariaDB runs on the default port tcp/3306. Besides the basic MariaDB SQL service we provide a [[http://mysql.ee.ethz.ch/|phpMyAdmin]] WebUI. [[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 the server daemon {{{mysqld}}} and many different client programs and libraries.
Line 6: Line 6:
 * [[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.  * We also offer MongoDB, a NoSQL (nonrelational) JSON-based database especially suitable with JavaScript languages. The service is reachable on mongodb01.ee.ethz.ch, on tcp/27017.

 * Note: All database services are accessible from the internal ETHZ networks only.

Database programming

  • If you want to learn about database design and programming you can obtain 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 URI of our database server is remi.ee.ethz.ch where MariaDB runs on the default port tcp/3306. Besides the basic MariaDB SQL service we provide a phpMyAdmin WebUI. 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 the server daemon mysqld and many different client programs and libraries.

  • We also offer MongoDB, a NoSQL (nonrelational) JSON-based database especially suitable with JavaScript languages. The service is reachable on mongodb01.ee.ethz.ch, on tcp/27017.

  • Note: All database services are accessible from the internal ETHZ networks only.


CategoryDB

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