|
Mysql Info
To find out the name of your database, your username and password, log in at https://tuxic.nl/admin, click “Manage” and search for the database information.
Managing your database
You will also find a link to PHPMyAdmin in the admin interface. Note that you have to give access to your local IP first, before you can use PHPMyAdmin.
Commandline access
For domains hosted at tuxic, you can get direct access to your mysql database via the SSH commandline on the machine. However, since SSH is in a changerooted environment, you need to tell mysql program where to find the database by adding
-h 127.0.0.1
to your mysql commandline.
MySQL databases in PHP
When you use your database in a CMS or your own PHP scripts, you can use “localhost” as the hostname.
|