Installing 1.Download the RPM from MySQL.com [syntax type=”bash”]wget http://dev.mysql.com/get/Downloads/MySQL-Cluster-7.3/MySQL-Cluster-gpl-7.3.5-1.el6.x86_64.rpm-bundle.tar [/syntax] 2.Install the RPM and dependencies [syntax type=”bash”]yum groupinstall ‘Development Tools'[/syntax] [syntax type=”bash”]yum remove mysql-libs[/syntax] [syntax type=”bash”]yum install libaio-devel[/syntax] [syntax type=”bash”]rpm -Uhv MySQL-Cluster-server-gpl-7.3.5-1.el6.x86_64.rpm[/syntax] This installs all the binaries that will be required to configure each component of the MySQL Cluster.
Post Category → Tutorials
RabbitMQ Exchange to Exchange Bindings [AMPQ]
Overview The exchange-exchange binding allows for messages to be sent/routed from one exchange to another exchange. Exchange-exchange binding works more or less the same way as exchange-to-queue binding, the only significant difference from the surface is that both exchanges(source and destination) have to be specified. Two major advantages of using exchange-exhhange bindings based on experience… Continue reading
Intro : Celery and MongoDB
This post serves as more of a tutorial to get a Hello World up and running while using Celery and MongoDB as the broker . Celery has great documentation but they are in snippets across multiple pages and nothing that shows a full working example of using Celery with MongoDB which might be helpful for new users… Continue reading
Packaging Applications Benefits and Deploying Applications using Windows Server 2003
Deploying and maintaining applications across multiple PC’s across an organization is demanding and time consuming especially when machines are constantly being refreshed. Packaging applications, provides a centralized location to automatically manage, deploy, repair and patch applications. A Few of the benefits of packaging applications are: