problems accessing database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
nutstretch
Forum Contributor
Posts: 104
Joined: Sun Jan 11, 2004 11:46 am
Location: Leicester

problems accessing database

Post 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!)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

FYI: errno 1 means "System error: 1 = Operation not permitted"
Post Reply