search for: mysqld_error

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

Did you mean: mysql_error
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
2012 Feb 08
3
An error occured while installing mysql2 (0.3.11), and Bundler cannot continue.
...native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /opt/local/bin/ruby extconf.rb checking for rb_thread_blocking_region()... no checking for rb_wait_for_single_fd()... no checking for mysql.h... yes checking for errmsg.h... yes checking for mysqld_error.h... yes creating Makefile make /usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin8 -I. - DHAVE_MYSQL_H -DHAVE_ERRMSG_H -DHAVE_MYSQLD_ERROR_H -I/opt/local/ include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -I/ opt/local/include/mysql5/mysql -fPIC -D_P1003_1B_VISIBLE...
2006 Jan 30
3
RMySQL install
...aid.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 with this one? -- ======================================= Michaell Taylor, PhD. Principal Boxwood Means, Inc. 20...
2005 Jun 29
1
Can't build cdr_addon_mysql.
...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 root 821 May 13 06:14 mysql_version.h -rw-r--r-- 1 root...
2005 Jul 05
0
Problem installing RMySQL_0.5-5
...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 my_pthread.h mysql_version.h sslopt-case.h # export PKG_LIBS="-L/opt/...
2011 Nov 27
0
/usr/bin/ld: cannot find -lmysqlclient_r installing ruby gem mysql2.... in Fedora Linux + MySQL 5.5.15...
...talling mysql2: ERROR: Failed to build gem native extension. /home/dinooz/.rvm/rubies/ruby-1.9.2-p290/bin/ruby extconf.rb checking for rb_thread_blocking_region()... yes checking for rb_wait_for_single_fd()... no checking for mysql.h... yes checking for errmsg.h... yes checking for mysqld_error.h... yes creating Makefile make gcc -I. -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/include/ruby-1.9.1/ i686-linux -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/include/ ruby-1.9.1/ruby/backward -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/ include/ruby-1.9.1 -I. -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_...
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