examples/sql/mysql_setup.sh
author Alpar Juttner <alpar@cs.elte.hu>
Mon, 06 Dec 2010 13:09:21 +0100
changeset 1 c445c931472f
permissions -rwxr-xr-x
Import glpk-4.45

- Generated files and doc/notes are removed
     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