no binary and source code of MySQL ODBC Connector 5.2.5 for AIX plarform

2014-04-02 Thread Shen, Tingting
Hi, I want to install MySQL ODBC Connector 5.2.5 on AIX 7.1 platform. But I cannot find any binary for installation on AIX platform. In addition, I also tried to build my own installation binary from source code , but found no source code for AIX platform. http://downloads.mysql.com/archives/c

Re: MySQL LDAP Authentication Plugin - Full example with source code

2012-08-20 Thread Ignacio Ocampo
t" in order to see /etc/shadow > (or whatever)? > > If so, that is too big a security hole to do. > > > -Original Message- > > From: Ignacio Ocampo [mailto:naf...@gmail.com] > > Sent: Sunday, August 12, 2012 3:54 PM > > To: mysql > > Subject: MyS

RE: MySQL LDAP Authentication Plugin - Full example with source code

2012-08-20 Thread Rick James
> Subject: MySQL LDAP Authentication Plugin - Full example with source > code > > I have published in my blog, an full example (with source code) of a > LDAP Authentication plugin for MySQL. > > http://nafiux.com/blog/2012/08/11/mysql-ldap-authentication-plugin/ > > -- > Ig

MySQL LDAP Authentication Plugin - Full example with source code

2012-08-12 Thread Ignacio Ocampo
I have published in my blog, an full example (with source code) of a LDAP Authentication plugin for MySQL. http://nafiux.com/blog/2012/08/11/mysql-ldap-authentication-plugin/ -- Ignacio Ocampo

Re: Is it it posiible to combine the C++ algorithm code, the MYSQL source code and the UDF code into a single DLL/SO?

2011-09-08 Thread Frank Chang
Good evening, Apparently MySQL supports a single client connection to a local MySQL server Quoting from the MySQL :: MySQL 5.0 Reference Manual :: 4.2.2 Connecting to the MySQL Server URL by Booz-Allen New York City consultants The following table shows the permissible --protocol optio

Is it it posiible to combine the C++ algorithm code, the MYSQL source code and the UDF code into a single DLL/SO?

2011-09-08 Thread Frank Chang
Good afternoon, We developed a C++ class algorithm and code together with sqlite3.c and the sqlite C/C++ UDFs. Everything is combined into a single Windows DLL/UNIX-LINUX SO Now we would like to change from SQLite to MySQL to take advantage of MySQL's ability to do parallel writes on separate thre

Download, configure, compile, and install MySQL 5.5.8 from source code on Linux

2010-12-21 Thread shahryar ghazi
Download, configure, compile, and install MySQL 5.5.8 from source code on Linux<http://www.geeksww.com/tutorials/database_management_systems/mysql/installation/download_configure_compile_and_install_mysql_558_on_linux.php> thanks.

Windows installer source code...

2010-03-22 Thread Andrés Tello
I followed the instructions from Mysql site to donwload the code using bazaar... I need to make a modification to the installer, but I wasn't able to find the source code where the is the reference to a screen at the wizard... so I wonder, does the windows installer code is distributed wit

MySQL University session on October 1: InnoDB Internals: InnoDB File Formats and Source Code Structure

2009-09-29 Thread Stefan Hinz
InnoDB Internals: InnoDB File Formats and Source Code Structure http://forge.mysql.com/wiki/InnoDB_Internals:_InnoDB_File_Formats_and_Source_Code_Structure This Thursday (October 1st, 14:00 UTC - one hour later than usually), Calvin Sun will give a session on InnoDB Internals: InnoDB File Formats

Source code about user authentication in MySQL 5

2006-08-10 Thread Arjan Hulshoff
Can someone tell me where I can find the source code files whit th user authentication in it? I want to see if I can integrate LDAP authentication myself. _ Express yourself instantly with MSN Messenger! Download today - it's

Re: can I get MySQL Source code under Windows OS?

