MySQL tutorials
Show or list tables in a MySQL database
contributed by webgod on February 22, 2005 under MySQLOnce you have selected a database, you can list the tables in it by using the show command.
MySQL dump import -> Error 1217
contributed by dionak on December 20, 2004 under MySQLWhen using innodb tables and foreign key constraints, importing a mysqldump can sometimes generate foreign key errors.
Solve: Can’t connect to local MySQL server through socket /tmp/mysql.sock
contributed by qmchenry on October 31, 2004 under MySQLA frequent error message received when using the mysql command line utility is: Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ While this error message can be frustrating, the solution is simple.
Use regular expressions in MySQL SELECT statements
contributed by qmchenry on June 30, 2004 under MySQLA very cool and powerful capability in MySQL and other databases is the ability to incorporate regular expression syntax when selecting data. The regular expresion support in MySQL is extensive. This recipe reviews regular expression use in MySQL and lists the supported regular expression metacharacters.
Delete a column from an existing MySQL table
contributed by qmchenry on March 18, 2004 under MySQLThe SQL command in this recipe removes a column and the column’s data from an existing MySQL table.
Modify an existing MySQL column
contributed by qmchenry on February 8, 2004 under MySQLThe best laid plans of mice and DBAs oft go awry, so it is sometimes necessary to change the characteristics of a column after it exists and contains data. Beware whenever you make changes to your database — always make a backup first.
Add a column to an existing MySQL table
contributed by qmchenry on under MySQLMySQL tables are easy to extend with additional columns.
RECENT POPULAR 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
- Drop or delete a table in MySQL
- Create a MySQL table with a primary key
- Change the MySQL Root User Password
- Display a list of databases on a MySQL server
- Save MySQL query results into a text or CSV file
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer






