Hello Everybody, I am using PhpMyAdmin version: 3.2.0.1 & I want to enable INNODB engine in this version of PhpMyAdmin. When I am running query: SHOW ENGINES; Code (markup): Then I see following result: Engine: InnoDB Support: No Code (markup): Please tell me how I can make Support: Yes. Thanks in advance, Jimmy
Hello , Jimmy4feb , phpmyadmin has no deal with it so you didn't ask the correct question. Because you didn't mention your operating system and mysql server version I'm posting these 2 links ( hope it will help ) : INNODB InnoDB for XAMPP/LAMPP If you are using some hosting company and you have no control over the system, you've to ask admin/support to enable InnoDB. Regards, Nick
Hello Koko5, Thanks once again for your reply, I am using Server version: 5.1.36-community-log & Windows XP S2 operating system. I am making an database driven website on my local machine right now & later I will upload it on server for online access. Can you please help me now. Thanks once again, Jimmy
Hi again,Jimmy4feb, please download this archive, unzip it and follow the instructions in Readme.txt. When everything is done, reboot mysql server and now show engines must be "Yes" for InnoDB. Regards, Nick