Showing entries 7931 to 7940 of 44145
« 10 Newer Entries | 10 Older Entries »
MariaDB MaxScale Persistent Connections

Mon, 2016-04-18 13:29martinbrampton

The MaxScale persistent connection feature has been available since version 1.3.0. It aims to reduce the load on the database servers in specific scenarios. Testing indicates benefits and feedback from live use has been positive.

A typical scenario where benefits will be obtained is a PHP web server application that uses a group of MariaDB databases to store information. HTTP is well known to be a connectionless protocol, and so each request from a browser is usually handled as a single invocation of a PHP program, which makes a fresh database connection and terminates it on completion. This is likely to happen in well under a second, many times per second. There are thus many instances of the relatively expensive operation of making a new database connection.

You might think that the obvious way to reduce this load is to use PHP persistent connections. But for a variety of technical …

[Read more]
MariaDB 10.2.0 Alpha now available

The MariaDB project is pleased to announce the immediate availability of MariaDB 10.2.0. This is an alpha release. See the release notes and changelog for details on this release. Download MariaDB 10.2.0 Release Notes Changelog What is MariaDB 10.2? MariaDB APT and YUM Repository Configuration Generator Thanks, and enjoy MariaDB!

The post MariaDB 10.2.0 Alpha now available appeared first on MariaDB.org.

How to get first element of array in Javascript

Whenever you require to get first element value then you can use bellow example I give you the way to get first element value in jquery So lets see following examplestrongExamplestrongpre classprettyprint langjsltscript typetextjavascriptgtbr var languages PHP

How to define Global Variables in Laravel

Laravel framework is awesome framework in todays Laravel provide sevaral good feature and thats why it is very popular framework in PHP Basically if we are work on big website project or ERP level project we always need to define some global variable like site title number of pagination footer

How to get last element of array in Javascript

Whenever you require to get last element value then you can use bellow example I give you three way to get last element value in jquery So lets see following examplestrongExamplestrongpre classprettyprint langjsltscript typetextjavascriptgtbr var languages PHP

Downloading MariaDB MaxScale binaries without registration

Sat, 2016-04-16 16:17rasmusjohansson

MariaDB MaxScale, the dynamic routing platform for MariaDB Server (and MySQL Server) had its first stable 1.0 GA release 15 months ago. Since then, the popularity of MariaDB MaxScale has grown exponentially. It has in many cases become a default piece of the architecture in clustered setups of MariaDB Server, in master-slave replication setups and in very large replication topologies making use of MariaDB MaxScale’s Binlog Server functionality.

MariaDB MaxScale has come far in a short time and it’s getting attention also from the point of view of how it’s being distributed. There has been several active community members pointing out that MariaDB MaxScale binaries (and not just the source code) should be made available to the broader user community in a similar fashion to MariaDB Server. We want to address this by making the community version available as easy as possible. The binaries …

[Read more]
Laravel Google OAuth authentication using Socialite Package

In Todays Social network is very wide and lots of people are connected with them So Social authentication is important to implement in website because nowdays most of the users or developer etc will connected with Social network like googlefacebook twitter gitbub etc So In this post i want t

Webinar Q & A for Introduction to Troubleshooting Performance: What Affects Query Execution?

In this blog, I will provide answers to the Webinar Q & A for Introduction to Troubleshooting Performance: What Affects Query Execution?

First, I want to thank you for attending the April, 7 webinar. This webinar is the third in the “MySQL Troubleshooting” webinar series and last introductory webinar in the series. The recording and slides for the webinar are available here. Here is the list of your questions that I wasn’t able to answer during the webinar, with responses:

Q: If we had some MyISAM tables, could we use …

[Read more]
Meet the MySQL Engineering Team

A number of members of the MySQL Engineering Team will be at Percona Live and the MySQL Innovation Day over the next week or so. Here is where you can find us:

Tuesday 19 April 2016

[Read more]
How to check image loaded or not in JQuery

Sometimes we need to detect upto image load successfully for example you want to do print text instead of image before load image so you can do that using jquery load and error method you can see bellow examplestrongExamplestrongpre classprettyprint lanhjsltscript typetextjav

Showing entries 7931 to 7940 of 44145
« 10 Newer Entries | 10 Older Entries »