PDA

View Full Version : Vizard How to link with the MySQL


CRI
08-24-2010, 07:36 PM
How to retrieve MySQL data to Vizard use

Thank you, I want to know more about the relationship between database and Vizard

TarkaDahl
08-25-2010, 01:38 AM
Hi CRI,

I would like to know more about accessing mysql database in vizard. i had thought about using http://sourceforge.net/projects/mysql-python/ but havent got around to looking at it properly yet.

Thanks TarkaDahl

CRI
08-25-2010, 01:17 PM
It is placed in the path

Is the bin folder inside?

I continue to try to

guof6570969
08-27-2010, 06:13 AM
you can use MySQLdb

CRI
08-28-2010, 10:42 AM
It can work

Sometimes this error occurs

_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' (10055)")

Is there any way to solve it

thank all