Showing entries 7721 to 7730 of 44087
« 10 Newer Entries | 10 Older Entries »
Addressing a Problematic MySQL Query and its Effects on Amazon Aurora

Since we announced our support for Amazon Web Service's Aurora last year, we've had great experiences working with customers who use Aurora as their database system of choice. And not only is Amazon's RDS excellent, so is their team and support.

Recently, we encountered a MySQL bug that was, in turn, having effects on Amazon’s RDS. The MySQL issue involved a problematic query that caused Aurora instances to crash under load; upon discovering this issue, we had the opportunity to work with AWS to identify the error in MySQL and fix it, so that it would avoid an impact on AWS’s systems. It turned out that the query itself posed a potential problem for all monitoring services -- not just VividCortex; fortunately, however, once AWS addresses the bug, the problem will be fixed for all monitoring products that might come across it, …

[Read more]
Laravel ajax render view with data example

Sometimes we use get html view layout from ajax request At that you have to first render view file and then you need to store view in varibale and then we can return that varibale In bellow example i render view with pass data you can see how i didstrongExamplestrongpre classprettypri

Server Monitoring with Munin and Monit on Ubuntu 16.04 LTS (Xenial Xerus)

This tutorial will show you how to monitor an Ubuntu 16.04 server with Munin and Monit. Munin produces nice graphs about nearly every aspect of your server, whereas Monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that let you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.

How to change Bootstrap Datepicker with specific date format

Bootstrap is a very popular html css framework Bootstrap through we can make batter responsive design If you need datepicker with your date format like yyyymmdd yyyymmdd ddmmyyyy ddmmyyyy etc then you can do it easily so if you want to set date format then you have to just add one argu

ClusterControl new features webinar on May 24th

Join us for this new webinar on Tuesday, May 24th, where we’ll be discussing and demonstrating the latest version of ClusterControl, the one-stop console for your entire database infrastructure. We’ll be introducing some cool new features for MySQL and MongoDB users in particular as well as walk you through the work we’ve recently done for improved security.

Our colleagues Johan Andersson (CTO), Vinay Joosery (CEO) and Ashraf Sharif (System Support Engineer) will be demonstrating how you can deploy, monitor, manage and scale your databases on the technology stack of your choice with ClusterControl.

Date, Time & Registration Europe/MEA/APAC

Tuesday, May 24th at 09:00 BST / 10:00 CEST (Germany, France, Sweden)
Register Now

North America/LatAm

Tuesday, May 24th at 09:00 Pacific Time (US) / 12:00 …

[Read more]
Lossless RBR for MySQL 8.0?

Lossless RBR TL/DR: There’s been talk of moving the next release of MySQL to minimal RBR: I’d like to suggest an alternative: lossless RBR For MySQL 5.8 there was talk / suggestions about moving to minimal RBR as the default configuration (http://mysqlserverteam.com/planning-the-defaults-for-mysql-5-8/).  I’m not comfortable with this because it means that by default you do not have … Continue reading Lossless RBR for MySQL 8.0?

The post Lossless RBR for MySQL 8.0? first appeared on Simon J Mudd's Blog.

Comment on Graphing Amazon RDS MySQL Metrics with Prometheus & Grafana by vishnu213

hi Vaisakh.

yes it is possible.

in the file ‘/opt/prometheus/prometheus.yml’ :

Under the Job_Name ‘mysql’ you have a target group which can have multiple targets.

by default the MySQL Exporter process is bound to 9104.

You need to start another MySQL Exporter process running with Another Config file which points to another RDS instance on a different port , say 9105

Command to Run:
————————
./mysqld_exporter
-config.my-cnf=
-log.level=debug
-web.listen-address=localhost:9105

2ND_RDS_CONFIG_FILE
———————————–
[client]
user=prom
password=abc123
host=amazon-rds-2nd-instance.amazonaws.com

Modified Prometheus.yml:
———————————————————

global:
scrape_interval: 5s
evaluation_interval: 5s

[Read more]
London in May 2016

I’m happy to be back in London in May 2016, to talk at two events:

  1. The London MySQL Meetup GroupMonday May 9 – 6.30 PM – 9.00 PM – options for High Availability in the ecosystem that one would consider today. This is a cut down from my Percona Live tutorial, which had about 88 registered attendees and about that amount showed up and asked questions even through the break and after. I had a lot of fun, and I expect I will have similar fun in London talking about this area that has changed a lot in recent times.
  2. Data for the Enterprise – MariaDB Roadshow in LondonWednesday, May 11, 2016 from 9:30 AM to 2:00 …
[Read more]
My top author list for Planet MySQL

Who are the top individual authors of influential recent posts to planet MySQL?  The planet MySQL page includes a list of the top 20 authors as well as a list of the top 10 vendor blogs.  However, since posts to the vendor blogs make up at least 1/4 of all of the posts, and the authors of vendor blog posts are not included in the top author list, I decided to compute my own top author list.  I include the hidden authors from the vendor blogs when computing my top author list.

The first problem is to identify the hidden authors for posts from each vendor blog.  This requires that the author information be extracted from the individual posts, and this requires a specialized parser for each vendor blog to extract the author name from the document.
The second problem is to rank the authors using some criteria such as the number of posts in a given recent time range.   I could run a page rank algorithm if I …

[Read more]
How to check request method is GET or POST in Laravel

Sometimes we require to get request method is get post patch delete that way we can take action if need take action on depend on request input method so you can check using request method so lets see bellow examlestrongExamplestrong pre classprettyprint langphpmethod reques

Showing entries 7721 to 7730 of 44087
« 10 Newer Entries | 10 Older Entries »