I went into Webmin and looked at the SQL DBase (my MySQL skills are very
limited....), and that database apparently has no tables in it at all.
Did my DBase not initialize properly during install? I wouldn't be
surprised, since I've had to adjust settings today to make everything
sane as far as users/passwords go, and I just didn't notice it at that time.
Is there anyway to fix this after the fact, short of a fresh re-install?
If you know where your binaries are and your config directory. You'll probably find the rt-setup-database in:
/opt/rt3/sbin/rt-setup-database
Off the top of my noggin:
sudo /opt/rt3/sbin/rt-setup-database --action init --datadir /opt/rt3/etc --dba sql_admin_username --dba-password sql_admin_password
It needs to be run as a user with access to read your config files (i.e. root/sudo)
Andrew
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
