This HTML5 document contains 36 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n10http://data.openlinksw.com/oplweb/opsys_family/
n18https://www.openlinksw.com/about/id/entity/urn/howto:
n4http://data.openlinksw.com/oplweb/
n17http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep6#
n15http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep1#
n29http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n23http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep10#
n21http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep5#
wdrshttp://www.w3.org/2007/05/powder-s#
n27https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
oplsofthttp://www.openlinksw.com/ontology/software#
schemahttp://schema.org/
n28https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n12https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n25http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep9#
n20http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep4#
n14https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n22http://data.openlinksw.com/oplweb/product_format/st#
n26https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n9http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n8http://data.openlinksw.com/oplweb/dbms_family/MySQL#
n13http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep3#
n24http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep8#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n7https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n2http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuide#
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep7#
n11http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteMySQLDataSourceNameConfigurationGuideStep2#
n16https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
ODBC Driver for MySQL Data Source Name (DSN) Configuration for Unix/Linux Configuring the Lite Edition (Single-Tier) ODBC Driver for MySQL Data Source Name (DSN) Configuration for Unix/Linux Lite Edition (Single-Tier) ODBC Driver for MySQL Data Source Name (DSN) Configuration for Unix/Linux
wdrs:describedby
n7:webs n9:uda-howtos-seo.ttl n12:websites n14:uda-howtos-qa.ttl n16:UDAHowAndStepByGuides.ttl n18:island n14:uda-howtos.ttl n12:products n26:seo n27:seo n28:uda-howtos.ttl n29:offers
schema:name
Lite Edition (Single-Tier) ODBC Driver for MySQL Data Source Name (DSN) Configuration for Unix/Linux Configuring the Lite Edition (Single-Tier) ODBC Driver for MySQL Data Source Name (DSN) Configuration for Unix/Linux ODBC Driver for MySQL Data Source Name (DSN) Configuration for Unix/Linux
oplsoft:hasDatabaseFamily
n4:MySQL n8:this
oplsoft:hasOperatingSystemFamily
n10:GenericLinux
schema:category
Data Source Name Configuration Guide
schema:genre
n22:this
schema:text
<ol> <li> Prerequisites: <ul> <li>You MUST be proficient in using a Unix shell.</li> <li>You MUST be proficient in using a Unix editor such as vi.</li> <li>You MUST be in possession of relevant database connectivity details such as Database name, Username, password, etc.</li> </ul> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/bin/odbc.ini</code> with a suitable text editor such as vi. </li> <li> Locate and edit the sample OpenLink MySQL ODBC data source (DSN) created during the installation process and edit as follows: <pre> [mysql] Driver = &lt;OPENLINK_INSTALL&gt;/lib/mys5_mt_lt.so ServerType = MySQL 5.x Options = -H mysql5.hostname Database = database UserName = mysql Password = ********** FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample MySQL 5.x Lite Connection </pre> </li> <li> Use the <code>iodbctest</code> tool which is packaged with the HTTP-based OpenLink ODBC Administrator as follows: <pre> # cd &lt;OPENLINK_INSTALL&gt; # . ./openLink.sh # iodbctest mysql </pre> <blockquote> iODBC Demonstration program<br> This program shows an interactive SQL processor<br> Driver Manager: 03.52.0507.0105<br> Driver: 06.02.1217 OpenLink Generic ODBC Driver (oplodbc.so)<br> <br> SQL&gt; </blockquote> </li> <li> You should now be able to issue SQL statements directly against the target database. </li> </ol> <p> Additional Information:<br> The bitness of the ODBC Driver for MySQL is determined by the bitness of your ODBC client application.<br> That is, if your ODBC client application is 32-bit then the Generic ODBC Driver component MUST also be 32-bit. </p> <ol> <li> Prerequisites: <ul> <li>You MUST be proficient in using a Unix shell.</li> <li>You MUST be proficient in using a Unix editor such as vi.</li> <li>You MUST be in possession of relevant database connectivity details such as Database name, Username, password, etc.</li> </ul> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/bin/odbc.ini</code> with a suitable text editor such as vi. </li> <li> Locate and edit the sample OpenLink MySQL ODBC data source (DSN) created during the installation process and edit as follows: <pre> [mysql] Driver = &lt;OPENLINK_INSTALL&gt;/lib/mys5_mt_lt.so ServerType = MySQL 5.x Options = -H mysql5.hostname Database = database UserName = mysql Password = ********** FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample MySQL 5.x Lite Connection </pre> </li> <li> Use the <code>iodbctest</code> tool which is packaged with the HTTP-based OpenLink ODBC Administrator as follows: <pre> # cd &lt;OPENLINK_INSTALL&gt; # . ./openLink.sh # iodbctest mysql </pre> <blockquote> iODBC Demonstration program<br> This program shows an interactive SQL processor<br> Driver Manager: 03.52.0507.0105<br> Driver: 06.02.1217 OpenLink Generic ODBC Driver (oplodbc.so)<br> <br> SQL&gt; </blockquote> </li> <li> You should now be able to issue SQL statements directly against the target database. </li> </ol> <p> Additional Information:<br> The bitness of the ODBC Driver for MySQL is determined by the bitness of your ODBC client application.<br> That is, if your ODBC client application is 32-bit then the Generic ODBC Driver component MUST also be 32-bit. </p>
rdf:type
schema:HowTo
schema:step
n11:this n13:this n15:this n17:this n19:this n20:this n21:this n23:this n24:this n25:this