Posts Tagged ‘mysql’

MySQL tips and tricks

Tuesday, May 26th, 2009

As might have been inferred from earlier posts, I’m not exactly a star when it comes to MySQL, therefore I’ve learned some neat stuff during the past months, working with legacy code.... Read More

The missing fluent MySQL wrapper

Thursday, April 30th, 2009

I just got a mail from John Fraboni, asking about that MySQL wrapper I’m using in my Zend AMFPHP tutorial. ... Read More

Smarty + Doctrine = Smoc

Wednesday, February 18th, 2009

So I’m back to the Smarty and Doctrine combination, for the past two days I’ve been working on a simple newsletter application using what I now call Smoc, it’s a play on the words Smarty and Doctrine. The zip contains both Smoc and the application.... Read More

Simple Doctrine model to MySQL script

Monday, February 16th, 2009

I’m a bit rusty, after scouring the Doctrine manual for the import functions I found a script of my own that I totally had forgotten:... Read More

PHP import and export

Wednesday, May 21st, 2008

God how I hate Webmin. No wonder everyone is using phpMyAdmin, everyone except my admin of course.... Read More

Making BigDump like mysqldump

Friday, February 22nd, 2008

Update: See Alexey’s comment at the bottom, it seems like I missed reading some important info at the top of the bigdump file.... Read More

MySQL user setup in Webmin

Tuesday, December 18th, 2007

I recently had to setup a new database user in Webmin for a project using Joomla 1.0.13. ... Read More

XAMPP on Suse

Monday, October 15th, 2007

What do you do if you have a lazy no good linux admin that won’t do as he is told and you want him to enable pdo, mod_rewrite and more? Well Linux nerds are a stubborn bunch so don’t bother threatening, pleading or bribing, if the admin in question doesn’t feel like doing as he is told he won’t. That the useless nerd is actually getting paid to do stuff like this is apparently completely irrelevant.... Read More