> > Sounds to me like you are missing a quotation mark in vmysql.h from > > one of the #define lines that you modified to set the sql > > username/password > No Actually due to the MYSQL_UPADTE error which occured quite > often when i was compiling vpopmail i commented those lines > and i forgot to uncomment in in the next run. After doing > that the problem got resolved and evey mysql started > connecting to it but now it started giving me one more error. > When i do this : > > /home/vpopmail/bin/vadduser [EMAIL PROTECTED] webmaster > vmysql: sql error[3]: Table 'vpopmail.mydomain_com' doesn't exist > vmysql: sql error[3]: Table 'vpopmail.mydomain_com' doesn't exist > vmysql: sql error[3]: Table 'vpopmail.mydomain_com' doesn't exist > > The database vpopmail is still Empty and no tables are there. > How do i fill up the datanbase with the required tables ?
It sounds like you are missing a 'vadddomain mydomain.com postmaster_password' -- that will create the needed table. - Jonas
