Quote:
Originally Posted by Producer_BMW
How do you do that >?<
|
SQL:
Code:
UPDATE account SET status = '0'
Then you'll just have to change the accounts that you do want to have a higher access:
Code:
UPDATE account SET status = '' WHERE id = ''
You'll just have to put in values for status & id (the account ID).
You can also use pretty much any GUI for MySQL do to this manually.