| Showing entries 1 to 15 |
MySQL Connector/Net 6.6.3, a new version of the all-managed .NET driver for MySQL has been released. This is the second of two beta releases intended to introduce users to the new features in the release.
Over the weekend I updated my Drupal 7 test appliance in SUSE Studio to the Drupal 7.0-beta2 release, which was released on Oct. 23rd. I also added phpMyAdmin upon a user request, to provide a web-based method to work with the MySQL instance, if needed.
In addition to the lightweight "headless" appliance (which can only be accessed and configured via a remote network connection), I've now also created a
[Read more...]The Drupal community just recently released another alpha test release of their upcoming Drupal 7 version, to shake out the remaining bugs and to encourage more users to test it.
If you would like to give it a try, but you don't have a free server handy, how about using a virtual machine instead? Using the fabolous SuSE Studio, I've created an appliance based on openSUSE 11.3, Drupal 7.0-alpha7 and MySQL 5.1 with the
[Read more...]If the recent debate about open core licensing has proven one thing, it is that the issue of combining proprietary and open source code continues to be a controversial one.
It ought to be simple: either the software meets the Open Source Definition or it does not. But it is not always easy to tell what license is being used, and in the case of software being delivered as a service, does it matter anyway?
The ability to deliver software as a hosted service enables some companies that are claimed to be 100% open source to offer customers software for which the source code is not available. Coincidentally, James Dixon has this week highlighted
[Read more...]Oracle’s plans for Sun’s OSS. The UK’s updated OSS strategy. And more.
Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”
Oracle’s plans for Sun’s OSS
# Oracle’s MySQL strategy slide.
# eWeek reported that database thought leaders are divided on Oracle MySQL.
# Savio Rodrigues and Computerworld on Oracle’s plans for MySQL, other open source assets.
# Zack Urlocker is leaving Oracle/Sun/MySQL.
# Red Hat’s Mark Little
[Read more...]pfexec pkg install ss-dev
export CC=/opt/SunStudioExpress/bin/cc export CXX=/opt/SunStudioExpress/bin/CC export CFLAGS="-xO3" #Your fav compiler flags go here export CXXFLAGS="-xO3" ./configure --with-plugins=innobase,myisam --with-mysqld-libs=-lmtmalloc gmake
Yes, it is that simple. Of course you could just download the binaries and use them too; they work just fine.
pfexec pkg install ss-dev
export CC=/opt/SunStudioExpress/bin/cc export CXX=/opt/SunStudioExpress/bin/CC export CFLAGS="-xO3" #Your fav compiler flags go here export CXXFLAGS="-xO3" ./configure --with-plugins=innobase,myisam --with-mysqld-libs=-lmtmalloc gmake
Yes, it is that simple. Of course you could just download the binaries and use them too; they work just fine.
pfexec pkg install ss-dev
export CC=/opt/SunStudioExpress/bin/cc export CXX=/opt/SunStudioExpress/bin/CC export CFLAGS="-xO3" #Your fav compiler flags go here export CXXFLAGS="-xO3" ./configure --with-plugins=innobase,myisam --with-mysqld-libs=-lmtmalloc gmake
Yes, it is that simple. Of course you could just download the binaries and use them too; they work just fine.
| Showing entries 1 to 15 |