Some of our users have faced the situation when they need to change the connection details of the existing Database Diagram file. Let’s assume the situation when you have several databases with identical schemas which are only located on different MySQL servers and you have created a database model that was saved in a Database [...]
A comment was recently posted on the MySQL User Group Wiki page about a new user
group in the Netherlands available via Meetup.com.
I wanted to take a moment and say thank you and ask everyone to
support this new user group.
If people are aware of any user groups not listed, please feel
free to post on the wiki page this information.
While Flex Baumgartner was jumping from the outer space, bloggers of database technologies were adventuring into the vistas of new technologies and sharing their experiences through their blogs. This Log Buffer Edition jumps right into the middle of database blogosphere and brings you Log Buffer #291. Oracle: Jason Lamon is doing OpenWorld 2012 recap and [...]
The MySQL Windows Experience Team is proud to announce the
release of MySQL for Excel version 1.1.0 GA, one of our newest
products contained in the MySQL Installer suite. This new
version introduces the Edit MySQL Data feature.
You can download it from our official Downloads page at http://dev.mysql.com/downloads/installer/.
It has been several weeks since the last time I did a DB roundup,
mostly due to travel. I spoke at Nagios World Conference 2012 at the end of
September in St. Paul, Minneapolis, and then had a keynote and 2
talks at MySQL Connect, which was followed by Oracle OpenWorld and a Web
Operations Team Meetup, which the DB team was invited to
participate (and since I was in San Francisco anyway, I figured
I’d stay for the meetup and the millionaire’s bacon (it was epic).
We have been busy, and getting some …
MySQL's support for case sensitive search is explained somewhat opaquely in the aptly titled Case Sensitivity in String Searches documentation. In short, it explains that by default, MySQL won't treat strings as case sensitive when executing a statement such as:
SELECT first_name FROM contacts WHERE first_name REGEXP '^[a-z]';
This simple search to look for contacts whose first name starts with a lower case letter, will return *all* contacts because in the default character set used by MySQL (latin1), upper and lower case letters share the same "sort value".
UPDATE: After many helpful comments from readers, it would seem the term I should have used was collation, not sort value. The documentation for both …
[Read more]Parallel Universe x86 64 bit Server binaries for SUSE and openSUSE Linux OS released.
Available at www.ParallelUniverse-inc.com/Download2.shtml .
Next week I’ll be visiting Moscow to talk at Highload++. The conference will take place during Monday 22nd and Tuesday 23rd at the Radisson hotel. I will be giving my personal version of an indexing talk that my colleagues have given in meetups and conferences in the US.
Highload++ conference is targeted to address the issues of complex high traffic web properties. Most of these sites depend on databases to deliver their content, record the traffic and report the application activities in real time. As I learned early in my career at MySQL, the database schema and in particular the indexing strategy, are critical to achieve the highest possible performance out of the database. I’ll be reviewing the basic strategies to define the right indexes. I will also cover TokuDB’s Fractal Tree® and Cluster …
[Read more]A client of ours is just getting started with Amazon Relational Database Service (RDS) and I wonder as time marches on how popular this cloud solution is going to play out for them and Amazon as a valid/useable service offering. Many times in the past we have encountered off-the-shelf solutions from vendor A based on [...]
I was giving a replication talk at Ohio Linux Fest last week and
we touched a little bit on the MySQL Failover Utility and how it
works with MySQL 5.6 .
The first thing that this along with Innodb and other replication
enhancements are big GPL offerings from Oracle to the
community.
First the usage:
[root@mysql-master python]# ./mysqlfailover --help
Usage: mysqlfailover --master=roo@localhost
--discover-slaves-login=root
--candidates=root@host123:3306,root@host456:3306
mysqlfailover - automatic replication health monitoring and
failover
....
--candidates=CANDIDATES
connection information for candidate slave servers for
…