Showing entries 8511 to 8520 of 44147
« 10 Newer Entries | 10 Older Entries »
Which MySQL datatype use for store an IP address

If you want to store IP address in mysql database then dont mistake to use varchar datatype because you can use INT UNSIGNED 4BYTE datatype using integer datatype you can save more space in databasewhen you fire insert query at that time use INETATON and select query at that time INETNTOA

Which MySQL datatype use for store an IP address

If you want to store IP address in mysql database then dont mistake to use varchar datatype because you can use INT UNSIGNED 4BYTE datatype using integer datatype you can save more space in databasewhen you fire insert query at that time use INETATON and select query at that time INETNTOA

Mysql Hexadecimal color code store in binary datatype

If you have thousands of record store that time database size would be large but you can some field can save your number of bites in the databaseyou have color field then most of you choose string6 data type and you wast 6 bites on every record but you can save number of bites data by using B

Mysql Hexadecimal color code store in binary datatype

If you have thousands of record store that time database size would be large but you can some field can save your number of bites in the databaseyou have color field then most of you choose string6 data type and you wast 6 bites on every record but you can save number of bites data by using B

How to get Lat and Lon from google map API in Jquery PHP

if you are working on php asp or any other framwork and you want to integrate google API and also you want to get Latitude and Longitude for location we have mostly fetch some problem when we set google map because i tried and i also fetch problem but i am giving you with search location and get

How to add pagination with union in Laravel 4 and Laravel 5

You are using union and you want to give pagination but you cant give i also fetch that problem if you use union with pagination you have to create pagination manually using Paginator Class if you are using Laravel 4 then you can use Paginator Class library and if you use Laravel 5 then you hav

Server Monitoring with Munin and Monit on Ubuntu 14.04 LTS

This tutorial will show you how to monitor an Ubuntu 14.04 server with Munin and Monit. Munin produces nice graphs about nearly every aspect of your server, whereas Monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that let you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.

How to create a text file for JSON and file download in Laravel

If you want create your own text file html file css file php file json file etc in Laravel then we do not need to use any PHP library or Class because Laravel Framwork Provide its own File Facade File Class through you can create your own html file txt file php file etc as you want File F

Recover corrupted or crashed MySQL database online

Earlier before we blogged about ways to recover corrupt MySQL database with TwinDB Data Recovery Toolkit. However learning curve of the toolkit is rather steep. It takes time to get familiar with InnoDB internals and the tool. And let’s be honest nobody gets prepared for data loss – people who prepare for disaster recovery take and verify backups. So when an accident happens precious time has to be spent on learning and scripting.

At TwinDB we automate everything. With data recovery automation is not straightforward, but we did it. In the post I will show how to recover corrupted MySQL database in the fastest possible way.

MySQL Data Recovery Portal

MySQL Data Recovery Portal is a web interface to TwinDB …

[Read more]
Web Security: SHA1 SSL Deprecated

You may not be aware that the mechanism used to fingerprint the SSL certificates that  keep your access to websites encrypted and secure is changing. The old method, known as SHA1 is being deprecated – meaning it will no longer be supported. As per January 2016 various vendors will no longer support creating certificates with SHA1, and browsers show warnings when they encounter an old SHA1 certificate. Per January 2017 browsers will reject old certificates.

The new signing method, known as SHA2, has been available for some time. Users have had a choice of signing methods up until now, but there are still many sites using old certificates out there. You may want to check the security on any SSL websites you own or run!

To ensure your users’ security and privacy, force https across your entire website, not just e-commerce or other sections. You may have noticed this move on major websites over the last …

[Read more]
Showing entries 8511 to 8520 of 44147
« 10 Newer Entries | 10 Older Entries »