Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.databases > #30 > unrolled thread

Re: MySql with Hebrew.

Started by"Mr. X." <mr..x.@THRWHITE.remove-dii-this>
First post2011-04-27 15:21 +0000
Last post2011-04-27 15:21 +0000
Articles 3 — 2 participants

Back to article view | Back to comp.lang.java.databases

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: MySql with Hebrew. "Mr. X." <mr..x.@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000
    Re: MySql with Hebrew. "Mr. X." <mr..x.@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000
      Re: MySql with Hebrew. "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000

#30 — Re: MySql with Hebrew.

From"Mr. X." <mr..x.@THRWHITE.remove-dii-this>
Date2011-04-27 15:21 +0000
SubjectRe: MySql with Hebrew.
Message-ID<fuqpuj$6sj$1@news4.netvision.net.il>
  To: comp.lang.java.databases
Thanks ...

1. My question is for mysql & not derby.
2. I have tried the newsgroup comp.database.mysql - no one realy answer.
3. I will check the link you gave again, but since I watched that link, I 
think I could not grasp what to do to solve Hebrew-problems as I've 
mentioned.

Thanks :)

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#31

From"Mr. X." <mr..x.@THRWHITE.remove-dii-this>
Date2011-04-27 15:21 +0000
Message-ID<fuqqi0$9pc$1@news4.netvision.net.il>
In reply to#30
  To: comp.lang.java.databases
..
O.K.
There is command :
show create database mydb.
results are (columns seperated by ",")
mydb, CREATE DATABASE `cashereg` /*!40100 DEFAULT CHARACTER SET latin1 */

...
Well it is not utf-8 character-set.

How can I change the above setting ?

Thanks :)

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#32

From"Lew" <lew@THRWHITE.remove-dii-this>
Date2011-04-27 15:21 +0000
Message-ID<4dWdnWPXD_dfhIzVnZ2dnUVZ_ovinZ2d@comcast.com>
In reply to#31
  To: comp.lang.java.databases
Mr. X. wrote:
> ...
> O.K.
> There is command :
> show create database mydb.
> results are (columns seperated by ",")
> mydb, CREATE DATABASE `cashereg` /*!40100 DEFAULT CHARACTER SET latin1 */
> 
> ...
> Well it is not utf-8 character-set.
> 
> How can I change the above setting ?

Have you considered reading the documentation?
<http://dev.mysql.com/doc/refman/5.1/en/alter-database.html>

-- 
Lew

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.databases


csiph-web