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 your c ...
Search found 1 match
- 08 Nov 2022, 07:41
- Forum: Software
- Topic: Issue in python code and MYSQL database.
- Replies: 2
- Views: 4743