Edit this page on GitHub

Managing local biological databases with the BioSQL module [Windows environment version].

These are Windows specific notes on installing BioSQL

MySQL

Download and install MySQL 5.1 from http://dev.mysql.com/downloads/mysql/5.1.html#win32

Download and install MySQLdb (the python interface) from http://sourceforge.net/projects/mysql-python

Create a new database, and load the schema etc as described on BioSQL

mysqladmin -u root create bioseqdb
mysql -p -u root bioseqdb < biosqldb-mysql.sql