Monthly Archives: November 2007

MySQL | Create a new database

To create a new MySQL database follow this steps: 1. Access to MySQL console using a privileged user, in this case root: Linux console $ mysql -u root -p 2. Create database. Linux console mysql > CREATE DATABASE ”databasename”; Now, … Continue reading

Posted in MySQL, Tips | Leave a comment

CentOS 5 | NTFS support for Linux

Hi All, After three hours finally my Linux box is able to mount NTFS partitions. Check this link: Linux-NTFS RPMs Documentation. Is really simple, you only need to download the appropriate RPM file. By the way, it just works fine … Continue reading

Posted in Fedora, FLOSS, Sistemas Operativos, Tips | Leave a comment