also tabellen kann ich erstellen:
CREATE TABLE php_archive_info (
a_topic_id_new mediumint(8) NOT NULL default '0',
a_post_id_new mediumint(8) NOT NULL default '0',
a_forum_id_old mediumint(8) NOT NULL default '0',
a_topic_id_old mediumint(8) NOT NULL default '0',
a_date int(11) NOT NULL default '0',
a_user_id mediumint(8) NOT NULL default '0',
a_comment text NOT NULL,
KEY a_new_id (a_topic_id_new),
KEY a_post_id_new (a_post_id_new)
) TYPE=MyISAM;
Aber mehr geht nicht...nachdem ich ale daten bei der install eingegeben hab kommt immer:
Warning: mysql_connect(): Access denied for user: 'coolketschup@localhost' (Using password: YES) in /usr/export/www/vhosts/funnetwork/hosting/thelite/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/vhosts/funnetwork/hosting/thelite/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/vhosts/funnetwork/hosting/thelite/db/mysql4.php on line 331
phpBB : Kritischer Fehler
Could not connect to the database