wow!! you were 100% correct.
all i did was
apt-get install php4-mysql
voilá.
it works!
Thankx!!!
Rui Terrinha
IT Department
[EMAIL PROTECTED]
www.zsystems.pt
ZSYSTEMS - Portugal
Phone: +351-214338050
Fax : +351-214338051
"Jonathan Angliss" <[EMAIL PROTECTED]> wrote on 03/02/2005 17:56:54:
>
Jonathan Angliss wrote:
Hi.
Im a newby to linux, SM, Mysql, so, i need some help.
I installed Debian, apache, php, pear, mysql, SM 1.4.4, and im trying to
configure SM to use MySql to store user addresses, and preferences.
What i did, was:
[..]
I believe the issue is
> Hi.
> Im a newby to linux, SM, Mysql, so, i need some help.
>
> I installed Debian, apache, php, pear, mysql, SM 1.4.4, and im trying to
> configure SM to use MySql to store user addresses, and preferences.
> What i did, was:
[..]
> I tested the permitions on MySql for the user, and seems OK.
Hi.
Im a newby to linux, SM, Mysql, so, i need some help.
I installed Debian, apache, php, pear, mysql, SM 1.4.4, and im trying to configure SM to use MySql to store user addresses, and preferences.
What i did, was:
mysql> CREATE DATABASE squirrelmail;
mysql> use squirrelmail;
mysql> CREATE TAB