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"