[Need Help]

abstract13
6 years ago

0

Hello everyone,
I’m learning PHP and MySQL .Everything works perfectly but when I have to read data coming from MySQL from my PHP code, I have an error message: “Error: cannot find driver”
Can someone please help me?
Thank you…

4replies
4voices
213views
4dl0lz
6 years ago | edited 6 years ago

1

Is it a PDO Exception error?

abstract13
6 years ago

0

Exactly
It’s a PDO extension error.

4dl0lz
6 years ago

1

If you search stack over flow you should find a fix.

I searched and found this:
You need to have a module called pdo_mysql. Looking for following in phpinfo(),

pdo_mysql

PDO Driver for MySQL, client library version => 5.1.44

https://stackoverflow.com/questions/2852748/pdoexception-could-not-find-driver

abstract13
6 years ago

0

oh okay
I’m going to see that.Thx
May I box???
I’ve got some by questions.

2 replies have been removed
You must be logged in to reply to this discussion. Login
1 of 5

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss