Access your MySQL database

You can only access the database from within the Ulyssis network. This is standard security policy for databases.

There are a few way to access your database:

  • From the command line: mysql -u yourlogin -p
  • From a PHP script: mysql_connect("mysql.ulyssis.org", "yourlogin", "yourMySQLpassword");
  • From PHPMyAdmin: browse to https://phpmyadmin.ulyssis.org
  • ...