|
I cleared out the board and vbportal and reinstalled, copying and pasting from vbulletins 3.5's config file. Prior to this I changed to MySQL 4.1 instead of 5.
I am still getting this error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Plane Jumpers\cl\install.php on line 1031
I cannot connect to the Members database.
I have no user anywhere that is called 'ODBC'.
THis appears to be the query that is running when it stops:
$query[] = "CREATE TABLE {$pp_db_prefix}bids ( id int(2) NOT NULL auto_increment, ad_id int(12) NOT NULL default '0', user_id int(12) NOT NULL default '0', username varchar(128) NOT NULL default '', bid float(12,2) NOT NULL default '0.00', maxbid float(12,2) NOT NULL default '0.00', bid_date int(12) NOT NULL default '0', bid_ip varchar(16) default NULL, PRIMARY KEY (id) ) TYPE=MyISAM";
Oh, and when I switched to MySQL 4.1, the other error went away.
|