Disc Hosting FAQ

How do i open an mysql shell at my ssh prompt?
You can do that like this:
mysql -u username database -h 127.0.0.1 -p
You NEED the -h 127.0.0.1 because you are in a chrooted environment. The normal mysql socket is not available.