in reply to Delete users, account login from a txt file to the database

..."This code works like a charm"
Are you sure it does what it is supposed to ?

What user name do you think gets added by your "useradd" command ?

If you do understand what it actually does, you can reverse the process by using a SQL "DELETE" instead of "INSERT", and a "userdel" command instead of "useradd".

        "You're only given one little spark of madness. You mustn't lose it."         - Robin Williams

  • Comment on Re: Delete users, account login from a txt file to the database