Today social media applications plays an important role in our day-to-day activities as a result of the Web 2.0 revolution that took place in the Internet. It has revolutionized the lifestyle of almost all the individuals and business entities, for the majority of them spending at least few minutes with it has become an integral […]
In the tutorial, I will discuss the setup and configuration for remote and local Git repositories using SSH to transfer files between server and client. I used a Linux based server and a Mac OS X client for development but steps should work on similar environments supporting SSH.
One of the best new ideas in my eyes came from quelbs.
Using an integer column for storing UNIX timestamp values is a
wide spread approach in the world of web development. For example
in a Typo3
database, all date/time handling is done with UNIX timestamps.
Unfortunately, for MySQL this is of course a normal integer
value, with no meaning of being a date/time value.
Now, HeidiSQL allows the user to explicitly set a column to "This
is a UNIX timestamp" via right click menu. Once activated,
integers are internally converted to and displayed as human
readable date/time values. Editing such values also uses the
inplace editor for date values.
One of the best new ideas in my eyes came from quelbs.
Using an integer column for storing UNIX timestamp values is a
wide spread approach in the world of web development. For example
in a Typo3
database, all date/time handling is done with UNIX timestamps.
Unfortunately, for MySQL this is of course a normal integer
value, with no meaning of being a date/time value.
Now, HeidiSQL allows the user to explicitly set a column to "This
is a UNIX timestamp" via right click menu. Once activated,
integers are internally converted to and displayed as human
readable date/time values. Editing such values also uses the
inplace editor for date values.
One of the best new ideas in my eyes came from quelbs.
Using an integer column for storing UNIX timestamp values is a
wide spread approach in the world of web development. For example
in a Typo3
database, all date/time handling is done with UNIX timestamps.
Unfortunately, for MySQL this is of course a normal integer
value, with no meaning of being a date/time value.
Now, HeidiSQL allows the user to explicitly set a column to "This
is a UNIX timestamp" via right click menu. Once activated,
integers are internally converted to and displayed as human
readable date/time values. Editing such values also uses the
inplace editor for date values.
One of the best new ideas in my eyes came from quelbs.
Using an integer column for storing UNIX timestamp values is a
wide spread approach in the world of web development. For example
in a Typo3
database, all date/time handling is done with UNIX timestamps.
Unfortunately, for MySQL this is of course a normal integer
value, with no meaning of being a date/time value.
Now, HeidiSQL allows the user to explicitly set a column to "This
is a UNIX timestamp" via right click menu. Once activated,
integers are internally converted to and displayed as human
readable date/time values. Editing such values also uses the
inplace editor for date values.
The new release of the MySQL Performance Monitor (mpm) is out!
New additions and improvements
- Easy to use templates
- Improved Security
- New Trigger Checks
- New Warnings Enabled
- Time Zone Shift Added
- New screens added
- Data transfer enabled
and much more (see below).
The MySQL Performance Monitor (mpm) for MySQL, Galera Cluster, Percona Server and MariaDB is a Monitoring Solution based on the Enterprise open source Monitor Zabbix.
It provides all the necessary modules to monitor MySQL performance metrics in detail and …
[Read more]
I am writting my first ever blog post after
four and a half years since I started my career as a MySQL DBA. I
used to read lots of blog posts especially from
mysqlperformceblog , but never really had the interest of
writting one. But this interesting question from a client
made me write this blog post.
“Why is my MySQL consuming only “core 0”, while I have 8 cores
and there is hardly any usage in the other cores?”
This is a question put forward by one of our clients. Started my
investigation by looking into the cpu usage stats. It was true
that only “core 0” was getting used and the other cores were
rarely getting …
The onslaught of blogs is hard to ignore and underestimate. Blogging has become part of technologists everywhere, including the database professionals and evangelists. This Log Buffer Edition appreciates that and consists of blogs from Oracle, SQL Server and MySQL.
Oracle:
Dass Oracle in Version 11 unter bestimmten Umständen große serielle Full Table Scans (FTS) mit Hilfe von Direct Path Reads durchführen kann, ist schon häufig erwähnt worden (hier im Blog mindestens in drei Artikeln) – zuletzt hatte Tanel Poder darauf hingewiesen, dass die Entscheidung für diesen Zugriff seit 11.2.
Michael Snow highlights an active WebCenter partner with a recent success in the …
[Read more]Thanks to everyone who was in attendance on 05 June 2013 for my “Choosing a MySQL HA Solution” webinar. If you weren’t able to make it but are interested in listening to the presentation, it’s currently up and available for viewing over at percona.com.
My apologies if we weren’t able to get to your question during the initial session, so I’ll address those lingering questions in this post, along with providing a bit more detail on some of the questions that I did cover during the session.
Q: What is the reason that I recommended DRBD be used only on
physical hardware and not on virtual machines?
A: I covered this a bit during the session, but to provide
a bit more commentary. There …