2004-03-16 Thread Egor Egorov
e URL > http://www.mysql.com/doc/en/Installing_source_tree.html > and it seems that instructions given for working under > Unix platform - right? > > Could I get the Source code of MySQL for testing with Windows?... > If you want to install MySQL from the latest development source tree,

can I get MySQL Source code under Windows OS?

2004-03-16 Thread Arunachalam
if I press RETRY it never improve in installation just stay idle... and If I press ABORT it get aborted. Also when I visit the URL http://www.mysql.com/doc/en/Installing_source_tree.html and it seems that instructions given for working under Unix platform - right? Could I get the Source code

Re: About the source code

2003-05-27 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 27 May 2003, Erming Zheng wrote: > I just recently downloaded the source code and > compiled it. It worked fine. But I am lost when I > tried to read through it. Could anyone give me any > explaination of the sttucture of

About the source code

2003-05-27 Thread Erming Zheng
I just recently downloaded the source code and compiled it. It worked fine. But I am lost when I tried to read through it. Could anyone give me any explaination of the sttucture of the code. Or any reference about it? Thanks Erming __ Do you Yahoo!? The New Yahoo

Re: Can u us a "source code" file to setup a db in MySQL ?

2002-12-08 Thread Gerald R. Jensen
Try: mysql -u{username} -p {databasename} To: "MySQL List" <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 6:43 PM Subject: Can u us a "source code" file to setup a db in MySQL ? When created a complicated db in MySQL can you first create a "source fi

Can u us a "source code" file to setup a db in MySQL ?

2002-12-08 Thread TopMailBox
When created a complicated db in MySQL can you first create a "source file" with all the MySQL commands... and then either pipe them to MySQL or have MySQL read the "source file" and then create the db accordingly ?? Or, must you input/key in one command at a time to the program in real time? Tha

3.23.52 source code .... where?

2002-10-21 Thread Wim van den Berge
Can anyone tell me where I can find the source code for 3.23.52? I looked on source forge and there is a section for 3.23.52, but there is no source code for 3.23.52 in it (No Files). The latest it seems to have is 3.23.51.   Thanks,     Wim   sql,query

Re: 3.23.52 source code .... where?

2002-10-21 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 21 October 2002 20:55, Wim van den Berge wrote: > Can anyone tell me where I can find the source code for 3.23.52? I > looked on source forge and there is a section for 3.23.52, but there is > no source code for 3.23.52 in it

Re: Error starting mysqld after compiling the source code

2002-05-28 Thread Victoria Reznichenko
Karan, Tuesday, May 28, 2002, 2:05:37 PM, you wrote: KS> Dear Sir, KS> I did all the steps to compile the code i.e. KS> ./configure --prefix=/usr/local/mysql KS> --with-named-curses-libs=/lib/libncurses.so.5.2 KS> make KS> make install KS> scripts/mysql_install_db KS> and then I tried mys

Error starting mysqld after compiling the source code

2002-05-28 Thread Karan Singal
Dear Sir, I did all the steps to compile the code i.e. ./configure --prefix=/usr/local/mysql --with-named-curses-libs=/lib/libncurses.so.5.2 make make install scripts/mysql_install_db and then I tried mysqld --user=root then it gave the following error message. Cannot initialize Inno

Re: source code

2002-05-14 Thread Colin Faber
yes, http://www.mysql.com/downloads Amy Zediak wrote: > > Can i download the source code for MySQL? > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >h

source code

