<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Nsmysql_FAQ</id>
	<title>Nsmysql FAQ - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Nsmysql_FAQ"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Nsmysql_FAQ&amp;action=history"/>
	<updated>2026-04-25T22:44:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Nsmysql_FAQ&amp;diff=2528&amp;oldid=prev</id>
		<title>WikiSysop: imported from WiKit id 57</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Nsmysql_FAQ&amp;diff=2528&amp;oldid=prev"/>
		<updated>2002-07-17T17:15:47Z</updated>

		<summary type="html">&lt;p&gt;imported from WiKit id 57&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is the list of Frequently Asked Questions (FAQ) for the Panoptic MySQL driver for AOLserver, or, [[nsmysql]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''General nsmysql Questions:'''&lt;br /&gt;
&lt;br /&gt;
'''Q: Why are table names being prepended to the column names in my result set?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Dumb decision that was made around v0.5 and v0.6.  To turn the behavior off, change the following line in mysql.c:&lt;br /&gt;
&lt;br /&gt;
   static int      include_tablenames = 1;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
   static int      include_tablenames = 0;&lt;br /&gt;
&lt;br /&gt;
Sorry about that.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''Win32 Related Questions:'''&lt;br /&gt;
&lt;br /&gt;
'''Q: I get this strange &amp;quot;win32 error code: 126&amp;quot; error in my server.log.  What does it mean?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' You're seeing something like this in your server log:&lt;br /&gt;
&lt;br /&gt;
   Warning: modload: failed to load 'x:/path/to/aolserver/bin/nsmysql.so': 'Win32 error code 126'&lt;br /&gt;
&lt;br /&gt;
Error 126 is MOD_NOT_FOUND.  Does nsmysql.so exist in the directory specified by x:/path/to/aolserver/bin?&lt;br /&gt;
&lt;br /&gt;
'''Q: I get this strange &amp;quot;win32 error code: 1157&amp;quot; error in my server.log.  What does it mean?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' You're seeing something like this in your server log:&lt;br /&gt;
&lt;br /&gt;
   Notice: loading: x:/path/to/aolserver/bin/nsmysql.so&lt;br /&gt;
   Warning: could not load x:/path/to/aolsever/bin/nsmysql.so:  win32 error code: 1157&lt;br /&gt;
   Error: nsd.db: could not load driver: mysql&lt;br /&gt;
&lt;br /&gt;
Chances are, this means you didn't copy the libmySQL.dll into your&lt;br /&gt;
aolserver/bin directory.  This is LoadLibrary()'s way of saying that&lt;br /&gt;
there were unresolved symbols when trying to dynamically load&lt;br /&gt;
nsmysql.so, which is a DLL.  nsmysql.so is linked against libmySQL.dll,&lt;br /&gt;
therefore it too needs to be loadable, and the easiest way to do this&lt;br /&gt;
is to stick it in the aolserver/bin directory.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>