ich will einen mod installieren und muss ein sql was ändern.
aber ich weis nicht wo ich die datei in der datenbank finde
kann mir da jemand helfen?
wo steckt die normal??
bitte um hilfe.
danke für alles
ich habe in der datenbank unter includes/db ein paar files gefunden nur welche muss ich jetzt nehmen:
es gibt: sqlite.php
postcres.php
oracle.php
mysql.php
mysqli.php
mssqlnative.php
mssql_odbc.php
mssql.php
index.htm
firebird.php
dbal.php
db_tools.php
soviel ich weis hat mein webspace mysql & sqlite
bitte um hilfe.
hier noch das was ich ändern muss:
Code: Alles auswählen
replace the prefix in phpbb_lexicon with the prefix you use!
CREATE TABLE `phpbb_lexicon` (
`term_id` mediumint(9) NOT NULL auto_increment,
`acronym` varchar(80) NOT NULL default '',
`term` varchar(80) default NULL,
`description` varchar(255) NOT NULL default '',
`long_desc` longtext,
`lang` varchar(15) NOT NULL default 'de',
PRIMARY KEY (`term_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;