In the MySQL team, one of our focuses over the last few releases has been improving the usability of the MySQL Server for operations teams. The results can be seen in a number of areas:
- Our continued investment in Performance Schema.
…
In the MySQL team, one of our focuses over the last few releases has been improving the usability of the MySQL Server for operations teams. The results can be seen in a number of areas:
…
Over the recent years, there has been a large number of individuals as well as organizations who are ditching the Windows platform for Linux platform, and this number will continue to grow as more developments in Linux are experienced. Linux has for long been the leader in Web servers as most of the web servers run on Linux, and this could be one of the reasons why the high migration is being experienced.
In this post i going to explain how to import excel file into mysql database using PHP In this post i will give you full example of csv file ods file xls file xlsx file import into database using phpexcel packageWe always require to add data from admin panel like products items users emai
In this post i going to explain how to import excel file into mysql database using PHP In this post i will give you full example of csv file ods file xls file xlsx file import into database using phpexcel packageWe always require to add data from admin panel like products items users emai
Hacked By Not Matter who am i ~ i am white Hat Hacker please update your wordpress
In this blog post, I’d like to take a look at a few different things such as MySQL Group Replication, multi-instance MySQL setups on systemd and shell scripting the whole mess to make it easy to build, and easy to rebuild. To be honest, it took a little help from Shinguz’s blog to get the… Read More »
Percona announces the release of Percona Server for MySQL 5.5.53-38.4 on November 23, 2016. Based on MySQL 5.5.53, including all the bug fixes in it, Percona Server for MySQL 5.5.53-38.5 is now the current stable release in the 5.5 series.
Percona Server for MySQL is open-source and free. You can find release details in the 5.5.53-38.5 milestone on Launchpad. Downloads are available here and from the Percona Software Repositories.
…
[Read more]Introduction I read a very interesting article by Krešimir Nesek regarding MySQL result set streaming when it comes to reducing memory usage. Mark Paluch, from Spring Data, asked if we could turn the MySQL result set streaming by default whenever we are using Query#stream or Query#scroll. That being said, the HHH-11260 issue was created, and … Continue reading How does MySQL result set streaming perform vs fetching the whole JDBC ResultSet at once →
In this blog I will provide answers to the questions and queries that some of you have raised during the webinar on Nov 17th.
I would like to say thank you to all of the audience who attended the talk on November 17, 2016. You can also check the recording and slides here.
Q. How is storage distribution done across the node?
A. Each node has independent storage and other resources. There is no sharing of resource. Only the write-sets are replicated.
Q. If write-set propagation fails in some manner is there any retry mechanism?
A. write-set are written to …
[Read more]
I just uploaded a quick tool that I think you will find useful if
you need to consolidate, expand innodb databases if tablespaces
are in use.
This golang application will copy an entire innodb database from
one server to another server via scp.
innodb-tablespace-copy follows the algorithm described here. This golang application copies 4 tables
in parallel after setting up the remote environment. Then in
parallel import the tablespaces. I've only used this application
on Percona XTRADB 5.6 but it should work for all flavors of
innodb that are out there.
Note to recover from interruption, this is done manually either
by discarding the tablespace or by dropping the remote
database.
Feel free to add to it and make it better :)
…