My Articles
Programming
Load CSV data into mysql
July 21, 2012

Hey folks, two posts in a day!!! Anyway this is a small tip on how to upload a CSV file in mysql using the command line. First  you need to enable an option on your mysql while accessing it in the usual way : mysql -u "myuser" -p"mypass" –local-infile=on This prevents mysql to raise security […]

General
Remove MySql from Ubuntu Startup
November 27, 2011

As a developer, sometimes I need to run some CMS on my laptop, so I installed what is, in my opinion, the best combination to run a website Apache and MySql, but why do I need Mysql on startup? It’s unnecessary, so let’s remove from our machine startup: First of all, open the mysql configuration […]

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close