BioSQL/Windows
From Biopython
(Difference between revisions)
(→MySQL) |
m (→MySQL) |
||
| Line 6: | Line 6: | ||
Download and install MySQLdb (the python interface) from http://sourceforge.net/projects/mysql-python | 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]] | Create a new database, and load the schema etc as described on [[BioSQL]] | ||
Latest revision as of 17:32, 11 March 2008
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