



免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Installation of UnixODBC Manual UbuntuChina PS Team目录1.Install the MySQL Server and MySQL client32.Start MySQL and add the password.33.Install the unixODBC.34.Find the libmyodbc.so35.Configure the odbc.ini and odbcinst.ini46.Test the unixODBC working well47.Using ODBCConnector CFS to fetch data via unixODBC.51. Install the MySQL Server and MySQL clientIn console , Then type:sudo apt-get install mysql-server mysql-client2. Start MySQL and add the password.In console, Then type:service mysql startmysqlmysqlSET PASSWORD FOR rootlocalhost=PASSWORD(mypassword);3. Install the unixODBC.In console, Then type :sudo apt-get install unixodbc libmyodbcIt will install unixODBC automatically.4. Find the libmyodbc.soIn console, Then type: find name libmyodbc.so5. Configure the odbc.ini and odbcinst.iniIn console, Then type:cd etcvi odbc.iniadd this as following:mysql-testDescription=MySQL TestTrace=OnTraceFile=stderrDriver=MySQLSERVER=localhostUSER=usernamePASSWORD=passwordPORT=3306DATABASE=databasenameSave the odbc.ini and type:vi odbcinst.iniadd this as following:MySQL Description = MySQL driver for LinuxDriver=/usr/lib/x86_64-linux-gnu/odbc/libmyodbc.soSetup=/usr/lib/x86_64-linux-gnu/odbc/libmyodbc.soFileUsage=1Save the odbcinst.iniPS: Driver define in odbc.ini must be equal to odbcinst.ini.eg: Driver=MySQL in odbc.ini equal the MySQL in odbcinst.ini6. Test the unixODBC working wellIn console, Then type:isql mysql-test (the DSN you defined in odbc.ini) Connected unixODBC to mysql.7. Using ODBCConnector CFS to fetch data via unixODBC.It configure like windows version, But you must add this as following in you startconnector.shexport ODBCINI=/etc/odbc.i
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 银行应聘会计试题及答案
- 银行业会计试题及答案
- 专业综合面试题目及答案
- 心理专业试题及答案分析
- 数控专业考证试题及答案
- 通讯专业试题及答案
- 核科学专业面试题及答案
- 广西梧州市蒙山县2024-2025学年八年级上学期期末考试数学试卷(含答案)
- 灵凤山隧道施工方案
- 教学协议样式
- 网信专员考试题及答案
- 挖煤专业毕业论文
- 山路车辆行车安全培训课件
- 第四讲-正确认识中国经济热点问题-2025秋版本-建设更高水平平安中国国家安全
- 2025北京京剧院招聘工作人员10人笔试备考题库及答案解析
- 配电柜组装基本知识培训课件
- 林业安全知识培训教育课件
- 2025《抛丸机安全操作规程》符合安全标准化要求
- TSG-R0005-2022《移动式压力容器安全技术监察规程》(2022版)
- 西安建筑科技大学工程经济与项目管理题库
- 双向转诊单(样本)
评论
0/150
提交评论