search for: mysql_com

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

Did you mean: mysql_c
2000 Oct 23
1
How To compile RMySQL on Windows?
...ownloaded the last distribution of RMySQL from /R/CRAN/src/contrib/Devel.. Its the first package that I am trying to compile under Windows. >From the Compiler I am getting the following error message. In file included from RMySQL.c:1: RMySQL.h:24: mysql.h: No such file or directory RMySQL.h:25: mysql_com.h: No such file or directory make[2]: *** [RMySQL.o] Error 1 make[1]: *** [src/RMySQL.dll] Error 2 make: *** [pkg-RMySQL] Error 2 Have somebody an expample how the syntax is for passing the path of include files? Is there a source for further information how to do it? "If a package needs to...
2006 Jan 30
3
RMySQL install
...rlshell.h sslopt-longopts.h errmsg.h m_string.h my_getopt.h my_pthread.h mysql.h raid.h rltypedefs.h sslopt-vars.h history.h my_alloc.h my_global.h my_semaphore.h mysql_time.h readline.h sql_common.h tilde.h keycache.h my_config.h my_list.h mysql_com.h mysql_version.h rlmbutil.h sql_state.h typelib.h keymaps.h my_dbug.h my_net.h mysqld_error.h my_sys.h rlprivate.h sslopt-case.h xmalloc.h There is a dial in here somewhere that I think I am turning the wrong direction - just can't see it. Any experience w...
2005 Jun 29
1
Can't build cdr_addon_mysql.
...3588 May 13 06:14 my_net.h -rw-r--r-- 1 root root 1245 May 13 06:14 my_no_pthread.h -rw-r--r-- 1 root root 24524 May 13 06:14 my_pthread.h -rw-r--r-- 1 root root 1784 May 13 06:14 my_semaphore.h -rw-r--r-- 1 root root 15028 May 13 06:14 mysql_com.h -rw-r--r-- 1 root root 11315 May 13 06:14 mysqld_error.h -rw-r--r-- 1 root root 1241 May 13 06:14 mysql_embed.h -rw-r--r-- 1 root root 27544 May 13 06:14 mysql.h -rw-r--r-- 1 root root 2184 May 13 06:14 mysql_time.h -rw-r--r-- 1 root...
2005 Feb 05
1
Compressed communication with DB using RMySQL?
Dear All, I have a setup where R pulls entries from a MySQL db server. I wanted to know whether the R interface can pull encrypted / compressed data from MySQLD. MySQL supports compressed communication on the server side, but I couldn't find any references to such options on the client (RMySQL) side. Best, Uri Hasson. --- Uri Hasson. Brain Research Imaging Center The University of Chicago.
2005 Jul 05
0
Problem installing RMySQL_0.5-5
...s major 2 minor 1.1 year 2005 month 06 day 20 language R R 2.1.1 (2005-06-20). I export paths: # export PKG_CPPFLAGS="-I/opt/lampp/include/mysql" containing: errmsg.h my_dir.h my_semaphore.h my_sys.h sslopt- longopts.h keycache.h my_getopt.h mysql_com.h my_xml.h sslopt- vars.h m_ctype.h my_global.h mysqld_error.h raid.h typelib.h m_string.h my_list.h mysql_embed.h readline.h my_alloc.h my_net.h mysql.h sql_common.h my_config.h my_no_pthread.h mysql_time.h sql_state.h my_dbug.h...
2005 Mar 14
2
Install the RMySQL
...I.c -o RS-DBI.o gcc -I/usr/local/lib/R/include -I/var/lib/mysql - I/usr/local/include -fPIC -g -O2 -c RS-MySQL.c -o RS- MySQL.o In file included from RS-MySQL.c:22: RS-MySQL.h:40:19: mysql.h: No such file or directory RS-MySQL.h:41:27: mysql_version.h: No such file or directory RS-MySQL.h:42:23: mysql_com.h: No such file or directory In file included from RS-MySQL.c:22: RS-MySQL.h:109: `FIELD_TYPE_DECIMAL' undeclared here (not in a function) RS-MySQL.h:109: initializer element is not constant RS-MySQL.h:109: (near initialization for `RS_MySQL_dataTypes [0].typeId') RS-MySQL.h:109: initializ...
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
Hi Group, I''ve got mysql database installed and the server running on a Mac Pro with latest mountain lion setup 10.8.3. I''m able to use mysql tools like mysql, mysqladmin to converse with it. :} I use RVM''s scripts to fetch gems. I''ve visited RVM''s website but their advise to get "mysql gem loaded" does the same thing as below aborted