Operating System - OpenVMS
1827452 Members
3920 Online
109965 Solutions
New Discussion

how to access mysql from openvms?

 
likuair_1
Advisor

how to access mysql from openvms?

i installed mysql in windows plateform,and wanted to access it from openvms ,how ?
6 REPLIES 6
Volker Halle
Honored Contributor

Re: how to access mysql from openvms?

Hi,

you might want to look at the following thread:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1060051

Volker.
Hoff
Honored Contributor

Re: how to access mysql from openvms?

That's usually ODBC and JDBC.

Here are some notes and some pointers:

http://labs.hoffmanlabs.com/node/668

Or load MySQL directly onto OpenVMS, and use it locally.

My notes from a MySQL install on OpenVMS:

http://labs.hoffmanlabs.com/node/1335
likuair_1
Advisor

Re: how to access mysql from openvms?

Hi,i just found that UnixODBC can install in openvms and connect to Mysql,but i downloaded the open source ,and i found that it only can be installed in Alpha ,anybody used it under Itanium?
Hoff
Honored Contributor

Re: how to access mysql from openvms?

If the source code is functional on an OpenVMS Alpha box, then recompile and relink the source code on your OpenVMS I64 box, check any diagnostics issued, and see if the results work. Port it, in other words.
Robert Atkinson
Respected Contributor

Re: how to access mysql from openvms?

Likuair, if you're using PHP, then the remote MySQL database is accessible natively from any server.

Rob.
Kerry Gibbings
Advisor

Re: how to access mysql from openvms?

Hi likuair

We use the C API ported by Jean-François Piéronne available at

http://www.pi-net.dyndns.org/anonymous/kits/

for both Alpha and Integrity.

Kerry