January 1, 2010 - 9:12 am
Tags: mysql, opensource
Posted in Computers | No comments
Here are the steps to perform a clean un-install of MySQL from your Mac.
Execute the following commands at the Terminal
Open /etc/hostconfig file in a text editor and remove the following line
MYSQLCOM=-YES-
That’s all.
Possibly Related posts:Rails: Error with MySQL in welcome screen After installing rails, to test it, I created a rails…
Installing LAMP in Ubuntu Following are [...]
November 26, 2009 - 3:21 pm
Tags: Computers, musing, opensource
Posted in Computers | No comments
I am writing this post using WriteRoom, one super working space on my new laptop Macbook Pro. I got this one as one major purchase after I landed in US.
I gave up my only companion the PC, to which I have been faithful since my beginning days in computers for a new Mac. Why did [...]
May 25, 2009 - 8:57 am
Tags: opensource, rails
Posted in Programming | 3 comments
To fix the error, “This application has failed to start because LIBMYSQL.DLL was not found. Re-installing the application may fix this problem.” while working on rails using mysql as the database,
Copy the libmysql.dll found in the mysql installation directory (mysql\bin) and paste it in your ruby installation directory (ruby\bin)
Restart the server and viola, the error is fixed.
Possibly [...]
May 4, 2009 - 9:59 pm
Tags: opensource
Posted in Open Source | 1 comment
Here is a nice video on what we mean, when we say Free…
Possibly Related posts:Free! Free, I have broken free, free from proprietary software in…
Free Software I am writing this post using WriteRoom, one super working…
April 28, 2009 - 8:15 am
Tags: opensource, rails, rake
Posted in Open Source, Programming | 4 comments
Trying out a sample application using rails, I faced a problem, getting the database tables created (migrated) using ‘rake’. Running the command
1
rake migrate
threw the following error
1
2
3
4
5
(in /home/rajesh/Programming/rails/todolist)
rake aborted!
Don’t know how to build task ‘migrate’
(See full trace by running task with –trace)
The search on internet forums only said that ‘rake migrate’ should do the job, but [...]
Free, I have broken free, free from proprietary software in my personal life.
I have decided to use only software that are free. Making that move wasn’t that easy, got to leave the comfort of Windows and MS Office, the one’s I have been used to since I started using computers. I have not broken [...]
After installing rails, to test it, I created a rails application using the following command at the command prompt.
1
rails -d mysql todolist
Pointing to http://localhost:3000 displayed the expected Welcome message.
But then clicking on the About your application’s environment displayed a error message like below.
That’s the least thing I expected. Digging into the development.log file located in [...]
October 13, 2008 - 12:25 pm
Tags: geek code, opensource
Posted in Open Source | No comments
Here goes my geek code as from www.geekcode.com
—–BEGIN GEEK CODE BLOCK—–
Version: 3.1
GCS/IT/S d+()@>- s:+ a—– C++$ UL P L+ E— W++ N- !o– K- w++$ O– M- !V– PS PE Y PGP+ t !5– !X !R tv+ b++ DI D G e++ h– r– y–
——END GEEK CODE BLOCK—–
Edit: I found a site where you [...]
October 3, 2008 - 11:54 am
Tags: opensource, ubuntu
Posted in Open Source | No comments
Starting out on the Open Source fever, I installed Mandriva, Suse and finally have settled with Ubuntu after two days of fighting over which distribution to go with. But Ubuntu doesn’t ask a lot of questions during install, about what to install and where to install grub etc.
After installing Ubuntu, I saw that it had [...]
April 6, 2008 - 2:16 pm
Tags: linux, opensource
Posted in Open Source | No comments
My first PC was a P II @266MHz system, with 8 GB HDD and a whooping 32 MB SDRAM. It was by and large a nice configuration then I could easily accommodate Windows 98 in 1 GB and the remaining space was for me to load songs, NFS, games and all goodies.
I used to read [...]