This topic is locked

Can I add or change a field in my table and NOT lose all my table data

11/28/2006 1:06:53 PM
PHPRunner General questions
Q
Quizosde author

If I want to add or change a field in one of my tables, it always wipes all data from the database first.

Is there any way to makes changes like this without losing all the data?

Sergey Kornilov admin 11/28/2006

What database you use and what tool do you use to add/remove columns?
In MySQL you can use phpMyAdmin or similar tool to add/remove columns.

Q
Quizosde author 11/29/2006

What database you use and what tool do you use to add/remove columns?

In MySQL you can use phpMyAdmin or similar tool to add/remove columns.


Thank you, yes I guess I could just do that. I was talking about adding them through phprunner, which causes it to wipe, but i guess there is no reason why i can't just do it right in phpadmin.
Thanks!