If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > any db master knows this ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-06, 17:43
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
any db master knows this ?

whenever i moved db (vbulletin,IPB,SMF,WebWiz dB) from old server to new server a charset problem occured

we can not solve this problem about 4 months

i have asked this approximately 11 forums but nobody

any db master to be able to solve this problem ?
Reply With Quote
  #2 (permalink)  
Old 12-27-06, 05:58
Yveau01 Yveau01 is offline
Registered User
 
Join Date: Dec 2005
Location: Tilburg, Netherlands
Posts: 73
If you didn't provide more info, I can imagine why nobody could solve the problem.
Please give us a lot more info about OS, version, scenario, etc. Then we might be able to help you out.

Gr,
Yveau
__________________

> SELECT * FROM users WHERE clue > 0;
Empty set (0.00 sec)

Reply With Quote
  #3 (permalink)  
Old 12-27-06, 07:59
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
Quote:
Originally Posted by Yveau01
If you didn't provide more info, I can imagine why nobody could solve the problem.
Please give us a lot more info about OS, version, scenario, etc. Then we might be able to help you out.

Gr,
Yveau

what kind of info ?

my localhost is

* Apache 2.2.3
* MySQL 5.0.27
* PHP 5.2.0 & PHP 4.4.4
* phpMyAdmin 2.9.1.1
* FileZilla FTP Server 0.9.20
* OpenSSL 0.9.8d
Reply With Quote
  #4 (permalink)  
Old 12-27-06, 08:51
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
so what character set were you using on your old server?
what character set were you using on your New server?

consider settign the default character set in the new server to be the same as the old server, if you cannot do that then consider changing the character set for each table on the new server to match the old server.

you may need to do a dump of the data,
dump the schema,
then edit the schema and reload it
the reolad the data

suitable tools may include MySQL Administrator, PHPMyAdmin......
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #5 (permalink)  
Old 12-28-06, 06:15
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
Quote:
Originally Posted by healdem
so what character set were you using on your old server?
what character set were you using on your New server?

consider settign the default character set in the new server to be the same as the old server, if you cannot do that then consider changing the character set for each table on the new server to match the old server.

you may need to do a dump of the data,
dump the schema,
then edit the schema and reload it
the reolad the data

suitable tools may include MySQL Administrator, PHPMyAdmin......
Both of them ISO-8859-1 (LATIN-1)

Quote:
you may need to do a dump of the data,
dump the schema,
then edit the schema and reload it
the reolad the data

how ?
Reply With Quote
  #6 (permalink)  
Old 12-28-06, 07:28
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
Quote:
Originally Posted by zodehala
Both of them ISO-8859-1 (LATIN-1)




how ?
suitable tools may include MySQL Administrator, PHPMyAdmin......
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #7 (permalink)  
Old 12-29-06, 21:30
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
Quote:
Originally Posted by healdem
suitable tools may include MySQL Administrator, PHPMyAdmin......
is it possible to exchange char

for examle

ý => İ
Ã-½ => Ö

how can i change that char in db at one time (as group )
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On