Migration From English to Japanese

2002-04-03 Thread aravind gorthy


Hi Everybody,
I am having an existing Applicaion with MySQL server running on Linux with 
Tomcat 3.2.1 and JSP in English language. Now I have a requirement of 
migrating the application into the Japanese Language.
Could any one tell me what all the changes I have to do inorder to migrate 
my application from english language to japanese. The data in the MySQL 
server should not be migrated.
I just want to know  what all the changes I have to do at the database 
level.
Does MySQL support this kinds of issues.

Thanks and Regards

Aravind


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL server gets shutdown after 8 hrs of no usage

2002-02-18 Thread aravind gorthy

Hai,
MySQL server gets shutdown after 8hrs of non usage.
I added a variable in the my.cnf file which increases this default setting.
set-variable=wait_timeout=86400 --for 24 hrs
Even though the server is getting disconnected after 8hrs of non usage.
What might be the problem do i need add any another parameter.
I am using MySQL 3.23.40-Linux version.
Thanks in advance

Aravind Gorthy,
VisualSoft Technolgies,
Hyderabad-India.


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Architecture Diagram of MySQL

2002-01-16 Thread aravind gorthy


Hai,
Where can I find the Architecture Diagram of MySQL.
Just like in Oracle do we have a diagram which
explains how MySQL works behind screen.
I am using MySQL 3.23.44(NT) and 3.23.40
(Linux)Version
Thanks and Regards
Aravind


Aravind Gorthy,
VisualSoft Technolgies,
Hyderabad-India.


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL with TOMCAT and JSP giving problems..

2002-01-16 Thread aravind gorthy

Hai,
I am using MySQL with TOMCAT and JSP for development
purpose.

1.   Every morning without restarting the tomcat
server, i am unable to connect the MySql Database.
What might be the problem..
I did't get this type of problem in Oracle  SQL server.

2. While Running Tomcat Server , I Loose Database
Connection
To get Connection from database server, i am
restarting tomcat server each time, Is MySQL Behaves
same with all Servers ?]

Does any one in the list face this type of Problem.
Thanks in advance





Aravind Gorthy,
VisualSoft Technolgies,
Hyderabad-India.


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




replication :Slave thread: error connecting to master..urgent

2002-01-07 Thread aravind gorthy

Hai
While setting up the replication environment i am
getting the following error in the master ..what might
be the problem

020108 13:20:00  Slave thread: error connecting to
master: Can't connect to MySQL server on '' (10049)
(0), retry in 60 sec

I followed all the steps correctly given in the
manual.
The master status and slave status are not showing
null and my slave is in a running stage.

Thanks in advance.
Aravind

=
Aravind Gorthy,
VisualSoft Technologies.


Looking for a job?  Visit Yahoo! India Careers
  Visit http://in.careers.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Query problem

2002-01-02 Thread aravind gorthy

The following should work.
INSERT INTO akoview_info
(FALL_NR,PAT_NR,NAME,VORNAME,GEB_DAT,DIAG_ART,BEFUND_NAME,UNTERSUCH_DAT,WR_I
D,WR_YEAR,WRIDX_ID,WR_QUART,BEHAND_MED,P_UID,S_UID)VALUES('01213658','546456
897','X','Aaaa','1953-12-10','5','F:\\devkunde\\SENDTNER\\BD\\20013\\1\\010027
92.001','2001-11-29','124501','2001','12345698741','214','Dr.
med.
Prout','0','0')
 


--- thomas WOLFF [EMAIL PROTECTED] wrote:  
 
 Y send a mysql request :
 
 INSERT INTO akoview_info

(FALL_NR,PAT_NR,NAME,VORNAME,GEB_DAT,DIAG_ART,BEFUND_NAME,UNTERSUCH_DAT,WR_I

D,WR_YEAR,WRIDX_ID,WR_QUART,BEHAND_MED,P_UID,S_UID)VALUES('01213658','546456

897','X','Aaaa','1953-12-10','5','F:\devkunde\SENDTNER\BD\20013\1\010027

92.001','2001-11-29','124501','2001','12345698741','214','Dr.
 med.
 Prout','0','0')
 
 but the field BEFUND_NAME isn't good. When y read
 the field it contains
 :F:devkundeSENDTNERBD200131
 Please help me y don't understand !!!
 Thank
 
 Thomas Wolff

-
 Akosystem
 Am Tiefen Weg 17b
 76547 Sinzheim
 
 Email: mailto:[EMAIL PROTECTED]
 Telefon: +49 (0) 7221 / 98 78 40
 Fax: +49 (0) 72 21/98 78 42
 Handy France : +33 (0)6 84 20 50 86
 
 

-
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list
 archive)
 
 To request this thread, e-mail
 [EMAIL PROTECTED]
 To unsubscribe, e-mail

[EMAIL PROTECTED]
 Trouble unsubscribing? Try:
 http://lists.mysql.com/php/unsubscribe.php
  

=
Aravind Gorthy,
VisualSoft Technologies.


Download Logos, Picture Messages  Ringtones for your mobile phone 
Visit http://mobile.yahoo.co.in

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




How to handle sum(distinct field name) ???

2001-12-25 Thread aravind gorthy

Hai,
Could any one tell me how to handle 
sum(distinct fieldaname) concept in MySQL 3.23.40.
thanks in advance.
Aravind

=
Aravind Gorthy,
VisualSoft Technologies.


For Stock Quotes, Finance News, Insurance, Tax Planners, Mutual Funds...
Visit http://in.finance.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Transaction Support in MySQL

2001-12-19 Thread aravind gorthy

Hi,
I am using MySQL 3.23.40 on LINUX Redhat 7.1 version.
My application is an OLTP application and depends
heavily on transactions. Since MySQL doesn't support
transactions for the stable releases, is there any
work around to solve this problem.
Could any one help how to cope up without transactons
in mysql. The Help manual provided with the software
doesn't help a great deal.
Regards
Aravind


For Stock Quotes, Finance News, Insurance, Tax Planners, Mutual Funds...
Visit http://in.finance.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySql on redhat 6.x and above

2001-11-23 Thread aravind gorthy

Hi,
I have some doubts regarding MySql on Linux
environment.
I'd like to install MySql on linux -redhat 6.x and
above.
Could you please guide me how to proceed.
I did not find a specific document on redhat 6.x and
above in the documentations provided in the site.
Thanks in advance.
Regards
Aravind



  *NEW*   over 2200 active jobs at Yahoo! Careers   *NEW*
Visit http://in.careers.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php