Displaying 20 results from an estimated 8000 matches similar to: "csv/Rails 3/ruby 1.9.2p0/mysql encoding problem"
2009 Jul 28
1
complex find
I have
class Debtortrans < ActiveRecord::Base
has_many :debtortranstaxes, :foreign_key =>
''debtortransid'', :class_name => ''debtortranstaxes''
belongs_to :debtor, :foreign_key => ''debtorno''
and
class Debtortranstaxes < ActiveRecord::Base
belongs_to :debtortrans, :foreign_key =>
2003 Apr 24
2
printing hhheeeellllpppp
Hello users of the wine!
I have a problem with printing in the wine! I am testing with cups but I
not obtained to make to function! somewhere could help me!
felipe Debtor
--
POP. Nem parece internet gr?tis.
Seja POP voc? tamb?m!
Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador.
2015 Jan 20
1
Mailbox password change problem on realtime engine
Hello,
I am struggling with what seems a common unresolved problem, changing the
password from voicemailman when using a realtime engine (adaptive_odbc in
my case, connected to mysql).
I have seen messages dating back to 2007 with this problem and the last one
was bug 5168, reported as closed, but without explaining the fix
2011 Apr 11
1
Regression model with proportional dependent variable
Hello, dear experts. I don't have much experience in building
regression models, so sorry if this is too simple and not very
interesting question.
Currently I'm working on the model that have to predict proportion of
the debt returned by the debtor in some period of time. So the
dependent variable can be any number between 0 and 1 with very high
probability of 0 (if there are no payment)
2015 Feb 23
0
Dynamic Music on Hold
On 2/23/15 3:03 AM, Yaron Nachum wrote:
> Hello everyone,
> I am trying to activate Music On Hold using DB on Asterisk 13.
> It works fine but in order to use new Music On hold definitions I have
> to reload the moh module.
>
> - The following is my configuration in extconfig.conf - I added the
> following line:
> musiconhold.conf => mysql,asterisk,bit_ast_config
>
2009 Sep 08
2
Realtime static with Asterisk 1.6.1.6
I just upgraded from 1.6.0.14 to 1.6.1.6 and now my realtime static
configuration for extensions.conf will not load. All other realtime
configs work (SIP, IAX2, Voicemail). I cannot find any reference or
documentation about the structure of the realtime static database for
1.6.1.x but I have used the same table structure since 1.4.x.
CREATE TABLE `ast_config` (
`id` int(11) NOT NULL
2010 Aug 14
6
best ways to do mysql backup
we have multiple servers approx 10 and each has about 100 GB of data in
the /var/lib/mysql dir , excluding tar , mysqldump and replication how do we
take backup for these databases on to a remote machine and store them
datewise , ( the remote machine is a 2TB HDD )
currently tar is not feasible as the data is too huge and the same goes
with mysqldump
suggestion will be of great help
--
2013 Jun 12
0
Best way to set database connection collation in rails?
Hello, I want to change the connection collation that rails uses but I''m
unsure of exactly what the best way to do this is. Everything in MySQL -
the server, database and all tables are set to utf8_unicode_ci collation,
but the connection collation in rails still appears to be utf8_general_ci
(the default?). We are using the mysql2 adapter.
I''ve seen a couple of possible
2014 Nov 10
3
backup incrementals on mysql
Hi all.
I usally make backups of databases mysql.
I make buckups of all datbase for example:
mysqldump -u user -ppassword name_db > backups.sql
also I make backups just its schema for example
mysqldump -u user -ppassword name_db --no-data > backups.sql
but now I need a backups incrementals, because the size of DB is very big
(500 mb)
How to make this?
regards
--
*Atte.
2012 Mar 05
5
cron job not running
hello list,
I am attempting to backup a centos 5.4 (x86_64) server running mysql
with a cron job. Here's how the cron job looks:
[root at cloud:/home/bluethundr/backupdb] #crontab -l
* 3 * * * /usr/bin/mysqldump jfwiki >
/home/bluethundr/backupdb/wiki-$(date +%Y%m%d).sql
However if I run the command from the command line it seems to work fine.
If I grep syslog for cron this is what
2014 Aug 11
2
Question about dump on MySQL
I need export an registers of a data base from command line.
It is possible with mysqldump?
for example:
mysqldump -u user -ppass db "select *from users where id=20" ???
thank
2014 Aug 13
2
MySQL - replication - how to restore master?
Hello,
We have MySQL running as a master which is replicating to a single slave
server. We are, however, considering what is required when a 'disaster'
of some sort happens to either server. By disaster, this could be some
event which requires the entire server to be rebuilt, and which would
usually include restoring from nightly backups directories such as
'/var/lib/mysql' and
2009 Jul 02
2
Apostrophe display issue in view file.
Hi folks,
I have some user name with Apostrophe, where these names are displayed
in view files with some unwanted characters instead of Apostrophe.
For example,
Bottom''s Profile page is the original string and it is displaying in
browser like this.
Bottomn’s Profile page.
Can any one suggest how to overcome this, or how to identify this
special character.
FYI, this
2006 Jan 22
3
dumping out mysql data only (no structure)
Is it possible? It is mentioned in AWDWR but I cannot find that
option in the MySQL documentation. I can dump the whole db or just
the structure, but I''d like to be able to dump just the contents.
bruce
2011 Feb 07
9
Best way to populate development database
What would be the best way to populate a development database for a
Rails 3 app? I have looked at faker, but it seems that development has
stopped, any other options?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2008 Jun 19
2
quotes cause SQL havoc
Hi-
I cannot seem to find an answer to this. I have a simple question
with quotes- I want to allow apostrophes in a string in a model. I
then want to allow searching on that field. In ActiveRecord, when I
create a search using find, and say
:conditions=> "title like ''%#{query}%'' or body like ''%#{query}%''"
where query is the search string, I
2004 Jun 08
1
Re: Apostrophes in Windows usernames (again)
We tried that also. It didn't work either. But since I was pointed to bug
1221, I removed the matching of an apostrophe in util_str.c (fell back to
2.2 behaviour) and that looks like it works. My user is able to map his
shares again.
Thanks for all who helped.
Mike
-----Original Message-----
From: David Brodbeck [mailto:DavidB@mail.interclean.com]
Sent: Monday, June 07, 2004 4:23 PM
To:
2005 Sep 04
4
mysql
I just installed CentOS 3.5. Included in the install was mysql. When
trying to start it using: service mysqld start. The system responds
with mysqld not recpognized as a service. When trying to use
/usr/bin/mysql I receive this error: ERROR 2002: Can't connect to local
MySQL server through socket '/var/lib/mysql/mysql.sock' (2). A search
of the system does not reveal
2007 Dec 04
2
Help to restore mysql data on CentOS 5
Hi ,
Help is needed to restore mysql data
This is the the setup.
2 Servers running on CentOS.
one server has both apache an mysql.
the other server only has mysql database. This server has about 12000
records in the database. Last week, It had about 6000 records. then,
Someone has backed up these 6000 records to the web server. Now , We need
to backup all 12000 records to the webserver.
2004 Feb 03
1
Problems copying some files from windows to linux
Hi,
This might not be entirely samba server related, but the problem I am
experiencing is affecting a planned implementation of a new Samba
Server, and from the smbmount man page, it appears that this is the
recommended list to reqest help - so hopefully someone might be able to
assist :-).
I am running a Debian Linux machine (kernel 2.6.0) with Samba 3.0.1
which will soon be replacing an