Error: Tables could not be created. (Collabtive php)
Error: Tables could not be created. I have created a database, and 开发者_开发百科I have given all privelages. but still am not able to login to collabtive module. I am fed up with it, but I dont wanna give up. I have tried all possible methods, but dint work. Stackoverflow is the best I know. Kindly help !!!
Open install.php within the collabtive source code and replace
TYPE=MyISAM
with
ENGINE=MyISAM
http://collabtive.o-dyn.de/forum/viewtopic.php?f=11&t=6536
精彩评论