Differences between revisions 5 and 6
Revision 5 as of 2013-10-03 11:06:12
Size: 776
Editor: davidsch
Comment:
Revision 6 as of 2018-08-28 07:14:40
Size: 904
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2018-08-28 davidsch
Line 2: Line 4:
If you want to learn about database design and programming you can get an account on our MySQL 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 (3306). 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 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.
Line 4: 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. 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.  * [[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.

Database programming

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 phpMyAdmin setup.

  • 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.


CategoryDB

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