source:
lemon-project-template-glpk/deps/glpk/examples/sql/mysql_setup.sh
@
10:5545663ca997
Last change on this file since 10:5545663ca997 was 9:33de93886c88, checked in by , 13 years ago | |
---|---|
|
|
File size: 207 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.