Tag Archives: mysql

Use INFORMATION_SCHEMA to find data about your database

Have you ever been in this situation?  You’re the new developer for a database powered application and you have to figure out what tables contain a specific column?  Or maybe you’ve got a legacy database that needs it’s stored procedures … Continue reading

Posted in database, development, internets, SQL | Tagged , , , , , , , , , , , , , | 1 Comment

Eleven Coldfusion-ish tips from the field

I’ve had this running list of Coldfusion tips on my wall for the last few years and it’s time to get these online.  All of the items in this list came from Coldfusion projects over the last few years, but … Continue reading

Posted in adobe, coldfusion, database, tips and tricks | Tagged , , , , , , , , , , , , , , | 10 Comments

Invalid token ‘void’ in class, struct, or interface member declaration

EDIT : After finishing this post I ran into all sorts of other strange issues and restarted using a Web Appliction instead of a plain old Website.  Between IntelliSense not showing any classes, to project reference issues, I couldn’t figured it … Continue reading

Posted in .net, C#, development, hack, microsoft, tips and tricks, Visual Studio | Tagged , , , , , , , | 3 Comments

Copy a MySQL database to your local MySQL machine

Here’s one way to copy a MySQL database from one server to another using phpMyAdmin, and the MySQL command line client. Requirements : MySQL 5.x installed on your local machine MySQL command line client on your local machine Access to … Continue reading

Posted in command line, database, SQL, tips and tricks | Tagged , , , , , , , , | Leave a comment