gregs

helping me remember what I figure out

June 29, 2006
by gregs
0 comments

AUTO INCREMENT

Since the MySQL Query Browser on my Mac refused to let me set a field as auto increment through the GUI, here's how you can using SQL change an existing column to use auto_increment: PLAIN TEXT SQL: ALTER TABLE `aggregatedWeekly` … Continue reading

October 17, 2000
by gregs
0 comments

Configuring MyODBC on NT

This is effectively part II of configuring MySQL for NT. With the help of this document you will be able to access your MySQL database server from other Windows applications (e.g. Cold Fusion). Right so let's get started. We shall … Continue reading