I have a web site which worked really well on my old machine. I have had to ahve a new machine and am having nightmares setting it up. I use dreamweaver 8 as my development tool. pages which used to work in the old version mx and my old apache , php and mysql are now giving me problems. I am getting a message Can't open file: 'tblproducts.InnoDB'.(errno:1)
Ha sanyone got any reasons my this should be?
Forever grateful
Nuts (wanting to be out in the sun but need to get my pute set up to work!)
problems accessing database
Moderator: General Moderators
-
nutstretch
- Forum Contributor
- Posts: 104
- Joined: Sun Jan 11, 2004 11:46 am
- Location: Leicester
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
What were you running on your old machine and what are you running on your new machine? I would guess that the ld machine was a mysql setup that defaulted to MyISAM type tables and the new setup (MySQL 5?) is defaulting to InnoDB. I am not sure why this is causing problems, but take a look at how you were setup in the past and see how different things are.