Hello,
I'm about to run something and I want to check this is definitely correct. It's going to be updating many rows.
Right so I've got a database, and I'm in it in phpMyAdmin. I go into a table called cc_servers. Under structure it shows many fields, one is "messengercontrol".
If I go into browse, there are hundreds of rows. I want to update messengercontrol in all these rows to "enabled".
Do I run this SQL:
UPDATE cc_servers SET messengercontrol=enabled ;
Will that be ok? I'm not 100%.
Thanks.





Reply With Quote




