[vchkpw] Installation w/ MySQL

2002-11-19 Thread Willy Scalioni \(WBOX\)
Hi,

I had a problem installing vpopmail with MySQL. The vmysql.h file is
already configured, VPOPMAIL was compiled and installed without error
messages (a lot of times) but the MySQL tables were not created.

Versions:
RedHat 7.2
MySQL 3.23.41
VPOPMAIL 5.2 (not 5.2.1)

Thanks,
Willy Scalioni






Re: [vchkpw] Installation w/ MySQL

2002-11-19 Thread Marco
Try logging into mysql as the user and set them up manually.  I'm guessing
that the mysql tables you set up don't have the right permissions.  As root
mysql user try:
GRANT ALL PRIVILEGES ON vpopmail.* to user@localhost identified by
'password'

Hope this helps.

Marco
- Original Message -
From: Willy Scalioni (WBOX) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 8:10 AM
Subject: [vchkpw] Installation w/ MySQL


 Hi,

 I had a problem installing vpopmail with MySQL. The vmysql.h file is
 already configured, VPOPMAIL was compiled and installed without error
 messages (a lot of times) but the MySQL tables were not created.

 Versions:
 RedHat 7.2
 MySQL 3.23.41
 VPOPMAIL 5.2 (not 5.2.1)

 Thanks,
 Willy Scalioni









Re: [vchkpw] Installation w/ MySQL

2002-11-19 Thread Marco
Oops, I meant the mysql *user* doesn't have permissions.  Not the tables.

- Original Message -
From: Marco [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 9:26 AM
Subject: Re: [vchkpw] Installation w/ MySQL


 Try logging into mysql as the user and set them up manually.  I'm guessing
 that the mysql tables you set up don't have the right permissions.  As
root
 mysql user try:
 GRANT ALL PRIVILEGES ON vpopmail.* to user@localhost identified by
 'password'

 Hope this helps.

 Marco
 - Original Message -
 From: Willy Scalioni (WBOX) [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, November 19, 2002 8:10 AM
 Subject: [vchkpw] Installation w/ MySQL


  Hi,
 
  I had a problem installing vpopmail with MySQL. The vmysql.h file is
  already configured, VPOPMAIL was compiled and installed without error
  messages (a lot of times) but the MySQL tables were not created.
 
  Versions:
  RedHat 7.2
  MySQL 3.23.41
  VPOPMAIL 5.2 (not 5.2.1)
 
  Thanks,
  Willy Scalioni
 
 
 
 








RE: [vchkpw] Installation w/ MySQL

2002-11-19 Thread Andrea Cerrito
And remember to flush.

 FLUSH PRIVILEGES;

Buon lavoro

Andrea Cerrito
IT Manager

+39.  0744.  5441. 1
+39.  348.   4912. 581

www.centromultimediale.tv
Vincitore del 35° Smau Industrial Design
ICOGRADA Excellence Award 2002
www.centromultimediale.it
www.etad.it

== /history
Due giovani e uno meno giovane si trovano proiettati a causa di una serie di
fatalita' in un mondo parallelo dove non esistono le leggi del business ma
solo follia e dolore.

 -Original Message-
 From: Marco [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 19, 2002 4:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Installation w/ MySQL


 Oops, I meant the mysql *user* doesn't have permissions.  Not the tables.

 - Original Message -
 From: Marco [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, November 19, 2002 9:26 AM
 Subject: Re: [vchkpw] Installation w/ MySQL


  Try logging into mysql as the user and set them up manually.
 I'm guessing
  that the mysql tables you set up don't have the right permissions.  As
 root
  mysql user try:
  GRANT ALL PRIVILEGES ON vpopmail.* to user@localhost identified by
  'password'
 
  Hope this helps.
 
  Marco
  - Original Message -
  From: Willy Scalioni (WBOX) [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, November 19, 2002 8:10 AM
  Subject: [vchkpw] Installation w/ MySQL
 
 
   Hi,
  
   I had a problem installing vpopmail with MySQL. The vmysql.h file is
   already configured, VPOPMAIL was compiled and installed without error
   messages (a lot of times) but the MySQL tables were not created.
  
   Versions:
   RedHat 7.2
   MySQL 3.23.41
   VPOPMAIL 5.2 (not 5.2.1)
  
   Thanks,
   Willy Scalioni