Conversation:
Notices
-
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:11:10 EST
maiyannah
@baron It just finished. -
maiyannah (maiyannah)'s status on Thursday, 29-Dec-2016 12:25:51 EST
maiyannah
@baron @pedro Deactivating the account won't delete it, did you mean to delete it? I can do that if you did. -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 02:01:01 EST
maiyannah
@baron @pedro Okay, I can do this, as long as you understand there isn't a way to bring it back after. -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:05:15 EST
maiyannah
@baron @pedro Okay, I will do this now then, but it takes a few moments to complete. -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:05:42 EST
maiyannah
@baron (I have to log into the server and run a script) -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:08:17 EST
maiyannah
@baron The script is running now. I will let you know when it's done. -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:11:43 EST
maiyannah
@baron I will have to clear out caches and such things though. -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:13:57 EST
maiyannah
@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. -
maiyannah (maiyannah)'s status on Friday, 30-Dec-2016 03:16:21 EST
maiyannah
@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.
-