deleting a script using a mysql db

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nico-t
    emperor of my world
    • Aug 2004
    • 29903

    #1

    deleting a script using a mysql db

    when i got the script in lets say:

    mydomain.com/script/

    and i installed it and shit. When i dont need it anymore, can i just delete the /script folder to get rid of it?
  • Tony Montana
    Confirmed User
    • Jan 2005
    • 794

    #2
    You can delete the script but that won't delete the mysql db. You will need to do that via command line or via a helper script ie phpmyadmin
    I am a marketing Genius.

    Comment

    • nico-t
      emperor of my world
      • Aug 2004
      • 29903

      #3
      Originally posted by Tony Montana
      You can delete the script but that won't delete the mysql db. You will need to do that via command line or via a helper script ie phpmyadmin
      ah ok. Well, the script i wanna delete is a small script using the same db as another script. So i dont want to delete the db, only the script. And i guess the script wrote some tables or other stuff in the db, so i guess those particular tables will remain in the db, right?
      When i wanna delete those its out of my league; i dont know much about mysql.

      Comment

      • woj
        <&(©¿©)&>
        • Jul 2002
        • 47882

        #4
        yea, only the tables would remain, if it's a small script it shouldn't effect anything in a negative way. I wouldn't worry about it.
        Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
        Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
        Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

        Comment

        • nico-t
          emperor of my world
          • Aug 2004
          • 29903

          #5
          Originally posted by woj
          yea, only the tables would remain, if it's a small script it shouldn't effect anything in a negative way. I wouldn't worry about it.
          ok.
          thanks yall for answering

          Comment

          Working...