|
Last modified: 18 Jan 2005
WARNING: This documentation covers Parallels H-Sphere versions up to 3.1. For the latest up-to-date Parallels H-Sphere documentation, please proceed to the
official Parallels site.
To run SQL queries against the H-Sphere system database,
you need to log into H-Sphere system database:
- Log in as root on the CP server:
$ su -
- Log in as the cpanel user:
# su -l cpanel
- Connect to the system database:
# psql -d hsphere wwwuser
|