Showing entries 9381 to 9390 of 45392
« 10 Newer Entries | 10 Older Entries »
MySQL for Visual Studio 1.2.6 has been released

The MySQL Windows Experience Team is proud to announce the release of MySQL for Visual Studio 1.2.6. This is a maintenance release for 1.2.x. It can be used for production environments.

MySQL for Visual Studio is a product that includes all of the Visual Studio integration functionality to create and manage MySQL databases when developing .NET applications.

MySQL for Visual Studio is installed using the MySQL Installer for Windows which comes in 2 versions:

  • Full (150 MB) which includes a complete set of MySQL products with their binaries included in the downloaded bundle.
  • Web (1.5 MB – a network install) which will just pull MySQL for Visual Studio over the web and install it when run.

You can download MySQL Installer from our …

[Read more]
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]
Showing entries 9381 to 9390 of 45392
« 10 Newer Entries | 10 Older Entries »