Conversation:
Notices
-
@baron It just finished.
-
@baron @pedro Deactivating the account won't delete it, did you mean to delete it? I can do that if you did.
-
@baron @pedro Okay, I can do this, as long as you understand there isn't a way to bring it back after.
-
@baron @pedro Okay, I will do this now then, but it takes a few moments to complete.
-
@baron (I have to log into the server and run a script)
-
@baron The script is running now. I will let you know when it's done.
-
@baron I will have to clear out caches and such things though.
-
@baron OK, that user is no longer in the database at all. You might still have some stuff in browser cache, but nothings on the server anymore.
-
@baron
[liz@hla scripts]$ php ./deleteprofile.php -npedro
About to PERMANENTLY delete profile 'pedro' (3552). Are you sure? [y/N] y
Deleting...
Deleted
Then to check I looked in phpMyAdmin
SELECT *
FROM `notice`
WHERE (
`profile_id` =3552
)
LIMIT 0 , 30
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0004 sec)
So the profile and all the notices, they be gone now.