[PHP-DB] php and mysql on RH8.0

2002-12-29 Thread franco stridella
Hi, i apologize in advance for my stupid question. I installed RedHat8.0 with built in apache 2 and php 4.2.2 By looking at phpinfo() i see that php has been compiled with --with-mysql,shared and php works but it seems that mysql is not enabled. Why? how can i use mysql with php? what have i

AW: [PHP-DB] php and mysql on RH8.0

2002-12-29 Thread Claudia Schasiepen
Hi Franco, did you install MySql? Check http://www.mysql.com/ to get the newest release. Best regards Claudia -Ursprüngliche Nachricht- Von: franco stridella [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 29. Dezember 2002 16:47 An: [EMAIL PROTECTED] Betreff: [PHP-DB] php and mysql on

Re: [PHP-DB] php and mysql on RH8.0

2002-12-29 Thread Doug Thompson
1. Is mysqld running? I don't remember if the default configuration for RH8.0 sets it to start on system boot. The easy way to check is: ps aux | grep mysql or mysqladmin -u root ping will return MySQL is alive if the server is running. 2. See chapter 2.4 of the MySQL

[PHP-DB] PHP files and special characters language

2002-12-29 Thread Ehab El Maraghy
How can i make php files that are coming out of the server support Right to left direction languages like Arabic, Hebrew,Persian and Urdu.etc -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php