MySQL tutorials
Describe the column structure of a MySQL table
Contributed by qmchenry on under MySQLThe SQL command ‘describe’ allows you to view the column structure of a MySQL table. It provides a listing of the columns of a table, the type of each column, and additional information on each column.
CommentsSelect a MySQL database to use
Contributed by qmchenry on under MySQLA single instance of MySQL can hold many separate databases. It is important to specify the database to which subsequent commands will be issued.
CommentsConnect to a MySQL server using the mysql command
Contributed by qmchenry on under MySQLThe mysql command provides a text-based interface into the MySQL database server. Once connected, SQL commands can be issued to the server to make queries, create or alter databases or tables, or many other operations.
CommentsPOPULAR RECIPES
- Solve: Can't connect to local MySQL server through socket /tmp/mysql.sock
- Add a column to an existing MySQL table
- Create a MySQL user account
- Change the MySQL root user password
- Drop or delete a table in MySQL
- Display a list of databases on a MySQL server
- Create a MySQL table with a primary key
- Change a MySQL user password
- View our Top Tens
TECH-RECIPES BLOGS
- you're doing it wrong! (rant)
- thoughts of a launch psp owner (post 4 1/2 years)
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors








