XSSCross Site Scripting protection must need in your site because if you do not XSS protection then your site is not secure XSS filter through you can remove html tag from your input value and it is very important to remove html tag for security in your laravel 52 application you can implement
VividCortex is designed to offer its users as much access and visibility into their database systems as possible. With that in mind, we're excited to let all of our MongoDB users know that VividCortex is capable of capturing, displaying, and navigating metrics and charts produced in MongoDB's powerful WiredTiger storage engine.
Beginning with MongoDB version 3.0, users will have the option of selecting one of two storage engines: the default MMAPv1 engine, as used in prior MongoDB releases; or the new WiredTiger engine. As MongoDB's site explains,
For many applications, WiredTiger's more granular concurrency control and native compression will provide significant benefits in the areas of lower storage costs, greater …
[Read more]In this blog post, we’ll compare virtual columns in MySQL and MariaDB.
Virtual columns are one of my top features in MySQL 5.7: they can store a value that is derived from one or several other fields in the same table in a new field. It’s a very good way to build a functional index. This feature has been available in MariaDB for some time, so let’s compare the two and see if they are equivalent. We’ll look at different aspects for this comparison.
Documentation
The MariaDB documentation is very easy to find.
Finding the documentation for virtual columns in 5.7 is a bit more challenging. …
[Read more]When we first started building Pinterest, we used Python as our development language, which helped us build quickly and reliably. Over the years we built many tools around Python, including Pinball, MySQL_utils and pymemcache, as well as a set of libraries used daily for service communication and configuration management. Today we’re releasing this toolset, KingPin, as our latest open-source package.
KingPin contains some of the best practices we learned when scaling Pinterest, including:
- A local daemon to deal with the ZooKeeper’s single point of failure (SPOF) …
Percona is glad to announce the release of Percona Server 5.5.48-37.8 on March 4, 2016.
Based on MySQL 5.5.48, including all the bug fixes in
it, Percona Server 5.5.48-37.8 is now the current stable
release in the 5.5 series.
Percona Server is open-source and free. Details of the release can be found in the 5.5.48-37.8 milestone on Launchpad. Downloads are available here and from the …
[Read more]In this example i am going to show you how to generate randomly alphanumeric string OR number in PHP when you need you generate random alphanumeric string for your unique field then you can easily create using substr md5 rand uniqid mtrand time and strshuffle php function you c
Whenever you need to use each loop in jquery then you can follow this example code each with html class you can get whole object of that class using this jquery function In following example you can see i get attribute dataid using thisdataid that means you can take current class data
In the coming weeks, Oracle Technology Network welcomes you to
join the Virtual Technology Summit which is a half-day
online conference with multiple tracks. This time there is
a MySQL track, and I will do a presentation on Analyze & Tune
MySQL Queries for Better Performance. The MySQL track
also contains a presentation on MySQL 5.7, and a presentation on
how to use Oracle Enterprise Manager to manage MySQL
databases.
There will be three events with the same program, but at
different times to best suit different parts of the
world. The first opportunity is the Americas event on
March 8. Later, there will be events for
Asia/Pacific (March 15) and Europe/Middle East/Africa
(April 5).
To register, go to the pages for the …
When using a multi-threaded slave, the STOP SLAVE
command could take a long
time to return because the slave waited for workers to catch up
processing the queue. This blog post is about improvements that
have been made in MySQL 5.6.26 and later to ensure that STOP SLAVE
returns quickly when using
a multi-threaded slave (MTS).…
In this post we have learn how to import CSV file using LOAD DATA INFILE statementthis is a very simple example for a import file to the databaseHere we have provide a full sysntax for LOAD DATA INFILE statementstrongSysntaxstrongpre classlanguagemysqlLOAD DATA LOWPRIORITY C