Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under mysql...

GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works as a proxy and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc). GreenSQL provides MySQL database security solution. GreenSQL is distributed under the GPL license.

http://www.greensql.net/

Filed under: mysql

nikan says...

[full-time] Web developer (PHP / Python / Perl / MySQL / Linux) at InNews SA

Posted:

Location: Αθήνα
URL: http://innews.gr/jobs

Description:

Αναζητούμε προγραμματιστή με εμπειρία σε δημιουργία εφαρμογών intranet και sites.

Η ομάδα μας είναι μικρή αλλά τα έργα που υλοποιούμε είναι ενδιαφέροντα και με προκλήσεις.

Δείτε και τη σχετική σελίδα στο site μας.

Apply to this job

Filed under: mysql

BSD Licensed JDBC driver for Drizzle, which also works for MySQL
http://jdbc.drizzle.org/
http://drizzle.org/wiki/JDBC#Documentation
http://developian.blogspot.com/search/label/drizzle-jdbc

Filed under: mysql

sinanata says...

Tonight I designed a new interface for zoopa's homesite. What do you say? Is this telling everything you need at first look?

Filed under: mysql

She-Noir says...

Continuando la tradición de Oracle de comprar empresas grandes, Sun ha sido el gran bocado del año, por ahora, en ese gran panel de ComeCocos que es el mercado del software.

Es de suponer que la gente de Sun dedicada a MySQL estará temblando, aunque es posible que Oracle mantenga vivo ese producto con el fin de darles dolores de cabeza a sus competidores. Evidentemente Oracle y MySQL juegan en distintas ligas pero hay gente tanto en propietario como en OpenSource (PostgreSQL, Microsoft SQLServer, etc.) que tienen ganas de competir de tú a tú con Oracle, y están trabajando duro para llegar allí (el avance de SQLServer de su versión 2000 a 2008 ha sido tremendo). Mantener vivo MySQL podría ayudar a Oracle a tenerlos entretenidos.

Otra "especie amenazada" por esta adquisición es OpenOffice. La gente de OO está estudiando escindirse y crear una fundación independiente, pero teniendo en cuenta la velocidad a la que le dan vueltas al asunto lo mismo caen antes en las manos de otro de los grandes con intenciones similares a las que tendría Oracle para mantener vivo MySQL.

Una nota de humor: Me ha encantado la imagen creada para ilustrar el "fine management" llevado a cabo por los directivos de Sun en los últimos años. Primero lo vi en Digital Daily pero la imagen original procede de Ars Technica. Aunque faltan elementos en la imagen, creo que ilustra mejor que cualquier "balanced scorecard" el cómo han gestionado las cosas.

Filed under: mysql

Oz says...

http://net.tutsplus.com/tutorials/other/top-20-mysql-best-practices/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+nettuts+(NETTUTS)


Good nettuts tips for mySql, for additional reading, check the bottom links and topic 20 links.

Filed under: mySql

sinanata says...

I'm going to open zoopa.org soon. You remember dont you? Our new community for building&maintaining an open source application. A software to bring them alltogether. A free software. A lifestreaming application. Yea it's zoopa!

Here you see zoopa's possible homesite sketch. Take a look and comment me please.

Filed under: mysql



Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases.

http://www.sequelpro.com/

Filed under: mysql

I wrote this back in 2004 while living in Australia. It was published in CNet's Builder AU. It predated Sun's decision to release Java as an open source product, and in the end, many of the claims I made in this article turned out to be spot on.

Recently, much of the buzz in the software development community has been about one question: Should Sun Microsystems release Java under a free software license like the GNU General Public License (GPL)?

There are many valid reasons why Sun should. In fact, I predict that if Java is to survive in a world dominated by Microsoft for the long term, it must become Free Open Source Software (FOSS), where "free" means freedom, not zero-cost.

Currently, the source code for the classes that make up Java is mostly available for developers to view, but modifications of any kind are expressly forbidden (see the licence included with the Java SDK, in the "Supplemental License Terms", subsections B and D). This is the key reason why Java is not considered "Free Software". Being able to simply view the source to something does not make it FOSS, since creating modifications so that the software can evolve and adapt is more important to developers than simply reading about how existing code works.

It should also be noted that there are several third-party licences in the SDK, due to the fact that the SDK includes several technologies developed by entities outside of Sun. Converting Java to FOSS will require ensuring that these licences are compatible with a FOSS distribution model, or replacing the technologies with ones that are.

