PHP warning

mysql_connect(): Headers and client library minor version mismatch. Headers:50564 Library:100144

/var/www/yurey/data/www/fujiyama-trading.ru/protected/modules/autos/views/front/autos/japanstock.php(14)

02 //echo 555;
03 //error_reporting(E_ALL);
04 //ini_set('display_errors', '1');
05 //mysql_query('update autos set odometer = REPLACE(odometer, ",","")');
06 
07 
08 
09 $db_host = 'localhost';
10 $db_user = 'root';
11 $db_name = 'fuji';
12 $db_pass = 'RnQpwG4p';
13 
14 mysql_connect($db_host,$db_user,$db_pass);
15 mysql_select_db($db_name);
16 mysql_query('set names "utf8"');
17 
18 
19 //mysql_query('set names "utf8"');
20 
21 if(isset($_REQUEST['stock-search'])){
22 
23 
24 
25 $model=((isset($_REQUEST['model'])&&$_REQUEST['model']!='Не важно'&&$_REQUEST['model']!='')?htmlspecialchars(strtoupper($_REQUEST['model'])):'Any'); 
26 $brand=((isset($_REQUEST['brand'])&&$_REQUEST['brand']!='Не важно'&&$_REQUEST['brand']!='')?htmlspecialchars(strtoupper($_REQUEST['brand'])):'Any');    

Stack Trace

#0
+
 /var/www/yurey/data/www/fujiyama-trading.ru/protected/modules/autos/views/front/autos/japanstock.php(14): mysql_connect("localhost", "root", "RnQpwG4p")
09 $db_host = 'localhost';
10 $db_user = 'root';
11 $db_name = 'fuji';
12 $db_pass = 'RnQpwG4p';
13 
14 mysql_connect($db_host,$db_user,$db_pass);
15 mysql_select_db($db_name);
16 mysql_query('set names "utf8"');
17 
18 
19 //mysql_query('set names "utf8"');
#5
+
 /var/www/yurey/data/www/fujiyama-trading.ru/protected/modules/autos/controllers/front/AutosController.php(790): CController->render("japanstock")
785            $model = new Autos();
786         
787         
788     
789         
790         $this->render('japanstock');
791         
792    }
793      
794    
795     
#18
+
 /var/www/yurey/data/www/fujiyama-trading.ru/protected/components/WebApplicationEndBehavior.php(26): CApplication->run()
21         // Attach the changeModulePaths event handler
22         // and raise it.
23         $this->onModuleCreate = array($this, 'changeModulePaths');
24         $this->onModuleCreate(new CEvent($this->owner));
25  
26         $this->owner->run(); // Run application.
27     }
28  
29     // This event should be raised when CWebApplication
30     // or CWebModule instances are being initialized.
31     public function onModuleCreate($event)
2024-03-29 01:24:00 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.16 Yii Framework/1.1.12