Wednesday, October 15, 2014

MySQL Informational Links (Not really tutorial stuff)

MySql Database Links


Informational Links (Not really tutorial stuff)

How to change a column's size or type in MySQL
How to change a column's size or type in MySQL

How to Change a Column Name in MySQL
How to change the name of a column in a MySQL database

Geometry Functions in PHP
PHP Functions that deal with geometry, and how to use them in your programming

Getting Started with MySQL
Just the basics you need to learn MySQL.

Learn MySQL: Understanding MySQL
Before you start learning SQL commands, it is important to understand these concepts about how a database is organized, and what data it can hold.

Learn MySQL: Create a Database in MySQL
How to create a new database in MySQL using SQL code or phpMyAdmin.

Learn MySQL: Creating tables in MySQL
Learn to create tables in a MySQL database through phpMyAdmin or through a command line.

Learn MySQL: Managing MySQL data
Manage your MySQL database by adding data, editing data, searching data, and removing data.

Learn MySQL: Using MySQL Joins
Learn how to use MySQL joins to create dynamic reports from data spanning across multiple tables.

Learn MySQL: Ordering MySQL Data
How to sort your MySQL data using a SQL Order By statement

Altering Existing Tables
How to use the MySQL alter table command, and what to combine it with to do different things to your existing tables.

Backup & Restore MySQL Databases
Backup and restore MySQL databases from a command prompt or phpMyAdmin

How to change the size of a MySQL column.
You may need to change the size of a table in MySQL after you've made the database. This free tutorial shows you how to do it.

No comments:

Post a Comment