The benefits of a FOSS Java to developers will be enormous. Sun's "Bug Parade" is populated with thousands of unfixed bugs, many of them more than five years old. Even the simplest of bugs often goes unfixed, presumably because Sun lacks the manpower to fix everything, and must prioritise. There are, at the time of this writing, more than 7,500 open bugs filed against the SDK alone. An open source approach will not suffer from this. Bugs will be fixed almost as quickly as they are reported. The backlog of bugs will quickly disappear, as well. The quality of Java as a platform will instantly be boosted.

Not everyone, however, agrees that the benefits are worth the perceived risks. James Gosling, widely recognised as the "Father of Java", has played an important role in the development of this debate. In the April 12, 2004, entry in his blog he writes:

GPL software is not "free": it comes with a licence that has a strong political agenda. Like GPL software, the Java platform is "free" in many senses: you don't have to pay anything for the runtime or developers kit and you can get the sources for everything. Unlike GPLd software, the Java sources don't come with a viral infection clause that requires you to apply the GPL to your own code.

Gosling seems to feel that "freedom" requires absolutely no restrictions be present. On the contrary, those of us who live in modern western societies know that the presence of laws (that is, restrictions) is what enables us to remain free. This is the concept of "greatest liberty". The important thing is what those restrictions are. The same is true with the GPL, which grants very specific freedoms.

Gosling also implies that if Java were released under the GPL, that its so-called "viral infection clause" would require that all Java code written would automatically be under the GPL. This is a complete misunderstanding of how the GPL works. Linux, for example, is under the GPL, but programs written to run on it and use it need not be. Gosling is confusing the concepts of "program linking" and "writing for a platform".

Beyond these technical points, one might ask, "What is the big problem with making Java FOSS?" It's a complex question, and many in the Java community have provided excellent coverage of the issues. Joshua Marinacci is one that has covered this in his blog on java.net. He has covered many of the details, however, I believe he has made some critical errors in his argument, which must be refuted to understand why Java must become FOSS if it is to survive.

Marinacci points out four major "problems" that he claims would result from making Java FOSS. Probably the most important one is the first one on his list, which is echoed by the anti-FOSS Java camp worldwide: Java would become chaotic, and incompatible versions would pop up everywhere. Apparently there is a belief that only Sun's heavy-handed spec enforcement can keep this from happening (though it clearly failed to do so in a timely manner against Microsoft).

We already have good evidence that this will not happen. Linux is a platform under the GPL, and is based on a set of standards collectively called UNIX. UNIX is valuable mainly because of the uniformity of implementation of these standards on all flavours of UNIX, just as Java is valuable for the same reason. We do not see incompatible versions of Linux everywhere, though, even though there are many different and diverse distributions of it available. Most people see this diversity (read: freedom) as a good thing about Linux.

Similarly, the extremely popular database software called MySQL is available under the GPL, and the company makes no secret of this. MySQL is rapidly growing in the industry, and is creating a serious threat to purely commercial databases like SQL Server. Despite the fact that MySQL is GPL, nobody forks the code. Why not? Simple: doing so would create an incompatible code branch, and nobody stands to gain anything by doing that. The community is better served by working together to make MySQL better.

So there we have two spectacularly successful GPL products, both of which are giving Microsoft major headaches, and both of which depend upon standardisation. One has many distributions, the other only a few. This is why the fear that making Java FOSS would cause it to degenerate into chaos is unwarranted. It is more about paranoia than reason, more about control than progress.

FOSS works because it allows software to evolve like a biological organism, changing and improving in unpredictable ways over time to find solutions to seemingly intractable problems. If Java becomes FOSS, it will find ways around threats like Microsoft. If it does not, then those threats may eventually send it the way of the dinosaur. After all, having the comfortable predictability of being big and cold-blooded doesn't help you when the surprise meteor hits. Only being adaptable can keep the species alive.

Filed under: MySQL

sinanata says...

       
Click here to download:
zoopa_ass_kicking_lifestream.zip (40 KB)

Tonite! I'm proudly announcing zoopa. An open source lifestreaming software.

We'll be developing our source and community at - http://zoopa.org - Today I gave you some clues about it.

It's community site and first screenshots will be ready soon.

We're open for any contribution.

Filed under: mysql