how to reset account in MSQL ( wipe out )

Results 1 to 4 of 4
  1. #1
    Member evilbaz is offline
    MemberRank
    Jun 2011 Join Date
    70Posts

    smile how to reset account in MSQL ( wipe out )

    hello ragezone

    i want ask about how to reset account data in UserLogin > db.Account

    this the example image




    thanks ragezone


  2. #2
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: how to reset account in MSQL ( wipe out )

    You wanna delete all data in your table?, if is yes, in a new query:

    TRUNCATE TABLE Account
    In your database, UserLogin i think.

  3. #3
    Member evilbaz is offline
    MemberRank
    Jun 2011 Join Date
    70Posts

    Re: how to reset account in MSQL ( wipe out )

    thanks john its help me

  4. #4
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,471Posts

    Re: how to reset account in MSQL ( wipe out )

    Are you asking how to wipe it. If so that is super simple. You can use a query to wipe the database or you can just click on the top right grey box and press delete.



Advertisement