Showing entries 151 to 160 of 301
« 10 Newer Entries | 10 Older Entries »
Displaying posts with tag: PlanetMySQL (english) (reset)
MySQL UC 2009: without me but with C++ and mysqlnd

Coming out of the day: I am not at the MySQL Conference and Expo 2009!

Andrey, who has developed the majority of the source code of both MySQL Connector/C++ and the MySQL native driver for PHP (mysqlnd), will be giving two talks about them. Lawrin, Andrey and I finished writing the slides for the Not so Quiet on the C++ Front talk. Johannes, Andrey and I also finished writing the slides for the mysqlnd: How the PHP/MySQL Stack Got Better presentation.

And, last but not least, …

[Read more]
MySQL Connector/OpenOffice.org: Alpha 2 is ready for testing!

Alpha 2 has been announced. You can download the MySQL Connector/OpenOffice.org, an OpenOffice.org extension to connect from OpenOffice.org 3.1 to MySQL 5.1 or newer from ftp://qa-upload.services.openoffice.org/MySQLNative/. OpenOffice.org extensions as easy to install Plug-Ins. Installation instructions can be found at the MySQL Forge wiki page on the MySQL driver for OpenOffice.org.

The MySQL Connector/OpenOffice.org is the easiest way to connect OpenOffice.org and MySQL. Unlike the ODBC and JDBC bridges the "native driver", as its called on the OpenOffice.org world, does not require any extra driver installation and …

[Read more]
MySQL Connector/OpenOffice.org: Alpha 2 is ready for testing!

Alpha 2 has been announced. You can download the MySQL Connector/OpenOffice.org, an OpenOffice.org extension to connect from OpenOffice.org 3.1 to MySQL 5.1 or newer from ftp://qa-upload.services.openoffice.org/MySQLNative/. OpenOffice.org extensions as easy to install Plug-Ins. Installation instructions can be found at the MySQL Forge wiki page on the MySQL driver for OpenOffice.org.

The MySQL Connector/OpenOffice.org is the easiest way to connect OpenOffice.org and MySQL. Unlike the ODBC and JDBC bridges the "native driver", as its called on the OpenOffice.org world, does not require any extra driver installation and …

[Read more]
MySQL Connector/OpenOffice.org: the project is alive!


The MySQL Connector/OpenOffice.org project is still alive. The code of the alpha version has been "frozen". The Hamburg based Sun OpenOffice.org QA team is testing the alpha builds of the OpenOffice.org extension for OpenOffice.org 3.1. Initial feedback is very promising. Under the hood, the alpha version is using the recently released beta of the MySQL Connector/C++. The MySQL Connector/OpenOffice.org is implemented as an OpenOffice.org extension. OpenOffice.org extensions are extremly easy to install Plug-Ins for OpenOffice.org.

The MySQL Connector/OpenOffice.org is also refered to as "native driver". The term "native driver" in MySQL speech means that the driver implements the …

[Read more]
MySQL Connector/OpenOffice.org: the project is alive!


The MySQL Connector/OpenOffice.org project is still alive. The code of the alpha version has been "frozen". The Hamburg based Sun OpenOffice.org QA team is testing the alpha builds of the OpenOffice.org extension for OpenOffice.org 3.1. Initial feedback is very promising. Under the hood, the alpha version is using the recently released beta of the MySQL Connector/C++. The MySQL Connector/OpenOffice.org is implemented as an OpenOffice.org extension. OpenOffice.org extensions are extremly easy to install Plug-Ins for OpenOffice.org.

The MySQL Connector/OpenOffice.org is also refered to as "native driver". The term "native driver" in MySQL speech means that the driver implements the …

[Read more]
MySQL Connector/C++: Who is who?

This is the Who-is-who of the MySQL driver for C++. From top left to bottom right: Andrey Hristov, Edwin Desouza, Lawrenty ‘’Lawrin'’ Novitsky (the older guy), Ignacio “Iggy” Galarza, Georg Richter, Kent Boortz, Elizabeth “Liz” Drachnik, Michael “Mike” Frank, Anthony “Tony” Bedford.

Andrey Hristov is the main developer of the driver. He has earned credits at MySQL before as the developer of the Event Scheduler and the MySQL native driver for PHP (mysqlnd).

Edwin Desouza is responsible for the morning greetings. Every second morning we can expect to see some suggestions or hints from him on how to improve the driver. Edwin works as a Senior Director Product …

[Read more]
MySQL Connector/C++: Who is who?

This is the Who-is-who of the MySQL driver for C++. From top left to bottom right: Andrey Hristov, Edwin Desouza, Lawrenty ‘’Lawrin'’ Novitsky (the older guy), Ignacio “Iggy” Galarza, Georg Richter, Kent Boortz, Elizabeth “Liz” Drachnik, Michael “Mike” Frank, Anthony “Tony” Bedford.

Andrey Hristov is the main developer of the driver. He has earned credits at MySQL before as the developer of the Event Scheduler and the MySQL native driver for PHP (mysqlnd).

Edwin Desouza is responsible for the morning greetings. Every second morning we can expect to see some suggestions or hints from him on how to improve the driver. Edwin works as a Senior Director Product …

[Read more]
MySQL Connector/C++: how to build a client on Linux using NetBeans 6.5 (for Dummies)

A few days ago, I have published a tutorial on building a Connector/C++ client application on Windows using Visual Studio. Its time for a Linux How-To. My I-Do-Everything (IDE) choice on Linux is NetBeans 6.5. NetBeans is open-source and free. A version with C and C++ support is lightweight (24MB download) and the code-completion feature has ruled out Katy (kate) for writing Connector/C++ tests.

I am happy with every fast editor that offers syntax highlighting and supports a mouse. NetBeans does both. I do not know how to write Unix Makefiles. NetBeans does. A perfect match for Dummies and Little Idiots to build a C++ client application for MySQL using the …

[Read more]
MySQL Connector/C++: how to build a client on Linux using NetBeans 6.5 (for Dummies)

A few days ago, I have published a tutorial on building a Connector/C++ client application on Windows using Visual Studio. Its time for a Linux How-To. My I-Do-Everything (IDE) choice on Linux is NetBeans 6.5. NetBeans is open-source and free. A version with C and C++ support is lightweight (24MB download) and the code-completion feature has ruled out Katy (kate) for writing Connector/C++ tests.

I am happy with every fast editor that offers syntax highlighting and supports a mouse. NetBeans does both. I do not know how to write Unix Makefiles. NetBeans does. A perfect match for Dummies and Little Idiots to build a C++ client application for MySQL using the …

[Read more]
MySQL Connector/C++: Guide on building a windows client using Visual Studio (for Dummies)

Little idiots (culture clash - “Dear, Dummies”), please find a tutorial on how to compile a command line client using the MySQL Driver for C++ with Visual Studio."Little idiot" may sound offending to native speakers. But it is spot on to describe my skills about compiling a Connector/C++ client on Windows. I need step-by-step instructions including screen shots. You will find them below.

The Internet Super Hero has started as a Little Idiot. Back in 1999 and ealier little idiots speaking german and trying to learn how to use MySQL loved Guido Stepkens MySQL introduction at http://www.little-idiot.de/mysql/mysql.html. Thank you for this early contribution to MySQL 3.23 and PHP 3, Guido! I still love the URL - little-idiot.de.

Contents

[Read more]
Showing entries 151 to 160 of 301
« 10 Newer Entries | 10 Older Entries »