lemon-project-template-glpk

view deps/glpk/examples/sql/mysql_setup.sh @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line source
1 #!/bin/sh
2 # This file can be used to create database glpk in MySQL.
3 echo MySQL is called for user root.
4 mysql -f -u root -p < sudoku.sql
5 echo MySQL is called for user root.
6 mysql -f -u root -p < transp.sql