Displaying 3 results from an estimated 3 matches for "sqldump".
Did you mean:
msqldump
2005 Dec 29
5
Extracting SQL and Rebuilding from SQL?
...ored info.
What''s a good way to do this efficiently?
If all the ":dependent => true" are setup properly on associations
within models, a single ".destroy()" called on the customer will yank
all the data. Is there a way to do something else with those rows?
i.e. sqldump of some sort?
I thought of adding a "before_destroy" hook, checking a global
"archive_on_destroy" or something and dumping those rows out. Is this a
good way?
Anyway, I''m just shooting in the dark now to brainstorm ways of
performing this archival and retrieval....
2008 Apr 11
7
problem with package function and removing rpms
...4_6.1 file /usr/bin/mysqlbinlog from
install of MySQL-client-5.0.45-0.glibc23 conflicts with file from
package mysql-4.1.20-3.RHEL4.1.el4_6.1 file /usr/bin/mysqlcheck from
install of MySQL-client-5.0.45-0.glibc23 conflicts with file from
package mysql-4.1.20-3.RHEL4.1.el4_6.1 file /usr/bin/mysqldump from
install of MySQL-client-5.0.45-0.glibc23 conflicts with file fr
om package mysql-4.1.20-3.RHEL4.1.el4_6.1 file /usr/bin/mysqlimport
from install of MySQL-client-5.0.45-0.glibc23 conflicts with file from
package mysql-4.1.20-3.RHEL4.1.el4_6.1 file /usr/bin/mysq
lshow from install of MySQL-c...
2005 Jun 06
14
Handling Images And Rails
On my website people will be able to upload images of themselves. I
was wondering how people are presently handling uploading, resizing
and optimizing images in Rails? Do you use a specific piece of
software to do it? What would you guys recommend? Any code from
RailsDay? :-)
Also, do you guys store the images in the DB or just as files? What
do you suggest? What are the pros and