host required
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
require($rootpath . 'lib/settings.inc.php');
|
require($rootpath . 'lib/settings.inc.php');
|
||||||
|
|
||||||
echo "importing data.sql ...\n";
|
echo "importing data.sql ...\n";
|
||||||
system('cat ' . $rootpath . 'doc/sql/static-data/data.sql | mysql -u' . $dbusername . ' --password=' . $dbpasswd . ' ' . $dbname);
|
system('cat ' . $rootpath . 'doc/sql/static-data/data.sql | mysql -h' . $dbserver . ' -u' . $dbusername . ' --password=' . $dbpasswd . ' ' . $dbname);
|
||||||
|
|
||||||
echo "importing triggers ...\n";
|
echo "importing triggers ...\n";
|
||||||
chdir ($rootpath . 'doc/sql/stored-proc');
|
chdir ($rootpath . 'doc/sql/stored-proc');
|
||||||
|
|||||||
Reference in New Issue
Block a user