-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Pdo driver not found #3922
Comments
What kind of database would you like to use? |
I usually use MYSQL. use the PDO because it is safer because of the prepare statement |
We don't currently have a PDO driver. The Query Builder does a very similar thing for security as a prepared statement, but our MySQL and Postgres drivers do support true prepared statements when you need them. |
it's been almost 2 years since this was commented on, is there still not a pdo driver for mysql in CI4? |
No. CodeIgniter is a community driven project and accepts contributions of code and documentation from the community. These contributions are made in the form of Issues or Pull Requests on the CodeIgniter4 repository on GitHub. |
This information / detail should be in the Docs. |
It is documented: |
How to connect to the bank with pdo?
When informing the data in the documentation, the message that the driver was not found is displayed.
Help me!!!
The text was updated successfully, but these errors were encountered: