Couldn't execute query. Can't connect to MySQL server on 'localhost' (10061) – SELECT * FROM clients WHERE 1=1 LIMIT 1 OFFSET 0
Anyone know why this is happening? Db connection strings are ok. Runs fine locally. Somewhere in the code it is looking for localhost, but where?
2 Answers
Your Answer