Displaying 20 results from an estimated 100000 matches similar to: "mysql cluster problem"
2006 Jan 17
6
database.yml and remote mysql database
I can''t seem to connect to a remote database. Here is what I''ve tried.
the database,username,password, and host have been changed to protect
the innocent.
development:
adapter: mysql
database: database
username: username
password: password
host: host
port: 3306
Here is the error
/usr/lib/ruby/1.8/yaml.rb:133:in `load'': syntax error on line 11, col 2:
`
2006 May 25
5
Application stops working over night: (Errno::EPIPE (Broken pipe)) is the error
I know this question gets asked a lot but I can''t seem to find the
answer when I search through the mailing list. First off here''s my set
up.
Cent OS 4.3
Apache 2.0
Fast CGI 2.4.0
Rails 1.1
Mysql 5.0
The app starts up fine, but every morning it refuses to start and gives
me the dreaded Application error untill I reload Apache. I thought my
database was timing out so I added
2010 Dec 01
4
Asterisk with MySQL Cluster
I have MySQL Cluster set up for OpenSIPS which allows for the best Redundant
High-Availability. I was wondering if it's possible for Asterisk to also
use multiple database servers for Realtime? Currently with Realtime I am
only able to point to a single IP address for a database. If that database
server goes down that Asterisk is pointed to then Asterisk won't be able to
do anything.
2006 Jun 07
2
fcgi,lighty mysql database problem
I''ve been trying to get fast cgi working for nearly a month now. Yes,
an entire month! The application starts perfect, but it will die
randomly after several hours. I have traced the problem back
to /usr/lib/ruby/1.8/mysql.rb:1042:in `flush'' This happens when the app
trys to query the database driver to see if it still has a connnection.
This causes the app to crash. Here is
2007 Mar 13
5
Mongrel cluster with one app and many mysql databases
Hi All,
I am new to the mongrel mailing list and I have a question (and I didn''t
find any answer in the archives).
I have successfully installed the apache2.2 proxy balancer with mongrel
cluster and that works just fine.
For a single rails app I have started 2 mongrels which consume about
100M (ps says 5.0% for each and I have 1G RAM). It seems a bit much but OK.
However that would
2005 Apr 01
2
CentOS 4 with MySQL 4.1
Greetings all!
I have built a new server with MySQL and have noticed that before even
doing anything
to it I found that the MySQL logins were much slower than the 4.0 server
I used prior to it.
After moving data over to it, the application, (JFFNMS) when it would
login to it would take
forever getting data from it. It would finally get to a point where
MySQL would not respond
to anything
2006 May 30
16
Is Rails a good place to start for a newb to the database
Is Rails a good place to start for a newb to the database world ??
I need to make a database that is searchable with multiple filters that
can be turned on and off at a moments notice kinda like java xhtml
dynamic loading..
I have not worked with php or mysql much more than basic scripts running
and website defaults. so I am new to the racket and want to pick
something that is robust and
2006 May 26
11
Weird Caching Issue
Hey all,
Here''s the issue... I''m not entirely sure it''s even a Cache-related issue,
but here it goes:
I''ve deployed a Rails app onto a subdomain of my clients site... The server
is running Apache2, and I''m proxying through to Lighttpd. The issue I''m
having is that I''m able to add content to the site (data exists in the db),
but
2006 May 26
8
calling render_to_string outside of controller
How can I call render_to_string outside of a controller. I''m stuck on
this. I''ve nearly got my plugin finished but I can''t seem to get this
to work. The method is in ActionController::Base but it is protected.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 08
4
rails won''t cache my action
I''ve decided to dive into page caching for my rails app. I''m doing my
testing with webbrick and it refuses to display the cached page for a
particular action. I''ve modified my paginator helper to put the page
parameter in the url so that the paginated page can be used with
caching. This works perfectly when the page parameter is in the url (ie
browse/2006/2 or
2012 Jun 05
1
Mysql cluster vs. mysql-libs
Hi,
it seems even a minimal install of Centos 6.2 now requires mysql-libs as a
dependency for postfix and cronie. When I try to install the mysql cluster
rpms from mysql.com I get a collision between the files.
Since this is the first time I get into contact with mysql cluster I wonder
if somebody has an idea how to resolve this or knows alternative packages
that don't conflict with
2006 Apr 28
35
what''s your rails wishlist?
I''ve been working with rails for a while now. Rails is the second web
framework I''ve tried. It blows the doors off catalyst (perl''s best
framework). I even just wrote my first plugin (broomstick). Ruby''s
ability to meta-program blew me away with it''s ease of use. I''ve been
so impressed with the helpers that rails uses to make a lot of
2006 Mar 20
7
strange charecters after redcloth usage
I''m using redcloth on my blog to transform my input into html. Alot of
times if I type "I''ve" I''ll wind up with "I,ve" except that it''s not a
comma but a very similar charecter. This is really killing my rss
feeds. What''s causing this? How do I fix it?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 26
4
is Client.find(params[:id]) safe?
@client = Client.find(params[:id])
I use the above line in alot of scripts because it is shown this way in
the Rails book. Is this safe. Does it use placeholders? Will it leave
me open to an SQL injection attack?
--
Posted via http://www.ruby-forum.com/.
2007 Sep 12
1
New mysql for the CentOSPlus repository includes mysql-cluster
CentOS has been distributing the Enterprise version of MySQL as part of
our CentOS Web Stack that is in the CentOSPlus repository of CentOS-4
for quite a while.
http://wiki.centos.org/Repositories/CentOSPlus/CentOSWebStack
MySQL has recently changed it's policy concerning the distribution of
it's Enterprise Sources (they no longer distribute them as a tarball):
2006 Jan 18
3
I need superman!
I have a legacy database that I can''t figure out. I''ve tried hundres of
times and spent way tooooo much time trying to figure this out. I don''t
think that rails can do it. Maybe there is a superman here who can get
this too work. I''m going to post my sql dump to produce a very simple
database. If anyone can get rails to work with this THEY WILL BE MY
2006 Aug 16
6
error with edge rails
I''ve started an app with rails 1.1.6 then ran freeze_edge. My app
will not run with rails in the vendor folder. Have I forgot to do
something? I"ve been without the internet for the last two months.
Has something changed?
2006 May 23
7
how to pull text from database and eval it?
I''m trying to add some executable code to my blog posts. How can I
include this inside of a blog post and eval it?
Charlie bowman
http://www.recentrambles.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060523/a3536408/attachment.html
2006 Apr 08
2
Is caching in rails broken or at least very flawed?
I was going to add caching to my applications, but everything that I''ve
found through google is about all of the problems everyone has had with
caching. Is is really as bad as I''ve read?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 25
1
mysql cluster database.yml setup
im trying to deploy my app on our staging server and am running into an
issue.
we have a MySQL NDB cluster for the staging box. this basically means that
the staging box should be able to use MySQL via localhost and it will
automatically know it''s in a cluster. When running queries, it will go out
to the real DB boxes instead of localhost to fetch the data.
AFAIK, the clustering setup