Article :: Working with Data in MySQL
Virtually everything you do in MySQL involves data in some way or another because the purpose of a database management system is, by definition, to manage data. This chapter will help you get started...
View ArticleArticle :: MySQL SQL Syntax and Use
This chapter provides an overview of the naming conventions and other syntax necessary to work in MySQL. Going through this chapter will also help you to get started in SQL by teaching you various...
View ArticleArticle :: MySQL Query Optimization
Database management systems implement abstract concepts but do so on real hardware bound by real physical constraints. As a result, queries take time—sometimes an annoyingly long time. Find out how to...
View ArticleArticle :: MySQL Overview and New Performance-Related Features
This chapter provides an overview of the various MySQL iterations, and how they are covered within the rest of the book, along with the environments in which they were used for the book. Finally, there...
View ArticleArticle :: An Overview of MySQL Query Browser's Features and Capabilities
This chapter discusses MySQL Query Browser, a client program that provides a graphical interface to the MySQL server for querying and analyzing data.
View ArticleArticle :: Alternatives to LAMP
The LAMP configuration (Linux, Apache, MySQL, and PHP) is familiar to the open source universe. But just because this combination of products is comfortable, that doesn't mean that it provides the best...
View ArticleArticle :: Retrieving Data Using the MySQL SELECT Statement
Chris Newman explains how to use a SELECT statement to fetch records from a MySQL database.
View ArticleArticle :: Using MySQL Programs
Let the creators of MySQL give you a brief overview of the command-line programs provided by MySQL. They also discuss the general syntax for specifying options when running these programs.
View ArticleArticle :: PHP's Building Blocks: Data Types, Literals, Variables, and Constants
Marko Gargenta and Ellie Quigley discuss the basic building blocks of all languages: data types. They teach how to work with different types of numbers, strings, and booleans. Variables, HTML forms,...
View ArticleArticle :: Creating an Online Storefront in PHP, MySQL and Apache, Part 1
Learn the design process behind a simple discussion forum.
View ArticleArticle :: Creating an Online Storefront in PHP, MySQL and Apache, Part 2
In Part 2 of this chapter, you’ll learn the design process behind a simple discussion forum; specifically, displaying the topic list.
View ArticleArticle :: Creating an Online Storefront in PHP, MySQL and Apache, Part 3
Learn the design process behind a simple discussion forum.
View ArticleArticle :: Creating an Online Storefront in PHP, MySQL and Apache, Part 4
Learn the design process behind a simple discussion forum.
View ArticleArticle :: Data Types in MySQL
Learn the types of data values that MySQL can handle and the issues involved in working with those types.
View ArticleArticle :: Accessing Your MySQL Database from the Web with PHP
In this chapter, learn how to access a database from the Web using PHP, read from and write to the database, and filter potentially troublesome input data.
View ArticleArticle :: PHP and MySQL Web Development: Ajax Basics
Here are the basics of Ajax programming for PHP and MySQL applications.
View ArticleArticle :: Sams Teach Yourself PHP and MySQL Video Learning: Working with...
This video excerpt is lesson 5 from Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit.
View ArticleArticle :: Sams Teach Yourself JavaScript and Ajax Video Learning: A...
This video excerpt is lesson 23 from Sams Teach Yourself JavaScript and Ajax: Video Learning.
View ArticleArticle :: SQL Fundamentals (Video Training): Introduction to MySQL Interfaces
This video excerpt is from SQL Fundamentals LiveLessons Bundle (Video Training).
View ArticleArticle :: SQL Fundamentals LiveLessons (Video Training): ANSI SQL Select...
This video excerpt is from SQL Fundamentals LiveLessons Bundle (Video Training).
View ArticleArticle :: Working with MariaDB
In this chapter, you learn how to connect and log in to MariaDB, how to issue MariaDB SQL statements, and how to obtain information about databases and tables.
View ArticleArticle :: End-to-End JPA Collections with MySQL, Part 1
Having difficulty getting your JPA collection code up and running? Stephen Morris demonstrates an end-to-end, working example of a JPA collection in this first part of a two-part series.
View ArticleArticle :: End-to-End JPA Collections with MySQL, Part 2
Stephen Morris provides simple, end-to-end working code illustrating how to modify JPA collection code. Also, the area of MySQL stored procedures is looked at, using some simple examples in this the...
View ArticleArticle :: Working with Arrays in PHP and MySQL
This chapter presents the most important problems you’ll have to solve when working with arrays—and, of course, solutions for these problems.
View ArticleArticle :: Using SQL to Manage Data
SQL is the means by which you tell the server how to perform data management operations, and fluency with it is necessary for effective communication. This chapter covers how to use SQL to manage data,...
View Article