File: mysql_setup.sh

package info (click to toggle)
glpk 4.45-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,264 kB
  • sloc: ansic: 61,624; sh: 10,684; sql: 142; makefile: 137; cs: 83
file content (6 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/bin/sh
# This file can be used to create database glpk in MySQL.
echo MySQL is called for user root. 
mysql -f -u root -p < sudoku.sql
echo MySQL is called for user root.
mysql -f -u root -p < transp.sql