From: Michael Widenius Date: April 11 1999 10:17am Subject: Win32 Access Control - functions List-Archive: http://lists.mysql.com/win32/83 Message-Id: <14096.29180.230724.168724@monty.pp.sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! >>>>> "Calistra" == Calistra Research Labs writes: Calistra> According to the mySQL documentation - mySQL supports Calistra> external functions in langusges that support loadable modules. Calistra> Does this include Win32? Calistra> I do not see a "funct" table in the mySQL database. Sorry; It shouldn't be that hard to provide this in Win32, but I don't know enough about .DLL:s to do this myself in a short time. If anyone would be interested in helping us with this, please mail me... Calistra> In the documentation there is a lot of stuff done from the shell - Calistra> supposed to be in the scripts directory such as mysql_install_db Calistra> but I see no way to execute this from Win32. mysql_install_db is not needed on Win32 as all privilege tables are included with the Win32 installation. Most standard MySQL scripts require a decent shell to work. You can however use the mysql client program to execute .sql scripts like on Unix: mysql < commands.sql. Calistra> Am I missing something? What exactly are you missing. Regards, Monty