Hello,

I have a weird probelm with web-cyradm, which used to work perfectly for me till now.
I can't login anymore.
So I switched mysql to log all queries and I saw this hen hitting the "submit" button on the login form:

050602 11:06:58       1 Connect     [EMAIL PROTECTED] on
                     1 Init DB     phpmyvisits
                     1 Quit

So it seems that cyradm tries to connect to a DB called phpmyv, which is my statistics tool that I use for my web site. How is it that cyradm tries to connect to this DB ?
my config/conf.php has this in it:
$DB = array(
       'TYPE'  => 'mysql',
       'USER'  => 'mail',
       'PASS'  => 'guessme',
       'PROTO' => 'unix',      // set to "tcp" for TCP/IP
       'HOST'  => 'localhost',
       'NAME'  => 'mail'
);

which should be fine.

Is MySQL fooling around ? Why this DB more than an other ? is a PHP variable hanging around ?

mysql> show databases;
+---------------+
| Database      |
+---------------+
| MP3APITEST    |
| STRCTRL       |
| bytehoard     |
| cacti         |
| gallery2alpha |
| mail          |
| mysql         |
| phpmyadmin    |
| phpmyvisits   |
| pmadb         |
| spipceline    |
| spipthinselin |
| test          |
+---------------+
13 rows in set (0.00 sec)

mysql>

Thanks for your help !

Rgds,
Vincent.



--
Ce message Envoi est certifi� sans virus connu.
Analyse effectu�e par Anti-virus AVG.
Version: 7.0.323 / Base de donn�es virus: 267.4.1 - Date: 02/06/2005

_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to