Showing entries 38636 to 38645 of 44043
« 10 Newer Entries | 10 Older Entries »
MySQL Tools for Visual Studio 1.1.2 now available

Today we have released MySQL Tools for Microsoft Visual Studio 1.1.2 -- a downloadable plug-in for Visual Studio 2005 that allows Windows developers to quickly build MySQL data-driven applications with Visual Studio. With this plug-in, developers will be able to create, modify and manage MySQL database objects with an easy-to-use interface from within the Visual Studio IDE. This product is delivered as a package compatible with Visual Studio 2005.

This release is identical to 1.1.0 in functionality. We identified and corrected some problems with the installers for 1.1.0 and the unreleased 1.1.1.

The 1.1 series plugin adds support for using the DataSource wizard and the DataSet designer in Visual Studio 2005. The Data Source wizard can be found by choosing Data|Add Data Source from the Visual Studio menu. It provides a way to connect the generic data-handling capabilities of Visual Studio to our provider. Once a data source is …

[Read more]
Windows Vista Launch

 

Ok, I thought this Windows Vista Upgrade Decision Flowchart was kind of funny.  (Click on the link below and then open up the PDF.) The weird thing is everyone's been talking about LongHorn Vista for so friggin' long, I didn't even realize it was launching this week.  It was five years in the making, so I'm sure it's an improvement over XP, but does it really matter any more? For a slightly more serious perspective, check out John Stewart's interview with …

[Read more]
Query conservationist

I always enjoy trying to do my work creating web applications using the fewest number of database queries possible. It's kind of a pride thing, I guess. That and I suppose it makes to improve an app's performance and reduce the load on a server. If you're into that kind of thing. ;)A technique I use subtitutes the temptation of using queries whose results call queries and instead uses only two. ...

Log Buffer #30: a Carnival of the Vanities for DBAs

Welcome to the thirtieth edition of Log Buffer, the weekly review of database blogs. We start with an item on O’Reilly Radar by Tim O’Reilly: Data is the Intel Inside. Tim shows some evidence in favour of the the notion that, in the post-Web-2.0 world (”Web 2.0″ being a coinage of his own), where data and [...]

About the performance of mysqlnd-5.0.0-alpha

I have written a long, long blog entry How fast is mysqlnd-5.0.0-alpha?.I do not want to spam the Planets with all of it. It’s aimed at PHP and MySQL users that want to hear in detail what we know about the performance of the first alpha release of the MySQL native driver for PHP.

The following table demonstrates pretty well where we are with mysqlnd. For a first alpha it shows an acceptable performance.

As an example of a realistic benchmark, we have followed the decision of the german computer magazine c’t and choosen the Dell DVD Store. Last year a MySQL team had won ( …

[Read more]
About the performance of mysqlnd-5.0.0-alpha

I have written a long, long blog entry How fast is mysqlnd-5.0.0-alpha?.I do not want to spam the Planets with all of it. It’s aimed at PHP and MySQL users that want to hear in detail what we know about the performance of the first alpha release of the MySQL native driver for PHP.

The following table demonstrates pretty well where we are with mysqlnd. For a first alpha it shows an acceptable performance.

As an example of a realistic benchmark, we have followed the decision of the german computer magazine c’t and choosen the Dell DVD Store. Last year a MySQL team had won ( …

[Read more]
Zeal, Free your router

Every time I walk into the MySQL office here in Machester by the Sea
I find myself eyeing the WRT54G and thinking to myself "Hmmmm I have
the latest image of DD-WRT on my laptop, and this router is a version
3,... it is such a shame its running that lousy firmware."

Thanks to age, and the wish to not become IT staff, I never flash it.

But is is tempting.

At Antioch I taught a class in operating system design when 386BSD
had just been out for a year or so. Learning "UNIX" was hot then and
there was a demand for the class. At the time 386BSD, which
eventually became FreeBSD, was the only route to go for a PC that got
you an un-crippled version of a UNIX like OS.

It came on 54 floppies. My students would download it, and run off to
find PC's to play with. Since Antioch had almost know Intel machines
at the time, almost …

[Read more]
Django and UTF8

I have to deal with it now and a lot of other people too, judging by the utf8/unicode/encoding topics on the django mailing list. I have found this one thread quite interesting and looks like the problem solver, but may be I also just need to learn a bit more about the bits and pieces that make this whole thing work. This message obviously tells how to make mysql completely aware and well-handling utf8.
Next thing on the list the django setting parameter DEFAULT_CHARSET.

MySQL Recipes: Connections per hostname using Pager

Over-the-Top Tales from the Trenches.
Motto: Bringing order to the chaos of every day DBA life.

This diary has made you conversant in the world of RMAN standbys, duplicates and corruptions… exposed you to the world the hidden nature of shmmax. You have seen the nastiness of Oracle MONTHS_BETWEEN. What more worlds and mysteries are left for us to conquer? Do we weep like Alexander, or board a boat and discover America?

Actually, my aim in any posting is to make your job as a DBA in Oracle, SQLserver and …

[Read more]
MySQL native driver for PHP: mysqlnd-5.0.0-alpha

Dear Developers,

we are proud to announce the first alpha version of the MySQL native driver for PHP: mysqlnd 5.0.0-alpha. The software is available for download on http://dev.mysql.com/downloads/connector/php-mysqlnd.

The MySQL native driver for PHP is an additional, alternative way to connect from PHP 6 to the MySQL Server 4.1 or newer. It is a replacement for libmysql, the MySQL Client Library. From now on you can use ext/mysqli either together with libmysql as you did in the past or with mysqlnd. The MySQL native driver for PHP requires PHP 6 and can connect to MySQL Servers 4.1 or newer.

We have no plans to remove …

[Read more]
Showing entries 38636 to 38645 of 44043
« 10 Newer Entries | 10 Older Entries »