apt-get install mysql-server
/etc/init.d/mysql start
That should do it.
Kegan Holtzhausen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
And if you realy want msql, install php-db. Contains:
[EMAIL PROTECTED]:/var/lib/dpkg/info$ cat php-db.list
/.
/usr
/usr/share
/usr/share/php
/usr/share/php/DB
/usr/share/php/DB/common.php
/usr/share/php/DB/dbase.php
/usr/share/php/DB/fbsql.php
/usr/share/php/DB/ibase.php
/usr/share/php/DB/ifx.php
msql_connect()
should be
mysql_connect()
Kegan Holtzhausen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Are you sure you are not natting / snatting / dnatting incorrectly?
also check "cat /proc/sys/net/ipv4/ip_forward" and it should return 1.
if not, echo 1 >/proc/sys/net/ipv4/ip_forward.
Also check routing tables, do you have multiple tables?
Kegan Holtzhausen
--
To UNSUBSCRIBE, email to [EMAIL
What about ssh -X [EMAIL PROTECTED]
this enables x11 forwarding for session
Kegan Holtzhausen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
did you use you existing kernel config from /boot/config-2.6.8-2 ?
because you can just copy that into your 2.6.12-2 kernel tree as
.config and then make menuconfig, save & exit and then compile as
usual.
This should give you an exact same config just with newer code compiled
in.
Kegan Holtzhaus
The problem is that the MTA is trying to do reverse lookups on you
hostname, configure local dns on the box, or put a /etc/hosts entry
with your ip and full dns hostname in it.
Kegan Holtzhausen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [E
7 matches
Mail list logo