Cassandra MariaDB Virtual Box images

I made a Virtual Machine images for testing Cassandra integration in MariaDB. This Virtual machine is based on Ubuntu 12.04 with Datastax Cassandra 1.1 version and prebuilt version of MariaDB 5.5.27 + Cassandra from here. You can get it by using Vagrant. After that run this commands: vagrant init cassandramariadb "http://noplay.net/~noplay/cassandramariadb.box" vagrant up vagrant ssh After that: For loading the sample data: vagrant@mariadb-cassandra:~$ cat create_keyspace.cql |cqlsh vagrant@mariadb-cassandra:~$ cat create_database.sql |mysql -uroot Show the data in MySQL:

Read more...

Formation MySQL DBA

Cette semaine j’ai suivi pendant 4 jours la formation MySQL 5.1 DBA dispensé par Pierre Dumont de la société Anaska. Le but de cette formation est de préparé à la certification MySQL 5 Administrator (CMDBA). Lors de l’inscription à la formation j’ai reçu un épais manuel conçu spécialement pour la formation, un bloc note et un stylo MySQL. Le manuel est très bien foutu et se lit très bien. <142|center>

Read more...