MySQL uses different type of threads for running specific utilities like mysql_install_db, flushes MyISAM tables, Replication, TCP/IP sockets etc. All threads can run with four different priorities like Interrupt, connect, wait and query priorities. Different types of threads are: The main thread : This one is created by MySQL client normally, this will be one … Continue Reading …
[Read more]There is no replacement for the documentation of the database products. There is no alternative of forums for these technologies, and also there is no alter ego for the database blogs. They add up yet another avenue to explore when the professionals need help. This Log Buffer Edition helps professional in identifying few blog posts [...]
Percona is glad to announce the release of Percona Server 5.1.62-13.3 on April 25, 2012 (Downloads are available here and from the Percona Software Repositories).
Based on MySQL 5.1.62, including all the bug fixes in it, Percona Server 5.1.62-13.3 is now the current stable release in the 5.1 series. All of Percona‘s software is open-source and free, all the details of the release can be found in the 5.1.62-13.3 milestone at Launchpad.
New …
[Read more]Percona is glad to announce the release of Percona Server 5.5.22-25.2 on April 25, 2012 (Downloads are available here and from the Percona Software Repositories).
Based on MySQL 5.5.22, including all the bug fixes in it, Percona Server 5.5.22-25.2 is now the current stable release in the 5.5 series. All of Percona‘s software is open-source and free, all the details of the release can be found in the 5.5.22-25.1 milestone at Launchpad.
Bugs Fixed:
- While running the test …
[...] MySQL: An Introduction for Oracle DBAs http://patrickhurley.wordpress.com/mysql-for-oracle-dba/ [...]
To launch an app there was a tried and true process. The process
in the past was to rent a server in a managed hosting facility.
Get a few more as you grow, then build a model showing that it
would be cheaper to get your own cage and finance servers. If the
app continues to grow, build a model showing it would cost
cheaper and allow for more rapid growth if you built your own
datacenter after multiple requests for more power, space and
moving to larger spaces with more power. Now we have a new
Step. If Step 1 is managed hosting then Step 0 is putting your
application in the cloud i.e. Amazon's EC2.
When an app grows cost grows at a multiple in EC2. To offset
these costs, take periodic looks at your architecture to see if
there is anything you can do to reduce overall cost. Let's look
at a tier that is easy to scale. Let's look at application memory
caching on Memcache as an example
to illustrate reducing cost.
…
The SELF 2012 Preliminary Schedule is now
available.
Just 43 days left until SELF and it looks like a great MySQL
Lineup! A wide array of presenters from the MySQL community will
be present, including Oracle Engineers.
On top of that.... You can get in for FREE if you wanted
too!
Register here
Join us and support Linux, MySQL and open source technologies
over all.
SELECT COUNT(sessions) FROM self_mysql_speakers WHERE
year=2012;
20+ rows
Any person with half a brain would see from the error messages below that the MySQL server is not operating optimally, or more specifically the MySQL upgrade has not completely successfully and let users can go happily use the website. It amazing me when web hosting providers tell their paying client that an upgrade has been performed yet they did not have the intelligence to actually look at the error log for confirmation. Got a mysql> prompt, it’s all good. One of the first things I check is the error log.
When will people learn the MySQL error log is a valuable resource both for what it contains, and what it should not contain.
120426 17:36:00 [Note] /usr/libexec/mysqld: Shutdown complete 120426 17:36:00 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 120426 17:36:00 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 120426 17:36:00 [Note] Plugin 'FEDERATED' is disabled. /usr/libexec/mysqld: …[Read more]
As most people still do I learned to read using books.
WhooHoo!
Books are nice. Besides reading them they are also a nice
decoration on your shelf. There is a brilliant TED talk by Chip Kidd on this subject.
But sometimes books have drawbacks. This is where I have to start
the comparison with vinyl records (Yes, you're still reading a
database oriented blog). Vinyl records look nice and are still
being sold and yes I also still use them. The drawback is that
car dealers start to look puzzeled if you ask them if your new
multimedia system in your car is able to play your old Led
Zeppelin records. The market for portable record players is
small, and that's for a good reason.
The problem with books about databases is that they get old very
soon. …
In the last few weeks I’ve been caught off guard by the number of people who’ve told me they have been evaluating Percona XtraDB Cluster (link), and even more surprised at the projects they’re considering it for. Yesterday alone I spoke to several people who have been evaluating it for large, mission-critical enterprise deployments. Some new, some to replace existing systems that use standard MySQL replication. What was interesting is that some people said they’ve been putting it through its paces for months — before we even released it as GA.
Another person said he was evaluating it and tried a bunch of things like killing nodes, and it “just worked.” He sounded like he’d been suspicious: had it REALLY worked? But then, on further investigation, he was able to confirm that yes, it had just worked. The node went away; the cluster as a whole …
[Read more]