proFTPDtools!!

Irgendwelche Probleme mit XAMPP für Linux? Dann ist hier genau der richtige Ort um nachzufragen.

proFTPDtools!!

Postby Stargate » 04. March 2004 18:39

Hi ich hab mir des proFTPDtools runtergeladen.. und muss dort ne mysql tabelle erstellen die tabelle hab ich erstellt,die tabelle heißt proftpd und ich soll da mehrere verzeichnisse anlegen eins z.b ist dass

DROP TABLE IF EXISTS `groups`;
CREATE TABLE `groups` (
`id` int(20) NOT NULL auto_increment,
`groupname` varchar(60) NOT NULL default '',
`gid` int(5) NOT NULL default '0',
`members` longtext NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `groupname` (`groupname`)
) TYPE=MyISAM;


ich geh in irgendeine tabelle klick auf ein verzeichniss und geb das oben genannte ein aber wie bekomm ich das verzeichnis groups dann in die proftpd tabelle ??


mfg Stargate
Stargate
 
Posts: 16
Joined: 03. January 2004 20:46

!!

Postby Stargate » 04. March 2004 21:30

weis dazu keiner was ???

mfg Stargate
Stargate
 
Posts: 16
Joined: 03. January 2004 20:46


Return to XAMPP für Linux

Who is online

Users browsing this forum: No registered users and 6 guests