Showing entries 8141 to 8150 of 44045
« 10 Newer Entries | 10 Older Entries »
How to fetch this week records in MySql

If you require to get all the records of current week using mysql query for example you have one table items and columns are id title description createdat and updateat Now you want to get all records of this week so you can fetch fields value using DATESUB and INTERVAL of mysql In follo

How to remove empty values from array in PHP

you have array with empty value and you want to remove all empty value from that array without loop you can remove your all empty value from array without loop PHP arrayfilter function through you can remove all empty value you can do both way try and see following example how to do this stro

How to revoke git add before git commit

Sometimes you need to undo your git file before you git comment command Because you made a some misteck or wrong code and you did git add using git add command then you think how to undo your code before git commit command But you can do that using git reset command if you need to undo all fi

SCALE14x trip report

SCALE14x was held at Pasadena, Los Angeles this year from January 21-24 2016. I think its important to note that the venue changed from the Hilton LAX — this is a much bigger space, as the event is much bigger, and you’ll also notice that the expo hall has grown tremendously.

I had a talk in the MySQL track, and that was just one of over 180 talks. There were over 3,600 people attending, and it showed by the number of people coming by the MariaDB Corporation booth. I spent sometime there with Rod Allen, Max Mether, and Kurt Pastore, and the qualified leads we received were pretty high. Of course it didn’t hurt that we were also giving away a Sphero BB-8 Droid.

The …

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

Showing entries 8141 to 8150 of 44045
« 10 Newer Entries | 10 Older Entries »