Il fondatore di MariaDB (e di MySQL), Michael Widenius, ha parlato a Muktware di alcuni dei fattori che hanno consentito in origine a MySQL di affermarsi come leader dei database SQL, ma soprattutto delle pratiche della Oracle che stanno portando tantissimi ad abbandonare l’originale in favore del fork comunitario, che ora gode delle forze di sviluppo combinate di due aziende sponsor: la Mon
Published at LXer:
This MySQL Database Backup 1.2.1 is a free and open source software that will help us to automatically or manually backup the MySQL Database. I often confused on how to backup my existing MySQL database stored in my Windows XP box.
Oracle is the most powerful database software available for many platforms including Linux, Windows and other system. The latest version of Oracle is version 11g Release 2. You can download this new version from the link provided on the bottom of this post.
Backstory
Ubuntu died (wouldn't boot) and I couldn't fix it. I booted a live cd to recover the important stuff and saved it to my NAS. One of the things I backed up was /var/lib/mysql.
Reinstalled with Linux Mint because I was on Ubuntu 10.0.4 this was a good opportunity to try a new distro (and I don't like Unity).
Looks like they're slowly but surely killing MySQL:
Quote:
Disappearing test cases or did another part of MySQL just become closed source?
One of the changes that 5.5.27 brings in an extension to the mysql-test-run script — the driver script of the mysql-test suite — which makes it look for test cases in a new directory.
MySQL, one of the most popular open source database in the world, has just reached version 5.6.9 RC.
As usual, any new version of MySQL brings lots of improvements and version 5.6.9 RC makes no exception, even if it's not a stable and final version (which should be available soon).
Highlights of MySQL 5.6.9 RC:
... (read more)
The founders of the most popular databases on the web, Michael Widenius, David Axmark, and Allan Larsson today announced the formation of the MariaDB Foundation. “MariaDB continues the project started 18 years ago when we founded MySQL, with code maintained by the same dedicated core team. The time is right for an independent organisation to to safeguard the interests of MariaDB users and develope
I'm trying to setup Django w/ MySQL.
I've got Apache and mod_wsgi up and running, and am now trying to introduce django to mysql.
I've created a database named 'django' and a 'django' user.
I've granted all to django on django:
grant ALL on django.* to 'django'@'localhost';
Django's settings.py has been configured with MySQL's settings:
DATABASES = {
'default': {
'ENGINE': 'djan