-
Archives
- May 2019
- October 2018
- February 2016
- January 2016
- October 2014
- March 2014
- August 2012
- April 2012
- January 2012
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- November 2009
- October 2009
- September 2009
- September 2007
-
Meta
Tag Archives: MySQL
10 dicas estúpidas para o MySQL
10 dicas simples para tornar seu dia-a-dia com MySQL mais simples. Continue reading
10 stupid tips for MySQL
Você pode ler este post em português também. Hello! The April’s post brings 10 stupid tips for day-by-day work with MySQL. Let’s see them: Use a .my.cnf file in your homedir with user/password data: [client] user=root password=my_p@ss-w0rd End your commands … Continue reading
MySQL: Copy only the structure of table
Você pode ler este post em português também. Hello! Last month I had to copy the structure of a table to a new one. More than two people were surprised with the way and ease which I did it, so … Continue reading
MySQL: Copiar somente estrutura de uma tabela
You can see this post in english too. Olá! No último mês precisei copiar a estrutura de uma tabela para uma nova. Como mais de duas pessoas ficaram surpresas com a forma e facilidade com a qual fiz isso, decidi … Continue reading