Showing entries 8973 to 8982 of 44884
« 10 Newer Entries | 10 Older Entries »
Hello, world!

Uh, hello, world! Sometimes I feel like telling you about my work on MySQL and related projects like sysbench. So even though I've been trying to avoid blogging as much as I could for many years, it's still probably the most convenient way for me to communicate with you.

I'm going to start by describing my recent work towards sysbench 1.0, as I have some interesting things in progress and even more interesting features planned for the future.

Stay tuned!

Hello, world!

Uh, hello, world! Sometimes I feel like telling you about my work on MySQL and related projects like sysbench. So even though I've been trying to avoid blogging as much as I could for many years, it's still probably the most convenient way for me to communicate with you.

I'm going to start by describing my recent work towards sysbench 1.0, as I have some interesting things in progress and even more interesting features planned for the future.

Stay tuned!

How to Create Widgets in Laravel

In this post you can learn how to create your own widgets in laravel 52 First thing why we are create widgets So we can use widget because when we can create reusable code for example you have manu items and comes from database like home items products aboutus contact us etc you require to

MySQL Yum Repo Setup On Vagrant & VirtualBox

Today I start this MySQL blog which will apply a focus on all things MySQL and attempt to bring out their practical usage.  In this particular blog I will give an introduction to MySQL by helping us all get a simple way to test new MySQL features or capabilities through the usage of Vagrant, Virtual Box and then setting… Read More »

ASYNC native asynchronous query mechanism for MySQL updated for 5.6 and support non-SELECT statement

Async, part of the Swanhart Toolkit (http://github.com/greenlion/swanhart-tools) has been updated to fully support 5.6 (the GET_LOCK I used only worked with new 5.7 GET_LOCK semantics) and it now also supports INSERT/UPDATE/DELETE/CREATE/CALL/etc (anything that can be prepared). You can only get a resultset back from SELECT statements even if CALL statements return a resultset. This is a MySQL limitation (no CALL xyx(..) AS table_name)

ASYNC native asynchronous query mechanism for MySQL updated for 5.6 and support non-SELECT statement

Async, part of the Swanhart Toolkit (http://github.com/greenlion/swanhart-tools) has been updated to fully support 5.6 (the GET_LOCK I used only worked with new 5.7 GET_LOCK semantics) and it now also supports INSERT/UPDATE/DELETE/CREATE/CALL/etc (anything that can be prepared). You can only get a resultset back from SELECT statements even if CALL statements return a resultset. This is a MySQL limitation (no CALL xyx(..) AS table_name)

MariaDB 10.1.12 and MariaDB Galera Cluster 10.0.24 & 5.5.48 now available

The MariaDB project is pleased to announce the immediate availability of MariaDB 10.1.12, and MariaDB Galera Cluster 10.0.24 & 5.5.48. See the release notes and changelogs for details on these releases. Download MariaDB 10.1.12 Release Notes Changelog What is MariaDB 10.1? MariaDB APT and YUM Repository Configuration Generator Download MariaDB Galera Cluster 10.0.24 Release Notes […]

The post MariaDB 10.1.12 and MariaDB Galera Cluster 10.0.24 & 5.5.48 now available appeared first on MariaDB.org.

SYS Schema: Simplified Access To SSL/TLS Details

A while back, I wrote a blog post explaining how PERFORMANCE_SCHEMA improvements in MySQL Server 5.7 provides new visibility into the SSL/TLS status of each running client configuration.  An excellent recent post from Frederic Descamps at Percona covers similar territory.  Both of us use PERFORMANCE_SCHEMA tables directly – a powerful interface, but one that requires a query joining multiple tables.  Thanks to the excellent work of Mark Leith, and a contribution from Daniël van Eeden, access to this same information is made far easier via the SYS schema.

I overlooked the SYS

[Read more]
How to get ckeditor value with tags on ajaxsubmit

If you are use ckeditor for textarea and you need to fore ajax submit or form js submit but you cant find ckeditor value in your controller or php file So first you have to update field using CKEDITORinstances so you can try to following codepre classlanguagejavascriptfor instance i

MySQL 5.7 Supported in dbForge Studio for MySQL v7.0

We are glad to announce the new release of dbForge Studio for MySQL, v7.0.

Showing entries 8973 to 8982 of 44884
« 10 Newer Entries | 10 Older Entries »