background preloader

MySQL

Facebook Twitter

Change or recover MySQL root password. Protect sensitive Web site data by encrypting information with MySQL. Securing Web site data stored in MySQL from hackers or snoopers is a critical concern, both to avoid unauthorized use or damage to your application and to retain your competitive advantage.

Protect sensitive Web site data by encrypting information with MySQL

MySQL comes with a variety of encryption functions designed to offer you just this type of security. If you're running a Web application using MySQL, chances are good that it has passwords or other sensitive data stored somewhere within it. MySQL Basics In Pictures: Getting Started. Introduction. MySQL is currently the most popular open source database server in existence.

Introduction

On top of that, it is very commonly used in conjunction with PHP scripts to create powerful and dynamic server-side applications. MySQL has been criticized in the past for not supporting all the features of other popular and more expensive DataBase Management Systems. MySQL Database Design: General hints and tricks. A basic tutorial on MySQL Database Design.

MySQL Database Design: General hints and tricks

This article will take a look at several areas of MySQL Database Design to consider when creating an application with MySQL. We'll look first at some guidelines for how data should be grouped into tables. We'll look at how tables can set up to be more efficient than if we simply use default values or any data type that happens to fit the values we will be entering. We'll also take a look at some some utilities that MySQL has available to help in setting up tables well.

Basic MySQL Commands.