PhpReport 1.3 - 2005-06-28 - Release notes
The installer than in the
sql directory will
only create the database user, the database and the basic data. It won't delete it on uninstall.
This means that the deb package will install only one time, because the installer will fail if it can't create the database. Uninstalling the package doesn't delete the database. So, if you want to install PhpReport for a second time, you must delete the database and database user by hand. You can delete them typing this sentences as root:
su postgres
psql template1
DROP DATABASE phpreport;
DROP USER phpreport;
\q
The database, username and password installed by default are:
| Database | phpreport |
| Username | phpreport |
| Password | phpreport |
You would like to have a look at the configuration in
/etc/phpreport (deb install) or directly at the
include directory of the web.
div class="twikiTopicInfo twikiRevInfo twikiGrayText twikiMoved"<&/div>-->