A
Andre
Foren Gott
rm_mysqlshell.pl :
wie starte ich das teil???
PHP:
#!/usr/bin/perl -w
$confFile = "/root/confixx/confixx_main.conf";
do $confFile;
use DBI;
$dbh = DBI->connect($db_address, $dbUser, $dbPw) or die("Konnte Datenbank nicht öffnen\n$DBI::errstr\n");
$dbh->do("UPDATE admin set mysqlshelluser=''");
$dbh->do("UPDATE allgemein SET adduser=1");
$dbh->disconnect;
wie starte ich das teil???