MySQLdb and conn.select_db() (Posting On Python-List Prohibited)

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Wed Nov 15 17:20:12 EST 2017


On Thursday, November 16, 2017 at 5:32:23 AM UTC+13, Tobiah wrote:

> AttributeError: 'Connection' object has no attribute 'select_db'

You could always execute a “use «db_name»” MySQL command.



More information about the Python-list mailing list