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 > Setting character_set_XXX failed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-04, 04:14
Markus123 Markus123 is offline
Registered User
 
Join Date: Nov 2004
Posts: 14
Unhappy Setting character_set_XXX failed

Hi,

I want to set the default character set to latin1_swedish_ci. I've changed my my.ini file to:

[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data

default-table-type=innodb

character_set_client = latin1_swedish_ci
character_set_connection = latin1_swedish_ci
character_set_database = latin1_swedish_ci
character_set_results = latin1_swedish_ci
character_set_server = latin1_swedish_ci
character_set_system = latin1_swedish_ci
collation_connection = latin1_swedish_ci
collation_database = latin1_swedish_ci
collation_server = latin1_swedish_ci

[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-nt.exe
user=XXX
password=XXX


But now MySQL doesn't start any more.

I'm using MySQL 4.1.7 on Windows 2000....

Thanks for your help,
Markus
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