Opened 9 years ago
Last modified 4 years ago
#29096 new defect (bug)
Confusing errors when mysqli fails but mysql works
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9 |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
If your php.ini is misconfigured so that mysqli fails but mysql succeeds, you get a seemingly spurious "no such file or directory" error on the setup screen.
This is confusing because you simultaneously have an error condition and success.
It would be good to alert the user that we had to fall back so the cause of the fallback can be investigated.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
It'd be good to get a list of requirements that need to be hit for this case to show up.
As far as I can tell, it requires
Does that sound like the correct set of conditions to reproduce this?