Skip to content
Advertisement

Tag: pymssql

Importing .bak MySQL database with Python using pymssql

The title is pretty self explanotory. I’ve tried the following code : But I get the following error : No module named ‘_mssql’. I have the version 2.2.2 of pymssql and I use Python 3.9. I’m just trying to write and read from this database, and I only have the .bak file. I’m quite new to SQL, so I might

Advertisement