[imp] Composing Message

Craig White craigwhite@azapple.com
Wed, 13 Jun 2001 06:14:33 -0700


> -----Original Message-----
> From: Taidus Toht [mailto:taidus@bns.ee]
> Sent: Wednesday, June 13, 2001 12:22 AM
> To: 'imp@lists.horde.org'
> Subject: RE: [imp] Composing Message
>
>
> ok the local.inc was different in my /var/www/horde-phplib and i
> changed it
> like this (there where only username and password wrong). What
> for is there
> port?:
>
> /* To use an SQL database, uncomment and edit the following: */
> class HordeDB extends DB_Sql {
>   var $Host = 'localhost';
>   var $Database = 'horde';
>   var $User = 'root';
>   var $Password = '*******';
>   var $Port = '';
>
> and i can connect to the database from command line
>
> [root@taidus www]# mysql -hlocalhost -uroot -p****** horde
> Welcome to the MySQL monitor.  Commands end with ; or \g.
> Your MySQL connection id is 36 to server version: 3.23.36
>
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer
>
> mysql>
>
> But IMP still logs me out :(
>
> And the number in test.php3 still wont increment when i reload the page :(
>
>
------
seemed to me that the other security necessity - besides creating the
minimal user properties for this 'wired' user in MySQL was to move the
phplib out of the apache tree and obviously, all references must follow for
phplib.

Craig