锘??xml version="1.0" encoding="utf-8" standalone="yes"?>japanese23hdxxxx日韩,色综合久久av,在线成年人视频http://www.aygfsteel.com/CarlElit/category/29948.htmlSimple Lifezh-cnSat, 08 Mar 2008 05:10:17 GMTSat, 08 Mar 2008 05:10:17 GMT60Enable Foreign Key In mysql5.0http://www.aygfsteel.com/CarlElit/articles/184641.htmlCarlCarlSat, 08 Mar 2008 02:00:00 GMThttp://www.aygfsteel.com/CarlElit/articles/184641.htmlhttp://www.aygfsteel.com/CarlElit/comments/184641.htmlhttp://www.aygfsteel.com/CarlElit/articles/184641.html#Feedback0http://www.aygfsteel.com/CarlElit/comments/commentRss/184641.htmlhttp://www.aygfsteel.com/CarlElit/services/trackbacks/184641.htmlAccording to the default settings, you can not create a foreign key in mysql5.0. Because it requires you to change the type of table to "innoDB". Otherwise you will get this error:
the innoDB feature is disable...
In the Documentation of mysql, it comments that in mysql4.2,5.0 etc you must enable "innoDB" when creating FK. Just modify my.ini in C:\WINDOWS, find this line "skip-innodb" and change it to "#skip-innodb".