Jake Vickers wrote:
John Carlson wrote:
OK so I was looking around last night at my server.. using webmin and I was updating some sites.

I wanted to remove a table for an old site in the vpopmail database.... well when I deleted the table it actually deleted the whole vpopmail database. NO BACKUP... it is a fairly new install... anyway.. so I did some looking and I seen that the easiest way to get the vpopmail database back was to just re-install vpopmail.. so I removed vpopmail and then re-installed it.. I had to create the vpopmail:vchkpw user and group.. and everything seems to be in order.. but now I can't connect to the pop server.. or use squirrelmail.. so does anyone have any ideas how I can fix it without having to re-install the whole qmailtoaster system..
mysqladmin create vpopmail -uroot -p
mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

echo "GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY 'SsEeCcRrEeTt'" | mysql -uroot -p
mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

Then reinstall vpopmail. You dropped the whole database, and the vpopmail RPM doesn't create it - that was covered in the installation script.
Oh John,
you remind me to backup toaster's mysql dbs
I think mysql-zrm will do enough...


---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to