Bazy danych SQL - baza mysql stare zapytania.
tomo90rbk - 17-10-2012, 02:25 Temat postu: baza mysql stare zapytania. Witam.
Dzis robiłem aktualizacje skryptu oraz aktualizacje nowego szablonu na forum lecz w bazie s± jeszcze stare zapytania do bazy, a na starym i nowym forum już nie mam tyle modyfikacji co na nowym dlatego chce je usun±ć.
Mozę mi kto¶ powiedzieć jak mam usun±ć stare zapytania lub ewentualnie które tabele mogę usun±ć
Chce usun±ć zapytania z modyfikacji poniżej:
http://www.przemo.org/php...der,asc,start,0 - zapros usera
http://cmsszablony.pl/bee...iwny-vt3066.htm - beermod
http://www.przemo.org/php...pic.php?t=81622 SEO - Tags! Chmura tagów
http://www.przemo.org/php...pic.php?t=81167 - losowe tematy strona glowna.
Prosze o pomoc jakim zapytaniem MYSQL lub jakie tabele moge usunac.
xlesiu - 17-10-2012, 09:18
Z tego co widzę to tylko chmura tagów ma dodawane zapytania. Chyba, że chodzi Ci o Beer Moda normalnego, bo link prowadzi do jakiej¶ zmiany kosmetycznej. Cytat: | DELETE TABLE `phpbb_seotags`;
delete from phpbb_config where config_name = 'seotags_indexcloud';
delete from phpbb_config where config_name = 'seotags_indexcloud_num';
delete from phpbb_config where config_name = 'seotags_indexcloud_method';
delete from phpbb_config where config_name = 'seotags_tagscloud';
delete from phpbb_config where config_name = 'seotags_tagscloud_num';
delete from phpbb_config where config_name = 'seotags_tagscloud_method';
delete from phpbb_config where config_name = 'seotags_forumcloud';
delete from phpbb_config where config_name = 'seotags_forumcloud_num';
delete from phpbb_config where config_name = 'seotags_similar';
delete from phpbb_config where config_name = 'seotags_similar_num';
delete from phpbb_config where config_name = 'seotags_tags_separator';
delete from phpbb_config where config_name = 'seotags_topics_per_page';
delete from phpbb_config where config_name = 'seotags_posts_words';
ALTER TABLE `phpbb_topics` DROP `topic_autotagged`; |
Jeżeli jednak będziesz chciał usun±ć Beer Moda a masz tego 2.4 to spróbuj Cytat: | DELETE TABLE `phpbb_beer`;
ALTER TABLE `phpbb_users` DROP `user_beers_src`;
ALTER TABLE `phpbb_users` DROP `user_beers_dst`;
delete from phpbb_config where config_name = 'beermod_sync_delay';
delete from phpbb_config where config_name = 'beermod_enabled';
delete from phpbb_config where config_name = 'beermod_forums';
delete from phpbb_config where config_name = 'beermod_unhide_forums';
delete from phpbb_config where config_name = 'beermod_post_display_type'; |
tomo90rbk - 17-10-2012, 11:06
i jeszcze potrzebuje zaptanie do pani reklama jak jest oraz zapytanie zamykanie tematu z powodem
[ Dodano: 18-10-2012, 02:49 ]
a nie moge poprostu usunac tabeli ?
phpbb_beers
oraz
phpbb_seotags
?
|
|
|