In relation to this MPB post, there is a command to output
data into a file and then to load it back into MySQL to resolve
locks. (An example of a really big reporting query that
could be quite heavy, can be found here.)
There is an issue with outputting data into a
file through MySQL if the file already exists. For
example:
mysql> use mysql
Reading table information for completion of table and column
names
You can turn off this feature to get a quicker startup with
-A
Database changed mysql> select * from user into outfile
'/tmp/user.sql';
Query OK, 10 rows affected (0.00 sec) mysql> select *
from user …
The latest episode of our “Meet The MySQL Experts” podcast focuses on MySQL & PHP! Andrey Hristov and Johannes Schlüter from the MySQL Connectors Team talk about various ways PHP developers can use MySQL, and also how they can leverage the MySQL Query Analyzer to optimize queries.
Enjoy the podcast!
For additional information about MySQL & PHP, check out our last special edition newsletter.
The latest episode of our “Meet The MySQL Experts” podcast focuses on MySQL & PHP! Andrey Hristov and Johannes Schlüter from the MySQL Connectors Team talk about various ways PHP developers can use MySQL, and also how they can leverage the MySQL Query Analyzer to optimize queries.
Enjoy the podcast!
For additional information about MySQL & PHP, check out our last special edition newsletter.
I’m scheduled to deliver several free MySQL webinars via Percona and ODTUG in the upcoming weeks. I hope you can join me: February 16 – Verifying Replication Integrity with Percona Toolkit via ODTUG. February 22 – EXPLAIN Demystified via Percona. March 14 – Optimizing MySQL Configuration via Percona.
We’ve released Percona Toolkit 2.0.3, with a couple of major improvements and many minor ones. You can download it, read the documentation, and get support for it.
What’s new? You can read the changelog for the details, but here are the highlights:
Brand new pt-diskstats, thanks to Brian Fraser. This tool is completely rewritten, and it’s finally the iostat replacement I always wanted. Not only does it have the functionality I want (interactive, slice and dice, smart …
[Read more]
My technology stack services more then 2 Million Daily Active
users. Its very basic. PHP talks to mySQL, Memcache,
RabbitMQ, Gearman and Facebook. Now that we have more Java
specifically to support our SmartFox Server and other
services, blurring the lines between what data is set
in PHP and what data is read in Java is very necessary.
Java J-Connect makes reading mySQL Data as simple IMHO as PHP's
PDO. What is hard is reading PHP's serialized format from
PHP's Memcache library.
In PHP there are two main C backed Libraries. There is
Memcache the original PHP library which
I happen to use, and Memcached which is the library I wanted to use but
didn't deploy since EC2 package system conflicted and cause
issues (I fixed them but …
Are you involved with an open-source project that’s interesting to MySQL users, such as Nginx, PHPMyAdmin, Drupal, Jenkins, PHP, and so on? Percona just published the application form for dot-org groups to have a free expo hall booth in the Percona Live MySQL Conference in April. Please submit your applications now, and tell your friends about this, because a) the schedule for applying is very short, and b) space is limited.
For those of you who don’t know what this is, it’s another of the O’Reilly traditions we’re trying to continue. (We are trying very hard to make this event as close to a clone of O’Reilly’s as we can.) It’s a free table in the expo hall where people who participate in a non-commercial open source project can exhibit. I organized a Maatkit booth a few times in the past, and was always …
[Read more]Usually people do this around New Year, I will do it in February. Actually, I was inspired to do this after reviewing all the talks for this year's MySQL Conference - what a snapshot into the state of where we are! It made me realize we've made important progress in the past year, worth taking a moment to celebrate it. So here we go...
Diversification
In the past few years there was a lot of fear and doubt about MySQL due to Oracle taking over the ownership. But if you ask me, I was more worried for MySQL because of MySQL itself. I've often said that if MySQL had been a healthy open source project - like the other 3 components in the LAMP stack - then most of the NoSQL technologies we've seen come about would never have been started as their own projects, because it would have been more natural to build those needs on …
[Read more]I will be speaking on new MySQL features at the PHP UK conference on February 25th in London. A few days later on march 3rd, I will be presenting the Care and Feeding of a MySQL Database at Confoo in Montreal. If you are attending either event, please introduce yourself!
Fellow Community Manager Keith Larson and I working hard to keep up with all the upcoming shows. If you think we might have not notices your upcoming event, please drop us a line. We will have thumb drive, baggage tags, stickers, and maybe (fingers crossed) t-shirts or plush dolphins soon.
[Read more]While it might not have been New England’s weekend on the Big Gridiron, it was certainly New England’s day for Big Data at the New England Database Summit on Friday at MIT.
The summit was well attended, with 350 registrants and keynotes from prominent MySQL users such as Mark Callaghan. The coverage was quite broad, with presentations running the gamut from grad students (complete with bodyguards and intimidating academic advisors) to established companies such as StreamBase. The sponsor list was an …
[Read more]