steliosd
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by steliosd-
] [RoR.pm REVISION] For cPanel's Ruby on Rails area to allow Rails 4 applications to be installed, please follow these instructions: cp /usr/local/cpanel/Cpanel/RoR.pm /usr/local/cpanel/Cpanel/RoR...
-
I followed this guide to install Rails and Passenger. When I go to myapp.mydomain.com I get the following rails page: "The page you were looking for doesn't exist. You may have mistyped the addre...
-
Has anybody tried to create a ruby on rails application in a subdomain? Lets say that in the domain
-
Sorry but I quite don't get it. You mean something like this: WHERE (( (kouponidb_kino_wins_xls.winners > '0') AND kouponidb_kino_wins_xls.timestamp >=(DATE_FORMAT(ADDTIME(FROM_UNIXTIME(kouponidb...
-
Can you please give me an example how this query should be?
-
When my server load reaches 30-40 out of 12 processors, top command looks like this: top - 16:40:29 up 105 days, 20:20, 2 users, load average: 15.52, 10.86, 11.32 Tasks: 607 total, 132 running, ...
-
Which indexes should I have for the following queries? SELECT COUNT(*) AS expression FROM (SELECT kouponidb_kino_wins_xls.drawNo AS drawno, kouponidb_kino_wins_xls.timestamp AS kouponidb_kino_win...
-
Hi, thanks a lot for you help once again!I really appreciate it. The code isn't mine that's why I am struggling to find out what is going on.. I have changed indexes again as you suggested, except ...
-
Ok i removed full_id from the indexes and now i have Index_2,betgame_id_status as possible_keys but key field still remains null in explain extended output.
-
Hi!Could you please assist me with the following problem? I have this query: SELECT x.id, x.home_team, x.visit_team, x.code, x.start_timestamp, d.rec_time, d.bet_field, d.from_value, d.to_value, d...