Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-23-2012, 12:37 PM
GavoTrav's Avatar
GavoTrav GavoTrav is offline
 
Join Date: Jun 2011
Location: Ireland
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Change Multiple DB Tables from UTF8 To Latin1

I keep getting this error and I know what it is, It just takes a long time to do this so im wondering can you do it all at once

Code:
Database error in vBulletin 4.1.10:

Invalid SQL:
SELECT block.*,
					blocktype.productid, blocktype.name AS blocktypename, blocktype.title AS blocktypetitle,
					blocktype.description as blocktypedescription, blocktype.allowcache,
					product.active as productacitve
				FROM block AS block
				LEFT JOIN blocktype AS blocktype ON (block.blocktypeid = blocktype.blocktypeid)
				LEFT JOIN product AS product ON (blocktype.productid = product.productid)
				WHERE block.blockid = 1;

MySQL Error   : Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
Error Number  : 1267
Request Date  : Thursday, February 23rd 2012 @ 07:31:46 AM
Error Date    : Thursday, February 23rd 2012 @ 07:31:47 AM
Script        : http://xxx.com/forums/admincp/plugin.php?do=productkill
Referrer      : http://xxx.com/forums/admincp/plugin.php?do=productdelete&productid=
IP Address    : xxx.xxx.xxx.xxx.xxx
Username      : Gav
Classname     : vB_Database
MySQL Version : 5.1.56

Basically What I want to do is find a query that will change all of these at once from

utf8_unicode_ci

To

latin1_swedish_ci

Code:
`ad`, `adcriteria`, `advapp_applications`, `advapp_positions`, `advapp_questions`, `apiclient`, `apilog`, `apipost`, `attachment`, `autosave`, `bbcode_video`, `block`, `blockconfig`, `blocktype`, `customprofile`, `dbquery`, `glowhostspamomatic_log`, `glowhostspamomatic_remotecache`, `glowhostspamomatic_stats`, `infernoshout`, `infernoshoutlog`, `infernoshoutsessions`, `infernoshoutusers`, `skimlinks`, `tsx_server`, `vbplaza_category`, `vbplaza_deletionlog`, `vbplaza_gift_item`, `vbplaza_gift_user`, `vbplaza_item`, `vbplaza_item_history`, `vbplaza_lottery`, `vbplaza_lottery_history`, `vbplaza_lottery_ticket`, `vbplaza_lottery_winner`, `vbplaza_name_change`, `vbplaza_purchase_item`, `vbplaza_purchase_user`, `vbplaza_ribbon_item`, `vbplaza_ribbon_user`, `vbplaza_thread_purchase`, `vbplaza_track_item`, `vbplaza_track_user`, `vbplaza_user_history`, `vbplaza_user_inventory`, `vsa_ppdonate`
I was thinking because to repair them it says

Code:
REPAIR TABLE `ad`, `adcriteria`, `advapp_applications`, `advapp_positions`, `advapp_questions`, `apiclient`, `apilog`, `apipost`, `attachment`, `autosave`, `bbcode_video`, `block`, `blockconfig`, `blocktype`, `customprofile`, `dbquery`, `glowhostspamomatic_log`, `glowhostspamomatic_remotecache`, `glowhostspamomatic_stats`, `infernoshout`, `infernoshoutlog`, `infernoshoutsessions`, `infernoshoutusers`, `skimlinks`, `tsx_server`, `vbplaza_category`, `vbplaza_deletionlog`, `vbplaza_gift_item`, `vbplaza_gift_user`, `vbplaza_item`, `vbplaza_item_history`, `vbplaza_lottery`, `vbplaza_lottery_history`, `vbplaza_lottery_ticket`, `vbplaza_lottery_winner`, `vbplaza_name_change`, `vbplaza_purchase_item`, `vbplaza_purchase_user`, `vbplaza_ribbon_item`, `vbplaza_ribbon_user`, `vbplaza_thread_purchase`, `vbplaza_track_item`, `vbplaza_track_user`, `vbplaza_user_history`, `vbplaza_user_inventory`, `vsa_ppdonate`
Thanks for any help

--------------- Added [DATE]1330007964[/DATE] at [TIME]1330007964[/TIME] ---------------

Figured this out myself if you would like to delete it
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03554 seconds
  • Memory Usage 2,169KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete