Mysql: Comments in Fields

April 9, 2008 by  
Filed under So Much Data

I never really noticed that you could create comments in your mySQL fields until now. My co-worker recently upgraded one of the web servers to have phpMyAdmin – 2.11.5.1, and the forms made the “comment” field more visible to me.

Below is a very basic table for “locations.” This simple table is for demonstration purposes only. ;)

Mysql table in PHPmyAdmin
Click on the image for a zoomed in view.
Read more

Related Products:

Beginning Database Design Solutions (Wrox Programmer to Programmer)Beginning Database Design Solutions (Wrox Programmer to Programmer)This book is intended for IT professionals and students who want to learn how to design, analyze, and understand databases. The material will benefit ... Read More >
Databases Demystified (Demystified)Databases Demystified (Demystified)Through clear language, step-by-step discussions, and quizzes at the end of each chapter, the author makes databases easy. Quickly learn the core skil... Read More >
MySQL Starter Kit (Starter Kits)MySQL Starter Kit (Starter Kits)Whether you are seeking a job or a learning to do it yourself this example packed tutorial on beginning MySQL is sure to help. This guide provides all... Read More >

Popularity: 10% [?]

FQL: Facebook Query Language

February 26, 2007 by  
Filed under So Much Data

FacebookIntroducing, FQL! What is FQL you may ask? FQL is a way to query the same Facebook data you can access through the other API functions, but with a SQL-style interface. In fact, many of the normal API calls are simple wrappers for FQL queries. All of the usual privacy checks are still applied. A typical query looks something like this:

SELECT name, pic FROM user WHERE uid=211031 OR uid=4801660

Read More about the Facebook API here.

Related Products:

Electronics For DummiesElectronics For DummiesElectronics is fascinating – want to make something of it? This book shows you how!

You can make all sorts of things, once you understand what ele... Read More >

Make: Electronics (Learning by Discovery)Make: Electronics (Learning by Discovery)

"This is teaching at its best!"

--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author of... Read More >

How to Diagnose and Fix Everything ElectronicHow to Diagnose and Fix Everything ElectronicMaster the Art of Electronics Repair

In this hands-on guide, a lifelong electronics repair guru shares his tested techniques and invaluable ... Read More >

Popularity: 23% [?]

SQL Zoo

Interested in learning about databases? Try this great interative tutorial called SQL Zoo. Here, you can learn about: SQL Server, Oracle, MySQL, DB2, Mimer SQL, PostgreSQL and Access.

Related Products:

Getting Started in ElectronicsGetting Started in ElectronicsThis is a complete electronics course in 128 pages! Author Forrest Mims teaches you the basics, takes you on a tour of analog and digital components, ... Read More >
How to Diagnose and Fix Everything ElectronicHow to Diagnose and Fix Everything ElectronicMaster the Art of Electronics Repair

In this hands-on guide, a lifelong electronics repair guru shares his tested techniques and invaluable ... Read More >

Make: Electronics (Learning by Discovery)Make: Electronics (Learning by Discovery)

"This is teaching at its best!"

--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author of... Read More >

Popularity: 9% [?]

WordPress: Error 28

March 18, 2005 by  
Filed under So Much Data, Wordpress

I got an Error 28 after posting on my WordPress blog yesterday. So I searched the Support forums to find out why. I found this helpful wiki page that showed me how I can avoid the Error 28.

“If you get this error, check all filesystems in which MySQL operates. If you followed recommendations to split datadir, tmpdir and log files into dedicated filesystems, more than one filesystem is involved. In addition, be aware that MySQL often creates temporary tables for some queries. Most of these are placed in tmpdir; however, some may be found in the database directory (e.g. ALTER TABLE). Also, ensure that sufficient free disk space is available for MySQL.”

If you get this error, running “repair table” in phpMyAdmin can fix it. Or just contact your host and let them know about the problem.

Related Products:

Understanding Basic Electronics (Softcover)Understanding Basic Electronics (Softcover)Understanding Basic Electronics
Apple TV MD199LL/A [NEWEST VERSION]Apple TV MD199LL/A [NEWEST VERSION]Apple TV MD199LL/A [NEWEST VERSION]
All New Electronics Self-Teaching Guide (Wiley Self Teaching Guides)All New Electronics Self-Teaching Guide (Wiley Self Teaching Guides)For almost 30 years, this book has been a classic text for electronics enthusiasts. Now completely updated for today?s technology with easy explanatio... Read More >

Popularity: 7% [?]