Home »
Archive by category Msyql
MariaDB is a relational database management system (RDBMS) and MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB. It is available on Linux only, and only supports the XtraDB/InnoDB storage engines. When Galera Cluster is in use, you can direct reads and writes to any node with...
Continue reading
December 25, 2018 Admin
Msyql
1 Comment
MariaDB is a community-developed branching of the MySQL relational database management system, the impulse being the community fixing of its free status under the GNU GPL. Being a branch of a leading open source application system, it is famous for being led by its original developers and induction...
Continue reading
October 17, 2014 Admin
Msyql
No Comment
Install mysql workbench 5.6 MySQL Workbench is a combined and most useful visual tool for developers, database architects, and database administrators. MySQL Workbench provides data modeling, data designing SQL development, and wide-ranging administration tools for server configuration, user administration, data backup, and other useful tools. MySQL Workbench is...
Continue reading
October 10, 2014 Admin
Msyql
No Comment
MySQL replication is a process that allows you to simply maintain multiple copies of a MySQL databases by having them copied without human intervention from a master to a slave database. It is very useful in conditions of Data Security, Fail-over Solution etc… This article will describe that...
Continue reading
February 27, 2014 Admin
Msyql
No Comment
The InnoDB by default enabled. But sometime it automatically disabled due to uncleanly shutdown or any other reasons. To view the Innodb status in mysql. #mysql -u root -p mysql> show engines; InnoDB |DISABLED 1. To resolve the problem append the below line in my.cnf file. #skip-innodb then...
Continue reading
December 30, 2013 Admin
Msyql
No Comment