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 Quote Link to comment Share on other sites More sharing options...
trq Posted July 16, 2007 Share Posted July 16, 2007 Post your code. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.