Showing entries 39721 to 39730 of 44080
« 10 Newer Entries | 10 Older Entries »
Conference season is heating up again

It is really noticable that the summer is over now. While it was quite silent during the past few months, the last quarter of the year will be packed with conferences and events again.

And we will contribute our share to it, too: in addition to sending speakers to various upcoming events, MySQL will also host two European MySQL User conferences next week. The MySQL Northern Europe Customer Conference will take place in London (UK), on Tuesday, October 17th 2006. Two days later, the MySQL Central Europe Customer Conference will be held in Munich (Germany) on Thursday, October 19th 2006. Both are one-day events, with two tracks of talks in parallel. The sessions will be held by both MySQL employees as well as customers, talking about their experiences in using MySQL …

[Read more]
MySQL Webinar: LAMP - Security for the Web2.0

It has only been two years since Tim O'Reilly coined the phrase Web 2.0 and even shorter time since Jesse James Garret created the shortcut AJAX for the base technology of modern internet applications. In this period the nature of web applications underwent a major change in user experience and development methods.

It is the age of integrated communication. Content is created using rich interfaces by users for others users, collected by feed aggregators, collaboratively bookmarked, tagged, complemented by maps and delivered as a service for mash-ups. A good portion of this services a supplied by the LAMP (Linux, Apache, MySQL, PHP / Python / Perl). Since every technology has its dark companion, new security risks arose, and others grew more important.

If you are developing Web 2.0 and AJAX applications and want to know about the old and new security risks, …

[Read more]
Interview with Si Chen, of opentaps

Si Chen, lead/core developer for opentaps (formerly known as Sequioa ERP), talked with us recently, and there’s an interview available. opentaps is an Enterprise Resource Planning solution, which is rather scalable and has a lot of functionality. It uses MySQL, of course. Give it a twirl!

Do you use MySQL for your application that you develop? Want to talk about it? Drop me a line at colin[AT]mysql.com.

How to find duplicate rows with SQL

This article shows how to find duplicated rows in a database table. This is a very common beginner question. The basic technique is straightforward. I’ll also show some variations, such as how to find “duplicates in two columns” (a recent question on the #mysql IRC channel). How to find duplicated rows The first step is to define what exactly makes a row a duplicate of another row. Most of the time this is easy: they have the same value in some column.

Small things are better

Yesterday I had fun time repairing 1.5Tb ext3 partition, containing many millions of files. Of course it should have never happened - this was decent PowerEdge 2850 box with RAID volume, ECC memory and reliable CentOS 4.4 distribution but still it did. We had "journal failed" message in kernel log and filesystem needed to be checked and repaired even though it is journaling file system which should not need checks in normal use, even in case of power failures. Checking and repairing took many hours especially as automatic check on boot failed and had to be manually restarted.

Same may happen with Innodb tables. They are designed to never crash, surviving power failures and even partial page writes but still they can get corrupted because of MySQL bugs, OS Bugs or hardware bugs, misconfiguration or failures.

Sometimes corruption kind be mild, so ALTER TABLE to rebuild the table fixes it. Sometimes table needs to be dropped and …

[Read more]
Life in Bangkok, one month in

I left Brisbane about 1 month ago, not knowing exactly when I would come back. Now I think I know that answer - I don't know if I will come back in a permanent sense for quite a while (but I'll be back for Christmas, and a wedding early next year). Bangkok is not my final stop though - I'm likely going to flee this place in another month; the night-life is pretty cool, but it corrupts you. Things that you don't approve of are happening in public. You don't see them at first, but once someone points them out to you, you can't miss them.

I've met a couple of good buddies now. Which surprises me, I thought that that would be the difficult part. There seems to be a bit of comradely between the expats. I came here by choice, to experience something a little different. A lot of the guys came here to work, and their company sent them to train local Thai people. There are some cultural value differences that mean that the thai people need the …

[Read more]
Russian Feed Has Been Fixed

Want to say sorry to all my Russian language readers because my Russian Feed has been broken for last week or so after hoster changes. As for now feed works fine and you can read my last post in your native language!

Using Lighttpd, Mplayer/Mencoder and Flvtool2 to Implement Flash Video Streaming

It will be really short post about using set of free tools to implement fully functional flash video streaming server. So, what we are going to get at the end of our setup? We are going to get some type of completely free streaming support that is available with Macromedia’s non-free Flash Communication Server (Flash Media Server) (FCS).

(more…)

Calling application on the database server from stored procedure or trigger

I do not know enough about the subject to answer this, but I know the folks that read this do.

From: http://mysql.meetup.com/137/boards/view/viewthread?thread=2280640

Hi,

I wonder is there any way to call an application which resides on the database server computer from stored procedure or trigger? Is the language of stored procedures and triggers only restricted by SQL statements and some arithmetic operations?

It is interesting that Oracle and MS SQL Server already have this functionality. In Oracle it is Java stored procedure, in MS SQL Server it is called “extended stored procedure” where you can call C++ routine out of your stored procedure. It is difficult overestimate the convenience of being able to do some processing triggerted by the record insertion event.

In this case the database could be …

[Read more]
The making of a compromise

In my most recent blog entry, I reported on the pretty reasonable compromise the three largest groups in the European Parliament have reached on the upcoming resolution on future European patent policy.

Meanwhile, Dow Jones has quoted Erika Mann MEP, a German social democrat who is very much in favor of software patents, as saying that the EP has, through this compromise, effectively “postponed” a decision on the EPLA. I would not contradict that assessment. The proposed resolution neither urges the Commission to drop its EPLA-related plans nor does it support the EPLA in its present form. It ends up saying very little, if anything at all, by accepting that the Commission may have …

[Read more]
Showing entries 39721 to 39730 of 44080
« 10 Newer Entries | 10 Older Entries »