Mark Piekos wrote:
I'd be grateful if anyone could recommend a good source of information on
setting up mysql and creating a vpopmail database with the correct permissions
as Jake advises.
Easy as pie. If you have not done so, set your mysql root password:
mysqladmin -u root password what_u_want_4_password
Then create the database:
mysqladmin create vpopmail -u root -p
(It will ask for your mysql root password.... All of these commands will)
mysqladmin -u root -p reload
mysqladmin -u root -p refresh
echo "GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED]
IDENTIFIED BY 'SsEeCcRrEeTt'" | mysql -u root -p
(Note that there are single quotes around the password SsEeCcRrEeTt
IMMEDIATELY followed by a double quote, then a space, then the pipe symbol)
mysqladmin -u root -p reload
mysqladmin -u root -p refresh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]