-
Archives
- January 2024
- March 2023
- July 2022
- February 2017
- January 2015
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- December 2013
- August 2013
- May 2013
- March 2013
- June 2012
- May 2012
- April 2012
- August 2011
- July 2011
- June 2011
- April 2011
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
-
Meta
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