-
Archives
Categories
Tags
adobe ads air andengine android api apps app store bada blackberry books business cocos2d cocos2d-x debug distimo download error Even Or Odd facebook flash games google howto ide inneractive interview iphone libgdx linux mac money motodev motorola ndk playbook plugin report revenue ruby sdk twitmyplace webos windows wordpress
Monthly Archives: July 2012
Annual income report – 2012
It’s the earnings report of my first year. Well, in July 2011 I published my first game (Even Or Odd), and on November 2011 I released my Second games (Morra MatchSticks). Both run on Android.
Posted in business, news
Tagged ads, android, blackberry, books, business, Even Or Odd, games, interview, matchsticks, money, morra, playbook, report, revenue
2 Comments
Income report #12
Hi. This is the twelfth of a series of reports that I will post each and every month summarizing my progress. June 2012 earning performance was the best one up to now.
How to solve error rake aborted! Unknown database ‘mysite_development’
In the beginning of my Ruby On Rails project I tried to run migration command
|
1 |
rake db:migrate |
and got the error bellow:
|
1 2 3 4 |
rake aborted! Unknown database 'mysite_development' Tasks: TOP => db:migrate (See full trace by running task with --trace) |
How to solve – Can’t connect to MySQL server on ‘localhost
Yesterday I started developing a site using Ruby On Rails with MySQL database. When I tried to connect to MySQL I got error message
|
1 |
Can't connect to MySQL server on 'localhost' (10061) |
