Python and MySQL: is there an alternative to MySQLdb?

前端 未结 8 1383
挽巷
挽巷 2021-02-05 13:09

Is there a module written purely in Python that will allow a script to communicate with a MySQL database? I\'ve already tried MySQLdb without success. It requires too much: GCC,

8条回答
  •  盖世英雄少女心
    2021-02-05 13:46

    You can find pre-built binary packages for MySQLdb and its dependencies for most operating systems.

    http://sourceforge.net/project/showfiles.php?group_id=22307&package_id=15775

    What platform are you running on?

提交回复
热议问题