search for: mysqlimport

Displaying 7 results from an estimated 7 matches for "mysqlimport".

2008 May 26
1
Can't seem to export MySQLDump and then import MySQLImport?
I''ve got my applications running on a server that backs up every hour using MySQLdump. My goal is to take this ''dump'' and re-import it into my desktop computer using MySQLAdministrator. I go through the procedure of restoring this ''backup.sql'' file and it grinds for some time as though something is happening...and then nothing?? There are no error
2005 Dec 12
2
export from R to MySQL
Hi R user! What is the fastest way to export a large matrix or vector to a MySQL database? The use of data.frame() and dbWriteTable() makes the process slow, so is there any <direct> alternative? Regards Meinhard Ploner
2007 Mar 08
3
RE: MySQL Install error on Centos 4.3
...ile /usr/bin/mysqlcheck from install of mysql-5.0.27-1.el4.centosconflicts with file from package MySQL-client-standard-5.0.27-0.rhel4 file /usr/bin/mysqldump from install of mysql-5.0.27-1.el4.centosconflicts with file from package MySQL-client-standard-5.0.27-0.rhel4 file /usr/bin/mysqlimport from install of mysql-5.0.27-1.el4.centosconflicts with file from package MySQL-client-standard-5.0.27-0.rhel4 file /usr/bin/mysqlshow from install of mysql-5.0.27-1.el4.centosconflicts with file from package MySQL-client-standard-5.0.27-0.rhel4 [root at localhost linux 23-02-2007]# rpm -i...
2006 Jan 16
23
Read data from Excel
A client of mine has a ton of data stored in Excel spreadsheets. I''m building a web application for her (backed by a real db of course) and want to import all that data. Is there a library available to read data from Excel? Is there an easy way to upload the spreadsheets and then read the data? Thanks, Ken Kousen -- Kenneth A. Kousen, Ph.D. President Kousen IT, Inc.
2008 Apr 11
7
problem with package function and removing rpms
....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-client-5.0.45-0.glibc23 conflicts with file from package mysql-4.1.20-3.RHEL4.1.el4_6.1 file /usr/share/man/ man1/mysql.1.gz from install...
2011 Feb 12
8
CentOS 64 bit php 5.2 huge problem
Hello, i am getting the following error in CentOS 64 bit with php 5.2 I cant get mysql functionality running and the ioncube loader Please help, i am very desperate Here is my output: [root at host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex PHP Warning: PHP
2006 Jul 14
18
ActiveRecord Love While We''re At It
I am working on and will be publicly showing ActiveRecord some love around the time of the RubyConf*MI [1] in late August. My main focus is getting AR to better handle inserts, updates and merges when working large sets of data. It can improve improve performance by 400% to 600% in preliminary benchmarks. I am coding this in a way so it can be patched to AR easily, and with that in mind