We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The framework does not connect with the Driver PDO public $default = [ 'DSN' => 'mysql:host=localhost;dbname=sistemalogin', 'hostname' => '', 'username' => 'root', 'password' => '', 'database' => 'sistemalogin', 'DBDriver' => 'pdo', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'development'), 'cacheOn' => false, 'cacheDir' => '', 'charset' => 'utf8', 'DBCollat' => 'utf8_general_ci', 'swapPre' => '', 'encrypt' => false, 'compress' => false, 'strictOn' => false, 'failover' => [], 'port' => 3306, ];
public $default = [ 'DSN' => 'mysql:host=localhost;dbname=sistemalogin', 'hostname' => '', 'username' => 'root', 'password' => '', 'database' => 'sistemalogin', 'DBDriver' => 'pdo', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'development'), 'cacheOn' => false, 'cacheDir' => '', 'charset' => 'utf8', 'DBCollat' => 'utf8_general_ci', 'swapPre' => '', 'encrypt' => false, 'compress' => false, 'strictOn' => false, 'failover' => [], 'port' => 3306, ];
The text was updated successfully, but these errors were encountered:
Please read user guide for PDO configuration https://codeigniter.com/user_guide/database/configuration.html?highlight=pdo
Sorry, something went wrong.
@Guilherme-fagundes There is no PDO support yet. You have to use a native driver: MySQLi.
MySQLi
No branches or pull requests
The framework does not connect with the Driver PDO
public $default = [ 'DSN' => 'mysql:host=localhost;dbname=sistemalogin', 'hostname' => '', 'username' => 'root', 'password' => '', 'database' => 'sistemalogin', 'DBDriver' => 'pdo', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'development'), 'cacheOn' => false, 'cacheDir' => '', 'charset' => 'utf8', 'DBCollat' => 'utf8_general_ci', 'swapPre' => '', 'encrypt' => false, 'compress' => false, 'strictOn' => false, 'failover' => [], 'port' => 3306, ];
The text was updated successfully, but these errors were encountered: