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 > connection error: Unknown MySQL Server Host

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-20-04, 02:26
arunchp arunchp is offline
Registered User
 
Join Date: Nov 2003
Location: India
Posts: 22
connection error: Unknown MySQL Server Host

I am trying to establish connection to MySQL from COBOL. for that I have used the C API provided by MySQL. like mysql-init, mysql_real_connect, mysql_close, etc...

I have the external subroutine features in COBOL to call the C API from COBOL. As per the external subroutines rules and regulations i have written the invoking routines in COBOL to call those C APIs.

my COBOL program get's compiled and works fine. but after complete execution it stores these error string int the memory variable as;

Unknown MySQL Server Host '"Ěž' (11001)€: mysql.sock (53)

It shows some unanimous charesters also.
What could be the remedy to resolve this problem.

I have almost spent 1 month after met with this error. If any one helps me to resolve this, i would be very much appriciated.

Thanks.

Arun.
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