jablonka.czprosek.czf

czfgmap

Subversion Repositories:
[/] [tools/] [feedgendb] - Rev 10 Go to most recent revision

Compare with Previous - Blame - Download


#!/bin/bash
#<!-- Copyright (C) 2008  Petr Simandl www.simandl.cz                          -->
#<!-- This file is part of CZFGmap.                                            -->
#<!--                                                                          -->
#<!-- CZFGmap is free software: you can redistribute it and/or modify          -->
#<!-- it under the terms of the GNU General Public License as published by     -->
#<!-- the Free Software Foundation, either version 3 of the License, or        -->
#<!-- (at your option) any later version.                                      -->
#<!--                                                                          -->
#<!-- CZFGmap is distributed in the hope that it will be useful,               -->
#<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of           -->
#<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            -->
#<!-- GNU General Public License for more details.                             -->
#<!--                                                                          -->
#<!-- You should have received a copy of the GNU General Public License        -->
#<!-- along with CZFGmap.  If not, see <http://www.gnu.org/licenses/>.         -->

username="username"
password="password"

mysql -u${username} -p${password} gendb < out_line.sql
mysql -u${username} -p${password} gendb < out_node.sql

Powered by WebSVN 2.2.1