Showing entries 7921 to 7930 of 44037
« 10 Newer Entries | 10 Older Entries »
Webinar April 7, 10am PDT – Introduction to Troubleshooting Performance: What Affects Query Execution?

Join us for our latest webinar on Thursday, April 7, at 10 am PDT (UTC-7) on Introduction to Troubleshooting Performance: What Affects Query Execution?

MySQL installations experience a multitude of issues: server hangs, wrong data stored in the database, slow running queries, stopped replications, poor user connections and many others. It’s often difficult not only to troubleshoot these issues, but to even know which tools to use.

Slow running queries, threads stacking for ages during peak times, application performance suddenly lagging: these are some of the things on a long list of possible database performance issues. How can you figure out why your MySQL installation isn’t …

[Read more]
Still Time for an Early Look at NinesControl (beta) for MySQL & MongoDB

Your Database, Any Cloud - NinesControl (beta)

As you may have seen, we recently announced NinesControl, a developer friendly service to deploy and manage MySQL and MongoDB clusters using your preferred Cloud Provider.

There is still time for you to join and get an early look at NinesControl - just provide us with your email address, and we will be in touch to give you early access to the service.

NinesControl users will be able to benefit from the following key features:

  • Provision a database on any cloud
  • Real-time unified monitoring
  • Automated database management and availability

Sign up up to stay informed and apply for early access

And see further details on NinesControl below in this blog.

What is NinesControl?

[Read more]
How to convert array values to lowercase in PHP

Whenever you require to create all array value in lowercase then you can create that without using loop you have to just use arraymap arraymap function take two argument one for php function strtolower and second one for array May be we need to do this when we are working on big projects an

Example of trigger on after delete with update query mysql

Sometimes we need to fire trigger like after delete update some fields of another tables for example if you have chatmessage tables and when remove row on this table then we need to update removecounterremovecounter 1 on users table i did give you bellow example you can see how to write t

Example of trigger on after delete with update query mysql

Sometimes we need to fire trigger like after delete update some fields of another tables for example if you have chatmessage tables and when remove row on this table then we need to update removecounterremovecounter 1 on users table i did give you bellow example you can see how to write t

How to parse json in jquery ajax

When you are working php or net etc and you return data like jsonencodedata on ajax request but in front side you get like a string at that time you have to parse json object and get them so lets see example and learn how to usestrong classexampleExamplestrong pre classprettyp

How to Get User Agent Value in Laravel

If you are work on laravel 5 application and you require to get user agentuser agent mean user browser details like firefox cherome etc then you can get easy you dont need to use SERVER variable like native PHP but laravel 5 provide Request facade you can fetch easy using following example

Running SYS Schema - "diagnostics" to get insight of your MySQL Database



You may want to dump diagnostic information about the running MySQL Database.    

For MySQL 5.7, the SYS schema comes with the installation.  You can find the corresponding information on
https://dev.mysql.com/doc/refman/5.7/en/sys-diagnostics.html

For MySQL 5.6,the SYS schema can be downloaded from the following URL https://github.com/mysql/mysql-sys
The zip file as ‘mysql-sys-master.zip’ is expanded, where the sys_56.sql can be loaded into the MySQL 5.6 database.
# mysql -uroot -h127.0.0.1 < sys_56.sql
Using MySQL Workbench and connecting to the Server, you can find the SYS schema installed.

Running the “diagnostics” stored procedure : …

[Read more]
Shinguz: Galera Cache sizing

To synchronize the data between the Galera Cluster and a new or re-entering Galera node Galera Cluster uses 2 different mechanisms:

  • For full synchronization of data: Snapshot State Transfer (SST).
  • For delta synchronization of data: Incremental State Transfer (IST).

The Incremental State Transfer (IST) is relevant when a node is already known to the Galera Cluster and just left the cluster short time ago. This typically happens in a maintenance window during a rolling cluster restart.

The Galera Cache is a round-robin file based cache that keeps all the write-sets (= transactions + meta data) for a certain amount of time. This time, which should be bigger than your planned maintenance window, depends on the size of the Galera Cache (default 128 Mbyte) and the traffic which will happen during your maintenance window.

If your traffic is …

[Read more]
‘Become a MySQL DBA’ at Percona Live this month!

As per a related post from last week, we’re looking forward to Percona Live 2016 in Santa Clara, the go-to conference for MySQL & MongoDB users in particular, and open source database enthusiasts in general.

This year we’ve been given the opportunity to conduct a one-day tutorial based on our popular blog series ‘Become a MySQL DBA’. We’re reaching our 20th post in this series (the latest one is on trouble-shooting with pt-stalk) and are excited to be able to share that content and knowledge during this one day session in Santa Clara this month.

Art van Scheppingen

Our colleagues Art van Scheppingen and Ashraf Sharif will be walking participants through the content and practical exercises for about 6 hours spread across day 1 at Percona Live. The tutorial is scheduled to take place in Ballroom H. For …

[Read more]
Showing entries 7921 to 7930 of 44037
« 10 Newer Entries | 10 Older Entries »