Thu, 2016-02-04 14:24mariadb
Vote MariaDB for Database of the Year! MariaDB is nominated for Database of the Year by LinuxQuestions.org. LQ for short is Linux user community that each year votes for the best database of the year.
You can, of course, vote for MariaDB!
The site requires a simple registration - which may take a few moments, but it is well worth your time!
- Register on linuxquestions.org
- Activate account by email
- Post a message to get the right to vote, e.g. write on the vote thread
- After a delay, …
Redmine is an open source project management and issue tracking tool based on the Ruby on Rails Framework. This tutorial covers the Redmine 3 installation with Nginx as the web server and MySQL as the database on Ubuntu 15.10 (64 Bit) operating system.
Last weekend I had the pleasure to attend the excellent FOSDEM conference in Brussels, Belgium. I indulged aplenty in pancakes with Nutella, a Belgian beer or two, and some truly interesting presentations. MySQL had a lecture hall for itself the whole weekend, and the booth conveniently located outside.…
If you are running ‘OPTIMIZE TABLE’ or altering ‘TABLESPACE’ just
be careful not to kill MySQL service while running these
commands
Here is a test case:
We have a table:
CREATE TABLE `sbtest1` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`k` int(10) unsigned NOT NULL DEFAULT '0',
`c` char(120) NOT NULL DEFAULT '',
`pad` char(60) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `k_1` (`k`)
) ENGINE=InnoDB AUTO_INCREMENT=2427738 DEFAULT CHARSET=latin1
COMPRESSION='lz4'
After a while we want to ‘OPTIMIZE’ this table:
mysql> optimize table sbtest1;
ERROR 2013 (HY000): Lost connection to MySQL server during
query
Uups MySQL process was killed/crashed.
[root@ps-5 mysql]# ls -l dbtest/
total 1092792
-rw-r-----. 1 mysql mysql 65 фев 4 03:43 db.opt
-rw-r-----. 1 mysql mysql …
Thanks to everyone who participated in this week’s live webinar on Managing MySQL Replication for High Availability led by our colleague Krzysztof Książek, Senior Support Engineer at Severalnines. The webinar included theory discussions bundled with live demo demonstrations on all of the key elements that were discussed, which made for a nicely interactive webinar to watch.
If you missed the session and/or would like to watch the replay and read through the slides in your own time, they are now available online for sign up and viewing.
Whether you’re looking into deploying a MySQL Replication topology or maintaining one, you’ll find great insight here about topology changes, managing …
[Read more]
As per redis home
page,
"Redis is an open source (BSD licensed), in-memory data structure
store, used as database, cache and message broker. It supports
data structures such as strings, hashes, lists, sets, sorted sets
with range queries, bitmaps, hyperloglogs and geospatial indexes
with radius queries."
Redis Installation Steps:
I am trying the below steps in an ubuntu 14.04 system. Open the
terminal and issue the below commands:
1. Get the latest tar zip for redis (http://redis.io/download)
$ cd /path/to/download/directory/
$ wget
http://download.redis.io/releases/redis-3.0.7.tar.gz
2. Untar it and issue below commands:
$ tar xf redis-3.0.7.tar.gz$ cd redis-3.0.7$
make$ sudo …
Excerpt from http://paper-leaf.com/alton-jquery-scroll-jacking-plugin/
"Scrolljacking basically means we replace native scrolling (what
you’re used to) with targeted scrolling: when the user initiates
a scroll, either with their mouse or keyboard, scrolljacking
takes them to an exact vertical point on the screen (for example,
the top of the next content container). When done properly,
scrolljacking can be a part of a unique, enjoyable online
experience."The above definition makes it quite clear what
scrolljacking is.
Excerpt from http://www.sitepoint.com/scrolljacking-accessibility/
"Recently, Apple came up with the new concept of ‘scrolljacking’
in their product pages. This is method that ‘re-wires’ the
behavior your browser’s …
The main schedule for the Percona Live Data Performance Conference is available. Almost everything has been defined. There are tutorials and plenty of sessions waiting for conference attendees.
One thing that is still undefined is the session of lightning talks. The …
[Read more]The FOSDEM 2016 in Brussels (Belgium) January 29/30 is over and was very interesting and IMHO a big success.
For all those who could not participate at FOSDEM 2016 our
presentation slides about PERFORMANCE_SCHEMA
and
sys
schema are available here:
PERFORMANCE_SCHEMA
and sys
schema -
What can we do with it? (PDF,
406 kbyte)
Taxonomy upgrade extras: sysperformance_schemaslides