Categories: Databases, mySQL
10/01/07
What's my MySQL version number?
In order to determine which MySQL version you're running you can type the following command: mysql -V
Sample results:
# mysql -V
mysql Ver 14.7 Distrib 4.1.11, for pc-linux-gnu (i386)
# mysql -V
mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu… more »
Tags: mysql
01/25/06
The Java Generation and the lost art of programming...
"A sure sign of my descent into senility is bitchin' and moanin' about "kids these days," and how they won't or can't do anything hard any more."
So goes the intro to Joel's "The Perils of JavaSchools".
Higly relevant and highly recommended, as us… more »
