Drop Mod database

Please post general support questions for the phpBB3 core system on phpBB.com!
Bitte allgemeine Supportanfragen zu phpBB3 auf phpBB.de stellen!
Forum rules
Please post general support questions for the phpBB3 core system on phpBB.com!
Bitte allgemeine Supportanfragen zu phpBB3 auf phpBB.de stellen!
Locked

Topic author
Khamosh-Saya
Valued Contributor
Posts: 50
Joined: 9. February 2009 08:11
phpBB.de User: Khamosh-Saya
phpBB.com User: Khamosh-Saya

Drop Mod database

Post by Khamosh-Saya »

i have install TS photo Gallery
And now need to Uninstall
after that i will install gallery 4.0.1

So i need to drop Databse

i have not phpmyadmin
i m using paul Sql Script

can anybody tell me how to drop these Tables and Rows.

Code: Select all

REMOVE the column "user_gallery_notify" FROM "the phpbb3_users" table,

REMOVE the row "gallery_version" FROM the "phpbb3_config" table,

and then FROM the modules table to find (by langname) and REMOVE the rows
"ACP_CAT_GALLERY"
"ACP_GALLERY_MANAGEMENT"
"ACP_GALLERY_MANAGE_ALBUMS"
"ACP_GALLERY_CREATE_ALBUM"
"ACP_GALLERY_MANAGE_CACHE"
"ACP_GALLERY_SETTINGS"
"ACP_GALLERY_GENERAL_SETTINGS"
"ACP_GALLERY_USER_SETTINGS"
"ACP_GALLERY_GUEST_SETTINGS"
"ACP_GALLERY_WATERMARK_SETTINGS"
"UCP_GALLERY_PREFS"

Then drop the main gallery tables

"phpbb3_gallery_albums"
"phpbb3_gallery_comment"
"phpbb3_gallery_config"
"phpbb3_gallery_pics"
"phpbb3_gallery_rate"
"phpbb3_gallery_users"
Please tell me the code i need to add block gallery
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Drop Mod database

Post by Kevin »

Moved to "General phpBB3 Support".

Please read our forum rules: viewtopic.php?f=17&t=1641
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
Khamosh-Saya
Valued Contributor
Posts: 50
Joined: 9. February 2009 08:11
phpBB.de User: Khamosh-Saya
phpBB.com User: Khamosh-Saya

Re: Drop Mod database

Post by Khamosh-Saya »

Okz sorry

but any support about it?
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Drop Mod database

Post by Kevin »

Quick shot:
Khamosh-Saya wrote:i have not phpmyadmin
Install MySQL Dumper, it's a very good open source MySQL backup tool. And you have a SQL browser with it, where you can drop the tables with.
The link to it can be found on our portal.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!
Locked

Return to “General phpBB3 Support”