#!/bin/sh #--------------------------------------------------------------------------- # /var/install/bin/phpmyadmin-tools-pma-db # # Creation: 2007-01-22 ys # Last Update: $Id: phpmyadmin-tools-pma-db 9428 2007-01-26 22:59:08Z starwarsfan $ # # Copyright (c) 2005-2007 Yves Schumann # # This program 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 2 of the License, or # (at your option) any later version. #--------------------------------------------------------------------------- #exec 2>/public/phpmyadmin-trace$$.log #set -x . /etc/config.d/phpmyadmin . /var/install/include/eislib mysql_data_dir=/var/lib/mysql mysql_base_dir=/usr/local/mysql tmpSQLScript=/tmp/tmpScript.sql ### ------------------------------------------------------------------------- ### Create Header for the SQL-Script ### ------------------------------------------------------------------------- createSQLScriptHeader () { givenHost=$1 givenDBName=$2 givenControluser=$3 cat >${tmpSQLScript} <>${tmpSQLScript} <>${tmpSQLScript} <>${tmpSQLScript} <${tmpSQLScript} <