[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: CGILua and MySQL?
- From: Tomas <tomas@...>
- Date: Tue, 10 Dec 2002 13:49:51 -0200 (BRST)
> I have another question: is there any version of CGILua that can connect to a mysql or odbc database?
Take a look at:
http://cgilua.bayweb.org/download/cgilua-4.1-plugin.tar.gz
http://cgilua.bayweb.org/download/luasql-plugin.tar.gz
You should look at config and change it to point correctly to
your Lua installation. Then you can 'make' the binaries; and then
'make install_cgil' to install it.
The package lacks for a README file but we're working on it.
Walter & Tomas