数据库链接错误 : No such file or directory

发布时间:2024-12-21 05:43

利用跨库搜索,如Ecosis链接不同数据库以获取完整文献 #生活技巧# #学习技巧# #学术论文检索技巧#

/www/wwwroot/www.lycywz.com/m/Comm/MyFrame/Drivers/mysql.php on line 92

87.       * @param dbConfig  数据库配置
88.       */
89.      public function __construct($dbConfig)
90.      {
91.          $linkfunction = ( TRUE == $dbConfig['persistent'] ) ? 'mysql_pconnect' : 'mysql_connect';

92.          $this->conn = $linkfunction($dbConfig['host'].":".$dbConfig['port'], $dbConfig['login'], $dbConfig['password']) or spError("数据库链接错误 : " . mysql_error()); 

93.          mysql_select_db($dbConfig['database'], $this->conn) or spError("无法找到数据库,请确认数据库名称正确!");
94.          $this->exec("SET NAMES UTF8");
95.      }
96.      /**
97.       * 对特殊字符进行过滤

/www/wwwroot/www.lycywz.com/m/Comm/MyFrame/spFunctions.php on line 160

155.          }
156.      }
157.      if(FALSE != $has_define){
158.          $argString = '';$comma = ''; 
159.          if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; } 

160.          eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);"); 

161.          return $GLOBALS['G_SP']["inst_class"][$class_name];
162.      }
163.      spError($class_name."类定义不存在,请检查。");
164.  }
165. 

/www/wwwroot/www.lycywz.com/m/Comm/MyFrame/Core/spModel.php on line 52

47.      {
48.          if( null == $this->tbl_name )$this->tbl_name = $GLOBALS['G_SP']['db']['prefix'] . $this->table;
49.          if( '' == $GLOBALS['G_SP']['db_driver_path'] ){
50.              $GLOBALS['G_SP']['db_driver_path'] = $GLOBALS['G_SP']['sp_drivers_path'].'/'.$GLOBALS['G_SP']['db']['driver'].'.php';
51.          }

52.          $this->_db = spClass('db_'.$GLOBALS['G_SP']['db']['driver'], array(0=>$GLOBALS['G_SP']['db']), $GLOBALS['G_SP']['db_driver_path']);

53.      }
54. 
55.      /**
56.       * 从数据表中查找一条记录
57.       *

/www/wwwroot/www.lycywz.com/m/Comm/MyFrame/spFunctions.php on line 160

155.          }
156.      }
157.      if(FALSE != $has_define){
158.          $argString = '';$comma = ''; 
159.          if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; } 

160.          eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);"); 

161.          return $GLOBALS['G_SP']["inst_class"][$class_name];
162.      }
163.      spError($class_name."类定义不存在,请检查。");
164.  }
165. 

/www/wwwroot/www.lycywz.com/m/Comm/MyFrame/SpeedPHP.php on line 86

81.  $__action = isset($_REQUEST[$GLOBALS['G_SP']["url_action"]]) ? 
82.      $_REQUEST[$GLOBALS['G_SP']["url_action"]] : 
83.      $GLOBALS['G_SP']["default_action"];
84. 
85.  // 自动执行用户代码

86.  $conf = spClass('m_conf')->find();

87.  define("RCMAPRQ",$conf['rcmaprq']);
88.  define("YUEFEN",$conf['yuefen']);
89.  if(RCMAPRQ<>date('Y-m-d')){
90.      define("GENGXIN",TRUE);
91.  }else{

/www/wwwroot/www.lycywz.com/m/index.php on line 10

5.  define('APP_PATH', dirname(__FILE__));
6.  define('SP_PATH', dirname(__FILE__).'/Comm/MyFrame');
7.  //加载配置文件
8.  require('config.php');
9.  //加载框架核心

10.  require(SP_PATH.'/SpeedPHP.php');

11.  //执行应用
12.  spRun();
13.  ?>

网址:数据库链接错误 : No such file or directory https://www.yuejiaxmz.com/news/view/530327

相关内容

[Errno 2] No such file or directory
关于【error=2,No such file or directory】问题的一种起因与解决方法
导入keras训练好的模型报错解决OSError: Unable to open file (unable to open file: name = ‘model
dart 错误
datapump导出数据库准备以及注意事项
ambari安装Ranger启动遇到的异常
六安数智未来科技有限公司/demo
arm
DDOS攻击
hanabi/多渠道消息触达平台

随便看看