Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resolving database connection errors like this: [ISQL]ERROR: Could not SQLConnect

What does this error typically mean? I searched around for it on Google, but got a bunch of junk pages with no solutions or answers.

How can I go about resolving this particular error message?

like image 875
Genadinik Avatar asked Dec 21 '22 16:12

Genadinik


1 Answers

I'm assuming that you are using the isql application that comes with the unixODBC driver manager? If you use 'isql -v YourDSN' you will get a more descriptive error message from either the driver manager or driver (whichever is causing the error).

like image 135
Trevor Avatar answered Dec 24 '22 07:12

Trevor