Archive

Archive for the ‘mysql’ Category

MySQL databases backup using mysqldump

November 8th, 2008 No comments

A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote servers – E-mail logs.

more …

Categories: mysql Tags:

Google Code University

March 21st, 2008 No comments

This website provides tutorials and sample course content so CS students and educators can learn more about current computing technologies and paradigms. In particular, this content is Creative Commons licensed which makes it easy for CS educators to use in their own classes.

  • AJAX Programming
  • Distributed Systems
  • Web Security
  • Languages (C++, Java, Python)
  • Tools 101 (mysql, scm)

more …

Categories: it, linux, mysql, python, webdesign Tags:

Reset Forgotten MySQL Root Password

March 10th, 2008 No comments

via howtoforge.com

Have you ever forgotten the root password on one of your MySQL servers? No? Well maybe I’m not as perfect as you. This is a quick h00tow (how to) reset your MySQL root password. It does require root access on your server. If you have forgotten that password wait for another article.

more … 

Categories: mysql Tags: