jnelson74
Joined: 31 Jan 2006
Posts: 3
|
| Posted: Tue Jan 31, 2006 11:43 am Post subject: Failed to create table Database |
|
|
I know I am sooo close, I appreciate the help on this one:
I am getting this trying to create a table:
Debug info: CREATE TABLE Database ( Id int(11) NOT NULL auto_increment, Date varchar(8) NOT NULL default '', Ip varchar(28) NOT NULL default '', Referrer varchar(200) NOT NULL default '', Agent varchar(100) NOT NULL default '', PRIMARY KEY (`Id`) ) TYPE=MyISAM Access denied for user 'ODBC'@'localhost' (using password: NO)PHP Warning: PHP Startup
Nevermind-
I fixed it using Mysql 4.0 instead of 5.0 |
|