|
Last modified: 18 Jan 2005
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
|