Page 1 of 1

problems accessing database

Posted: Sat Jun 03, 2006 9:51 am
by nutstretch
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!)

Posted: Mon Jun 05, 2006 2:15 am
by RobertGonzalez
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.

Posted: Mon Jun 05, 2006 5:36 am
by Weirdan
FYI: errno 1 means "System error: 1 = Operation not permitted"