Adding DSN for MySql


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Adding DSN for MySql
# 1  
Old 01-09-2013
Adding DSN for MySql

Hi ,

I am not sure where to post this. Moderators please move this to right section if needed.

I need to connect to mysql through odbc.

How to add DSN entry for the server in order to use iSQL from shell to connect to MySql DB?

Thanks ans regards,
Anupam
# 2  
Old 01-10-2013
Is this unixODBC or windows?
# 3  
Old 01-11-2013
unixODBC. We are trying to create DSN for mysql in UNIX. But not getting any good tutorial anywhere.
# 4  
Old 01-11-2013
Did you check MySQL Manual
This User Gave Thanks to Yoda For This Post:
# 5  
Old 01-11-2013
Quote:
Originally Posted by bipinajith
Did you check MySQL Manual
hey cool man. I am very new to mysql as well. But this will help Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

I cannot find dsn and TNSNAMES.ora on UNIX

Where can I find dsn and TNSNAMES.ora on UNIX AIX Thanks for contribution (3 Replies)
Discussion started by: digioleg54
3 Replies

2. Shell Programming and Scripting

Copy UNIX File into a DSN with a specific Format

Hi All , I am new to programming and here is what i am trying to achieve , i am taking a list of mounted filesystems (based on the HLQ) , passing it on to a txt file and then copying the file to a DSN .The code i am using : df | grep WAST.*WASCFG.*ZFS | awk '{print $2}' | sort -o log.txt |... (5 Replies)
Discussion started by: AnjanM
5 Replies

3. UNIX for Dummies Questions & Answers

Test new DSN connection to sql server

I installed an odbc driver and created a DSN to connect to a sql server database on AIX 6. I want to know how to test the DSN from the command line. What syntax or commands do I use? ---------- Post updated at 11:44 AM ---------- Previous update was at 08:26 AM ---------- OK I figured out how... (9 Replies)
Discussion started by: Jdbrown239
9 Replies

4. Shell Programming and Scripting

Shell script for adding a table in mysql with 10,000 lines ... pls help

Hi , I am new to shell scripting . I need to write a shell script in sql to add 10,000 lines of data in a table . Pls help guys :) ---------- Post updated at 07:08 PM ---------- Previous update was at 03:40 PM ---------- guys please help !!! (3 Replies)
Discussion started by: vinumahalingam
3 Replies

5. UNIX and Linux Applications

MySQL Daemon failed to start - no mysql.sock file

After doing a yum install mysql mysql-server on Fedora 14 I wasn't able to fully install the packages correctly. It installed MySQL 5.1. I was getting the following error when running the: mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)... (3 Replies)
Discussion started by: jastanle84
3 Replies
Login or Register to Ask a Question