Showing entries 7961 to 7970 of 44083
« 10 Newer Entries | 10 Older Entries »
Comment on MariaDB 10.1.13 and Connector/J 1.3.7 now available by Julie Fang

Hi,

We’ve been trying to download latest version of MariaDB ODBC driver for windows but we couldn’t connect to the site for some reason. Can someone please help? Is MariaDB Connector 3.0 the latest version? Where we can download it? We tried all links provided on the web and failed every attempt.

Thanks.

Percona Live: Advanced Percona XtraDB Cluster in a Nutshell, La Suite

This blog post will discuss what is necessary of the Percona Live  Advanced Percona XtraDB Cluster tutorial.

Percona Live 2016 is happening in April! If you are attending, and you are registered to the Percona XtraDB Cluster (Galera) tutorial presented by Kenny and myself, please make sure that you:

  • Bring your laptop, this is a hands-on tutorial
  • Have Virtual Box 5
[Read more]
Laravel Generate Sitemap using roumensitemap package Example

In this post i want to githubve example of generate dynamic sitemap using roumensitemap package sitemap is very usefull for SEO you can submit your sitemap on google webmaster bing webmaster etc that way you can increase website rank and web traffic So if you are working on Laravel framework

Extending the SYS schema to show metadata locks

Starting with MySQL 5.7, performance_schema has been enhanced to instrument metadata locks, and can be turned on by adding the following line to your my.cnf file:

performance-schema-instrument='wait/lock/metadata/sql/%=ON'

(At runtime, it can also be enabled by modifying the setup_instruments table in performance_schema.)

From here, you can now query performance_schema.metadata_locks to reveal all currently open metadata locks on your server:

mysqlselect * from performance_schema.metadata_locks\G
*************************** 1.

EXPLAIN FORMAT=JSON wrap-up

This blog is an EXPLAIN FORMAT=JSON wrap-up for the series of posts I’ve done in the last few months.

In this series, we’ve discussed everything unique to

EXPLAIN FORMAT=JSON

. I intentionally skipped a description of members such as

table_name

,

access_type

  or

select_id

, which are not unique.

In this series, I only mentioned in passing members that replace information from the

Extra

 column in the regular

EXPLAIN

 output, such as

using_join_buffer

 ,

partitions

,

using_temporary_table

  or simply

[Read more]
In Brief #007: An Update On MySQL + JSON

After publishing Part 2 of a series on JSON data in MySQL last week, a few folks reached out to me with some great feedback. Not only that, but they shared some resources I thought would be beneficial to pass on.

Morgan Tocker, the Product Manager that works on JSON support in MySQL pointed me toward the MySQL Server Team’s blog, which is more approachable than the docs for topical matters and directed discussion. Specifically he highlighted the JSON category, which has several great posts on everything from using path expressions to ‘upgrading’ json data previously stored in TEXT data columns to JSON data columns. Definitely worth perusing.

[Read more]
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

Showing entries 7961 to 7970 of 44083
« 10 Newer Entries | 10 Older Entries »