Sidekart 1

CREATE TABLE `comments` ( `commentid` int(11) NOT NULL auto_increment, `tutorialid` int(11) NOT NULL default '0', `name` text NOT NULL, `url` text NOT NULL, `comment` text NOT NULL, `email` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`commentid`), KEY `tutorialid` (`tutorialid`) )
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'urrangen'@'localhost' (using password: NO) in /home/urrangen/public_html/reisebyraer/sidekart.php on line 38
I cannot connect to the database because: Access denied for user 'urrangen'@'localhost' (using password: NO)