On 8/29/06, <b class="gmail_sendername">Ben Weston</b> <<a href="mailto:ben@computerhelpme.com">ben@computerhelpme.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I went into Webmin and looked at the SQL DBase (my MySQL skills are very<br>limited....), and that database apparently has no tables in it at all.<br><br>Did my DBase not initialize properly during install?  I wouldn't be
<br>surprised, since I've had to adjust settings today to make everything<br>sane as far as users/passwords go, and I just didn't notice it at that time.<br><br>Is there anyway to fix this after the fact, short of a fresh re-install?
</blockquote><div><br>If you know where your binaries are and your config directory. You'll probably find the rt-setup-database in:<br><br>/opt/rt3/sbin/rt-setup-database  <br></div><br>Off the top of my noggin:<br>sudo /opt/rt3/sbin/rt-setup-database --action init --datadir /opt/rt3/etc --dba sql_admin_username --dba-password sql_admin_password
<br><br>It needs to be run as a user with access to read your config files (i.e. root/sudo)<br><br>Andrew<br></div>