JJohnsenDK Posted July 16, 2007 Share Posted July 16, 2007 Hey i get this error everytime i try to add a colum to a table. #7 - Error on rename of '.\koloweb\kolo_products.MYI' to '.\koloweb\#sql2-604-dd.MYI' (Errcode: 13) Never seen that one before. Plz help Link to comment https://forums.phpfreaks.com/topic/60213-wierd-mysql-error/ Share on other sites More sharing options...
trq Posted July 16, 2007 Share Posted July 16, 2007 Post your code. Link to comment https://forums.phpfreaks.com/topic/60213-wierd-mysql-error/#findComment-299528 Share on other sites More sharing options...
JJohnsenDK Posted July 16, 2007 Author Share Posted July 16, 2007 i dont have any code... its when i try to add a colum from phpmyadmin Link to comment https://forums.phpfreaks.com/topic/60213-wierd-mysql-error/#findComment-299538 Share on other sites More sharing options...
soycharliente Posted July 16, 2007 Share Posted July 16, 2007 Maybe you can add it with a SQL command. Try running this... ALTER TABLE `table_name` ADD `field_name` VARCHAR( 50 ) NOT NULL ; That adds a field with a varchar length of 50. Change it to suit what you need. Link to comment https://forums.phpfreaks.com/topic/60213-wierd-mysql-error/#findComment-299541 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.