Search found 1 match

by cristydavidd
08 Nov 2022, 07:41
Forum: Software
Topic: Issue in python code and MYSQL database.
Replies: 2
Views: 3095

Re: Issue in python code and MYSQL database.

In some of the ways, spacing and the order of parameters in the MySql connection string does matters. So, stick to the standard format: MysqlConn.ConnectionString = "Server=localhost;Port=1234;Database=My_Mysql_Database;Uid=root;Pwd=root;" If the above connection string fails, try update y...