2002-05-14 Thread Amy Zediak
Can i download the source code for MySQL? - 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 <[EM

aggregate functions, source code

2002-04-22 Thread Miles Roper
that come with Mysql. I was wondering, has anyone out there got some source code for a first & last function? I haven't done any C programming for 7+ years and even then it was only minimal. So I'm only a newbe in that area. I would love to get our database ported to Mysql but witho

mysql-4.0.1-alpha: native cc compiler build failure on IBM AIX 4.3 because of gcc'isms in source code

2002-03-12 Thread mthnhb
>Description: mysql-4.0.1-alpha fails to build on IBM AIX 4.3 because of gcc'isms in the source code. A fix for that problem is supplied below. However, configure says: checking for alloca.h... no checking for working

MySQL Source code documentation

2002-02-22 Thread Victoria Reznichenko
Shrikant, Friday, February 22, 2002, 11:06:09 AM, you wrote: SG> HI SG> I am new to this forum. Can anybody tell me where can I find documentation of SG> mysql source code and the Architecure diagrams of mysql ? You can find info about installation of MySQL at: http://www.mysql.

MySQL Source code documentation

2002-02-22 Thread Shrikant Gundapwar
HI I am new to this forum. Can anybody tell me where can I find documentation of mysql source code and the Architecure diagrams of mysql ? Thanks to all for getting me in :) -shrikant Shrikant Gundapwar -- A ship in harbour is

RE: MySQL Source Code

2001-12-19 Thread Roger Baklund
* michael chang > Does anyone know where I could get all of the source > code to build the MySQL software? http://www.mysql.com/downloads/index.html > -- Roger - Before posting, please check: http://www.

MySQL Source Code

2001-12-19 Thread michael chang
Hi all, Does anyone know where I could get all of the source code to build the MySQL software? I wanted to make edits to the SQL language that is embedded in the MySQL software. Is there a way to do that? If not, does anyone have any suggestions on how to do something like that. I want to

Re: Source code build bug in 4.0.0 on Linux on Pentium class machines

2001-11-24 Thread jim barchuk
Hi Rick! I see the msg about the configure adjustment in the next release but until then I have a hack fix at the bottom of this message. Requires no configure -switches, just add one line to configure. On Sat, 24 Nov 2001, Rick Stones wrote: > >Description: > If you build the 4.0.0. syst

Re: installing source code on corel linux

2001-07-22 Thread Nils O. Selåsdal
On Friday 20 July 2001 16:25, [EMAIL PROTECTED] wrote: > I am a newbie to linux and mysql and would like some advice re > installing mysql source code on corel linux. > > I have successfully installed a binary version of Mysql (now > deleted) but need to compile and install a sourc

Re: installing source code on corel linux

2001-07-20 Thread Steve Brazill
y), you have unpacked it somewhere other than where you are now, or your Linux installation is still missing a 'development' type package - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 8:2

Problem Installing source code on linux

2001-07-20 Thread blees
Hi I am a newbie to linux and mysql and would like some advice re installing mysql source code on corel linux. I have successfully installed a binary version of Mysql (now deleted) but need to compile and install a source version, as I want to next install PHP.which I understand needs the

installing source code on corel linux

2001-07-20 Thread blees
I am a newbie to linux and mysql and would like some advice re installing mysql source code on corel linux. I have successfully installed a binary version of Mysql (now deleted) but need to compile and install a source version, as I want to next install PHP.which I understand needs the source

Re: master and slave source code

2001-03-27 Thread Johan Vanroose
. Start both deamons. For more info look to chapter 11 of the manual. Mohammed Ali wrote: > Hi there, > I was looking for the master and client source code but I was unable to > find, I found the rpm but not source in tar format. > I ma tiring to configure 2 linux server one master

Re: master and slave source code

2001-03-27 Thread Scott Baker
Look at "source downloads" http://mysql.com/downloads/mysql-3.23.html At 07:06 PM 3/27/2001 -0500, Mohammed Ali wrote: >Hi there, >I was looking for the master and client source code but I was unable to >find, I found the rpm but not source in tar format. >I ma tirin

master and slave source code

2001-03-27 Thread Mohammed Ali
Hi there, I was looking for the master and client source code but I was unable to find, I found the rpm but not source in tar format. I ma tiring to configure 2 linux server one master and one slave, can you tell me what's the best way to accomplish this and what settings I have to change.