En Fr
Web/database development and more...

Archives for: October 2007

10/15/07

English (US) MySQL binary log space (Debian)

Permalink 12:27:40 am, by Francois Planque Email , Categories: Linux stuff
So it turns out that what is filling up my root partition is my MySQL binary logs.A collection of fat files in /var/log/mysql ...So I had several options: Move the logs to a different partition Increase the size of the root partition D… more »

English (US) Linux root partition full

Permalink 12:19:48 am, by Francois Planque Email , Categories: Linux stuff
Oh my... nothing puts a server down on its knees more than a root partition with 0% free space. Oh well, ok, maybe being dugg beats it. But still, when you have a full partition, you're in trouble... First thing is to find what is using that much spac… more »

10/12/07

English (US) About Apple Design

"Apple's design is supposed to be the ultimate perfection in 21st century computing. We should all learn from them." I get that a lot when discussing b2evolution's user interface (which, btw, I like to think has improved significantly in version 2.0.… more »

10/01/07

English (US) What's my MySQL version number?

Permalink 04:44:56 pm, by Francois Planque Email , Categories: mySQL
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