Displaying 20 results from an estimated 600 matches similar to: "MySql GUI on Linux"
2008 Apr 13
2
mysql install
Hi,
when i try to install mysql-server it gives me mirror error and also
says package does not match the intended download?
what is the issue hear. i already have lampp stack .when i try to
install zenoss it still says that it need mysql although its included
in lampp stack.
Thanks
2012 Mar 14
1
cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so
Hi, I am trying to test out the scripts here as a proof of concept
http://www.r-bloggers.com/integrating-php-and-r/
However, I am not able to reproduce the output graph in the browser.
Rscripts is working fine as I run the command
"Rscript /home/username/R/testscript.R 1000" for example, and a png graph
is output as expected, and I can output it to any folder where I have
permission
2006 May 10
10
Can''t Install Rails with Ruby Gem Dependencies, OS X
Hello Community:
I''m a brand new user of Ruby on Rails, and am having a great deal of
trouble compiling from source. I''m using the tutorial at
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
to complete the install.
Readline and Ruby installed just fine, and the Ruby Gems appeared to.
But when I tried to sudo gem install Rails --include-dependencies,
2005 Dec 27
3
CMS centos3
Anyone using or recomend a content management system that will install
without out a lot of mucky muck on a Centos3 system? I looked at Zope
but it needs a newer Python, Midgaard looks likes it's geared towards
RHEL4. OpenCMS looks like it runs on java so that might work. I have
yet to look at Rubyrails and Django.
2005 Dec 26
5
linux install of RR
Hi. I''ve installed ruby, gems, rails into a user directory according to the
installation instructions (for linux). I haven''t setup any path information
nor setup any symlinks or any compilation options. When I try rails, I find
that the system accesses controllers but that the corresponding views are
not displayed. I wonder if there is something that I forgot to configure
2007 Jan 19
2
Install Drupal
I want to install Drupal on a linux box.
I want to know the steps & procedure to install drupal. Should I start by
installing PHP, MySQL and Apache or the other round.
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070119/369342f2/attachment.html>
2005 Jul 05
0
Problem installing RMySQL_0.5-5
Dear R users
I have a problem installing RMySQL_0.5-5 in that ld skips incompatible
libmysqlclient as shown below. Can someone help?
Thanks
Einar Arnason
I am on a Red Hat Enterprise Linux ES (v. 3 for AMD64/Intel EM64T)
2.4.21-15.EL #1 SMP Thu Apr 22
running mysql Ver 14.7 Distrib 4.1.12, for pc-linux-gnu (i686) using
EditLine wrapper distributed under xampp (www.apachefriends.org)
2008 May 11
1
dovecot mysql
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i am trying to setup dovecot with mysql support
(mysql from lampp) but i am getting this :
hg clone http://hg.dovecot.org/dovecot-1.1/ dovecot-1.1.hg
cd dovecot-1.1.hg
./autogen.sh
export -p LDFLAGS="-L/opt/lampp/lib/mysql/"
./configure --with-mysql
...
checking mysql.h usability... no
checking mysql.h presence... no
checking for
2011 May 08
5
Am I being to paranoid?
Hi All,
I want to know thoughts on if I am being to paranoid/security conscious.
CentOS 5.6, Apache, MySQL, running an Firewall in front of everything and obviously the built-in firewall on the box. I have ssh on a different port and starting to use Keys instead of password authentication. I host an intensive website and I am getting about 150 unique visitors per day.
What I am seeing is
2006 Apr 03
2
no marshal_dump is defined for class Proc
Hello ~
This problem has me puzzled. When users login to my rails app I have the
session set up to be stored in the MySQL database for the app.
Intermittently, users will get the following error:
no marshal_dump is defined for class Proc
D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in
`dump''
2006 Jul 18
5
Installing ROR/Webrick app on Windows 2000/2003 Server
Hi all,
I am currently not able to use search since it is disabled, so I will
ask my question and hope I am not repeating a past question.
I am looking into developing an app to run in Windows 2000/2003 Server
environment. To install ROR on a server to run an app on Webrick do I
need any extra steps beyond those needed to install on my development
laptop (XP prof) ?
The idea is to run the
2013 Apr 13
2
running rails on my linux mint
Hi
i cannot start my rails server webrick and i m just start learning rails ..
the error i get is:
> /var/lib/gems/1.8/gems/railties-3.2.13/lib/rails/script_rails_loader.rb:11:
warning: Insecure world writable dir /sbin in PATH, mode 040777
/var/lib/gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:216: warning:
Insecure world writable dir /sbin in PATH, mode 040777
=> Booting WEBrick
2007 May 12
2
HA with CentOS
Hi All,
I have two identical computers with CentOS 5.0 and lampp installed. Are
there any high-availability solution for CentOS? So, when one one computer
offline, another could act as a backup and being transparent to user.
Regards,
Tong
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jan 23
0
Adding Ruby, Ruby-on-Rails to XAMPP
I recently finished some how-to''s for getting Ruby, Ruby-On-Rails,
RVM, Rack and Passenger integrated into the XAMPP environment. For
those that have an interest in a portable LAMP stack w/integrated Ruby
you can read about them here:
How-To: Add Ruby-on-Rails to XAMPP
http://www.apachefriends.org/f/viewtopic.php?f=17&t=43516
How-To: Add Ruby RVM, Rack and Passenger(mod_rails) to
2011 Aug 24
3
How to connect Ruby with MySQL (XAMPP)?
*Dear All:*
I need your help on following points.
1. Can I connect Ruby with MySQL in XAMPP server?
2. Could someone tell me that how to connect MySQL with Ruby? I have XAMPP
server installed and want to connect with ruby.
I am using Ruby1.8.7.
I tried following code:
require ''rubygems''
require ''mysql''
begin
# connect to the MySQL server
2012 Jan 31
4
Connect with MySql and Ruby
Hi everybody,
I am very new in Ruby on Rails.
I install ruby(1.9.2p180) and Rails(3.1.3). Also I install RubyMine3.1.1
as IDE.
I successfully have done some simple simple practices. Now I want to
play with database(mysql).Though I have checked so some of the URLs but
unable to make out.
Please help me how to do that, what files or folders should I place
and where should I place those.
2011 Sep 10
2
hosting ror app using xampp on windows OS
HI ALL,
it''s so frustuating to me from so many days--hosting ror app in apache
on win os.
i installed xampp and running ror apps using webrick server .
but when comes to hosting that app into apache i can''t make it.i gone
through the
so many sites can anyone give me an assistance to solve this problem.
thanks in advance
regards,
Manik.
--
You received this message because you
2007 Jan 02
4
asterisk and mysql
Dear All,
I' I have a problem in installing asterisk 1.4.0. how can i compile
res_config_mysql.c in astersisk-addons dir. I've downloaded
asterisk-addons-1.4.0 compiling and installing it. But i can't found
shared object of res_config_mysql.so.
My system is :
Debian Linux 3.1
Kernel 2.6.8-11
asterisk-1.4.0
zaptel-1.4.0
asterisk-addons-1.4.0
libmysqlclient using apt-get
webserver :
2012 Jun 19
3
PMA attacks
It appears to be a low-level attack, not so frequent as to be banned
permanently, just a number of times a day.
I did google on this, and I gather it's looking for phpmyadmin. We've been
getting one from one specific network in Russia for weeks
Here are more information about 91.201.64.24:
[Querying whois.ripe.net]
[whois.ripe.net]
<snip>
% Information related to '91.201.64.0
2009 Feb 04
0
gem install mysql error with Xampp
Hello,
I''m trying to install mysql (to use it with Rails 2.2), without any
success.
After browsing the web, I found some tips (I need to target the xampp
files), but it''s still not working finally.
My command line is the following :
sudo gem install mysql --
--with-mysql-dir=/Applications/xampp/xamppfiles/
--with-mysql-config=/Applications/xampp/xamppfiles/bin/mysql_config