欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

settings.php 中设置 memory_limit max_execution_time display_errors 有大用

ini_set('memory_limit', '512M');
ini_set("max_execution_time", 0);

       
$databases = array (
 'default' =>
 array (
   'default' =>
   array (
     'driver' => 'mysql',
     'database' => 'shipingzhong',
     'username' => 'shipingzhong',
     'password' => 'Ii_n-09k_speLK',
     'host' => 'localhost',
     'port' => '',
     'prefix' => '',
   ),
 ),
);
$drupal_hash_salt = 'gw_bH03-s7lDFzTyJNe91l5NFkOZrgd9AC8r61tLoNY';
ini_set("display_errors", 0);
error_reporting(0);


普通分类: