Bulk delete users from a csv list

You could try something like this.

DELETE 
FROM  wp_users 
WHERE  ID in ( 5506, 5507,... );

Make sure to try it on a staging area first and backup your database.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)