Archive for the 'Uncategorized' Category
Inspiration!!
You can’t wait for inspiration. You have to go after it with a club.
- Jack London
Fixing “InnoDB: Error: log file ./ib_logfile0 is of different size” Error
So you wanted to change the value of “innodb_log_file_size” on your mysql server.
As it happens, you can’t just change it the “my.cnf” file, restart and make it work. If you do, Mysql will refuse to start and throw this error instead. You can the details of the startup error in your mysql error log file.
To safely change this setting follow these steps
- Shutdown your mysql server, make sure to check the error log that the shutdown had no issues
- Move the “ib_logfile0″ and “ib_logfile1″ files from your mysql data directory.
- Change “innodb_log_file_size” to your desired setting.
- Restart mysql. Check the error log to make sure everything started successfully, mysql may complain that the log files don’t exist, it will make new ones and start.
Make sure if you are changing things on a production server, you take due care of the mysql downtime due to the changes and restart, and have backups to recover quickly in case something goes wrong.
Surprising Yourself!!
With every strip my goals is to surprise myself. If I’m not surprised, the reader surely won’t be either. The surprises are usually fairly small, so it’s a real delight when an idea pops in from Pluto.
by Bill Waterson
I was reading Calvin and Hobbes recently and came across this foot note.
Vim Fu: Deleting in vim
I am more of a textmate person, but have to deal with vim on and off, so heres a good trick i learnt recently. Stuff like deleting till the end of the file, or delete from current line to the beginning of the file. Such things come really handy sometimes, here is a list.
Octathorpe grows \o/
Its been quite a while since I’ve used this space. WTH, been busy. Any who, WE ARE GROWING
.. And I couldn’t be more excited.
Kashyap and I had gone recruiting about a month back to Alma Mater, VIT and out of 150 candidates we have choosen two amazing developers. They show up in Hyderabad on the 15th and I couldn’t more excited.
Interesting times lie ahead.
Arthur C. Clarke’s three law of prediction
Well, I guess we have seen enough to know these laws apply in most places
Its always been a level playing field
Something I realized in the past week or so.
In business, its always a level playing field. If you are passionate about what you do, there is nothing really stopping you from doing what you want.
Especially, in this day and age, everybody can be the next google or microsoft, and everybody plays by these same rules as you or any other startup.
So get out there, have an idea ? Go ahead make it a reality.