Differences between revisions 8 and 9
Revision 8 as of 2018-08-28 07:29:38
Size: 1112
Editor: davidsch
Comment:
Revision 9 as of 2020-09-02 12:07:06
Size: 1359
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2020-09-02 davidsch
Line 4: Line 5:
 * 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.  * 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 (e-mail to support@ee.ethz.ch) 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 TCP port 3306. Besides the basic MariaDB SQL service, we provide a [[https://mysql.ee.ethz.ch/|phpMyAdmin]] WebUI for database queries and management. [[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 database 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 7:
 * 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.  * We also offer MongoDB, a NoSQL (nonrelational) JSON-based database especially suitable with software written in JavaScript. The service is reachable on mongodb01.ee.ethz.ch, on tcp/27017.
Line 8: Line 9:
 * Note: All database services are accessible from the internal ETHZ networks only.  * Note: All database services are accessible from the internal ETHZ networks only. The only exception is the [[https://mysql.ee.ethz.ch/|phpMyAdmin]] web interface, which can be used globally after user authentication.

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 (e-mail to support@ee.ethz.ch) 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 TCP port 3306. Besides the basic MariaDB SQL service, we provide a phpMyAdmin WebUI for database queries and management. 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 database 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 software written in JavaScript. The service is reachable on mongodb01.ee.ethz.ch, on tcp/27017.

  • Note: All database services are accessible from the internal ETHZ networks only. The only exception is the phpMyAdmin web interface, which can be used globally after user authentication.


CategoryDB

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