Warning (2): mysql_connect() [http://php.net/function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 552]Code | Context$config = array( "persistent" => false, "host" => "localhost", "login" => "root", "password" => "kazuaki103", "database" => "site_sessions", "port" => "3306", "driver" => "mysql", "prefix" => "", "encoding" => "utf8" )mysql_connect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 552 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833 Model::__construct() - CORE/cake/libs/model/model.php, line 469 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 149 CakeSession::__construct() - CORE/cake/libs/cake_session.php, line 180 SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 59 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 247 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 263 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - ROOT/html/index.php, line 151
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 558]Code | Context$config = array( "persistent" => false, "host" => "localhost", "login" => "root", "password" => "kazuaki103", "database" => "site_sessions", "port" => "3306", "driver" => "mysql", "prefix" => "", "encoding" => "utf8", "connect" => "mysql_connect" )mysql_select_db - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 558 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833 Model::__construct() - CORE/cake/libs/model/model.php, line 469 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 149 CakeSession::__construct() - CORE/cake/libs/cake_session.php, line 180 SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 59 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 247 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 263 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - ROOT/html/index.php, line 151
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 600]Code | Context$sql = "SET NAMES utf8"mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 600 DboMysqlBase::setEncoding() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 240 DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 563 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833 Model::__construct() - CORE/cake/libs/model/model.php, line 469 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 149 CakeSession::__construct() - CORE/cake/libs/cake_session.php, line 180 SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 59 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 247 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 263 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - ROOT/html/index.php, line 151
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 566]Code | Context$config = array( "persistent" => false, "host" => "localhost", "login" => "root", "password" => "kazuaki103", "database" => "site_sessions", "port" => "3306", "driver" => "mysql", "prefix" => "", "encoding" => "utf8", "connect" => "mysql_connect" )mysql_get_server_info - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 566 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833 Model::__construct() - CORE/cake/libs/model/model.php, line 469 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 149 CakeSession::__construct() - CORE/cake/libs/cake_session.php, line 180 SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 59 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 247 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 263 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - ROOT/html/index.php, line 151
※ページの飛び先で発生したいかなる問題も当サイトでは責任を負いません。