Re: undefined symbol: _dig_vec

2002-06-14 Thread Hoa Doan
I'm sorry for bugging you, but I don't have the .profile file. I have the .bashrc, .bash_profile, .bash_logout files. My shell is bash. What do I do now? Hoa From: Bhavin Vyas [EMAIL PROTECTED] To: Hoa Doan [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: undefined symbol: _dig_vec Date

Where can I get libmysql.so

2002-06-14 Thread Hoa Doan
Hi, I'm looking for the libmysql.so library. Does anyone know where I can get this? -Hoa _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

Re: undefined symbol: _dig_vec

2002-06-13 Thread Hoa Doan
Thanks for you help so far. I do have the libodbcinst.so.1. It's located in the directory /usr/local/lib, but the program doesn't know that. How do I make it see that libodbcinst.so.1 is in /usr/local/lib? -Hoa From: Bhavin Vyas [EMAIL PROTECTED] To: Hoa Doan [EMAIL PROTECTED], [EMAIL

undefined symbol: _dig_vec

2002-06-12 Thread Hoa Doan
Hi, I'm using the unixODBC driver manager and MyODBC driver and trying to connect to my clients database on the MySQL server. But it can't connect. This is the message I get: Can't open lib /usr/local/MyODBC/lib/libmyodbc.so : undefined symbol: _dig_vec How do I fix this? -Hoa

Re: undefined symbol: _dig_vec

2002-06-12 Thread Hoa Doan
So I ldd /usr/local/MyODBC/lib/libmyodbc.so and this is the result: libodbcinst.so.1 = not found libz.so.1 = /usr/lib etc... I did a find on libodbcinst.so.1 and found it in /usr/local/lib. What do I do from here? Hoa From: Bhavin Vyas [EMAIL PROTECTED] To: Hoa Doan [EMAIL PROTECTED

Re: LOAD DATA LOCAl

2002-06-09 Thread Hoa Doan
Hi, I've created a mysql database named clients with a client table. I want to load a text file using the LOAD DATA LOCAL command, but I don't know where I have to place the text file. I know that using the LOCAL keyword the text file will be read from the client host, but in what

Re: LOAD DATA LOCAl

2002-06-09 Thread Hoa Doan
THANKS IT WORKS. -Hoa From: Bhavin Vyas [EMAIL PROTECTED] To: Hoa Doan [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: LOAD DATA LOCAl Date: Sun, 09 Jun 2002 09:57:35 -0700 You can put it in any directory and then provide the FULL path to the file in the LOAD command. Regards

MyODBC vs. iODBC

2002-05-29 Thread Hoa Doan
Hello, Can someone tell me what is the difference between MyODBC and iODBC? My understanding is that in order for an application to be able to talk to a database it needs a protocol, and that protocol would be ODBC. What I'm trying to do is have the Tango2000 application server

can't connect to server

2002-05-22 Thread Hoa Doan
Hello, I have the mysql server running. I can't connect to it though. It reads, Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'. -Hoa _ MSN Photos is the easiest way to share and print your

can't connect to server2

2002-05-22 Thread Hoa Doan
Okay so it says that I can't connect through socket '/var/lib/mysql/mysql.sock'. So I checked and the UNIX socket is located here: /tmp/mysql.sock. I'm relatively new to Linux. What does this mean? -Hoa _ Join the world’s

Help a newbie please

2002-05-20 Thread Hoa Doan
Hi, Please don't kill me. I want to learn about databases. I hear MySQL is a good start. I have RedHat Linux and I've download and (I believe) installed mysql. Okay, my questions are? What is the difference between the mysql server and the client program? Do I need both? What is the

Installing mysql on Linux

2002-05-11 Thread Hoa Doan
Hello, I'm trying to install mysql on RedHat Linux 7.0. I've downloaded the rpm. And I've install it using the command rpm -i rpm name. Now my question is. What directory is the program located in? Any help is greatly appreciated. Hoa