-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dj W wrote:
Hello,
I've been looking through the source code for
version 4.0.10-gamma trying to discern how exactly
this thing runs by tracing back through the various
inits() but because of how poorly it has been
documented its slightly overwhelming to figure out
what structures belongs to what modules or elements of
the program.
My specific longterm goal is to hack the libmysqld
so that I can run mysql like Microsoft's desktop
edition Sql server. My original plan was to hotwire
the engine so that it would listened to tcp/ip traffic
from the localhost so that I could use ado.net. Unfortunately I underestimated how hard this would be.

If no one has a faq, white paper, or even diagram
listing how the program is structured atleast could
someone point me to the socket thread and that section
of the code so I can know where to focus my attention.
Is there any reason you can't either use named pipes (if mysqld is running on any windows besides 9x/ME, by starting mysqld with - --named-pipes) and shutoff TCP/IP (with --skip-networking), or you can bind the server to listen on 127.0.0.1 only by starting it with '--bind-address=127.0.0.1'?

See http://www.mysql.com/doc/en/Command-line_options.html for more information.

-Mark


- -- MySQL 2003 Users Conference -> http://www.mysql.com/events/uc2003/

For technical support contracts, visit https://order.mysql.com/?ref=mmma

__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mark Matthews <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer - JDBC/Java
/_/ /_/\_, /___/\___\_\___/ Flossmoor (Chicago), IL USA
<___/ www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.1.90 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+T/4LtvXNTca6JD8RAg5FAJ40g8DfpCJjh/LL6lEGYQ9sIOZXSwCgnACU
8t9WWxZwQG5o3adL7oEFH1Q=
=YS9I
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to