Page 1 of 1

Drop Mod database

Posted: 10. February 2009 10:21
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

Re: Drop Mod database

Posted: 10. February 2009 12:41
by Kevin
Moved to "General phpBB3 Support".

Please read our forum rules: viewtopic.php?f=17&t=1641

Re: Drop Mod database

Posted: 10. February 2009 17:35
by Khamosh-Saya
Okz sorry

but any support about it?

Re: Drop Mod database

Posted: 10. February 2009 19:24
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.