Skip to main content
Question

Unable to connect with MySql database. Tried multiple ways but getting various errors

  • July 6, 2022
  • 7 replies
  • 381 views

Forum|alt.badge.img+1
  • Cadet | Tier 2
  • 3 replies

AA_mysqlError_2AA_mysqlError

7 replies

Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+18
  • Most Valuable Pathfinder
  • 3295 replies
  • July 6, 2022

Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • 3 replies
  • July 6, 2022

thanks but tried with the same and getting a different errorAA_mysqlError_3


Forum|alt.badge.img+6
  • Navigator | Tier 3
  • 142 replies
  • July 6, 2022

@Angsuman Ganguly​ 

Download and install mysql odbc drivers: 32 bit version

https://dev.mysql.com/downloads/connector/odbc/

Use connection string and replace with your corresponding values(server-address,dbname,username,password):

 

DRIVER={MySQL ODBC 8.0 Unicode Driver};SERVER=server-address;DATABASE=dbname;USER=username;PASSWORD=password;OPTION=3;

 

 

image


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • 3 replies
  • July 7, 2022

Tried but getting same error. Username and password can be random ? I tried Mysql password but didn't helpAA_mysqlError_4


Ashwin A.K
Forum|alt.badge.img+10
  • Navigator | Tier 3
  • 2445 replies
  • July 8, 2022

Hi @Angsuman Ganguly​ ,

 

Could you try following the steps detailed in this tutorial and see if that works out for you?

 

Kind Regards,

Ashwin A.K


Forum|alt.badge.img+2
  • Cadet | Tier 2
  • 6 replies
  • April 4, 2023

How was this issue resolved. I am facing the same issue for connecting the Oracle DB. Any pointers will help greatly.


rbkadiyam
Premier Pathfinder | Tier 7
Forum|alt.badge.img+17
  • Premier Pathfinder | Tier 7
  • 612 replies
  • April 4, 2023