0
votes
1answer
44 views

redhat mysql failure

Linux xxxxxx 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux '#'rpm -qa | grep mysql mysql-server-5.1.52-1.el6_0.1.x86_64 ...
0
votes
0answers
39 views

RHEL4ES : I upgraded to PHP 5 and can not connect to MySQL [closed]

When I run a PHP file, I get the following error message: Fatal error: Call to undefined function mysql_connect() i. And some information about my system are listed below. Please help me. ...
0
votes
1answer
71 views

Ruby on Rails query to MySQL doesn't always return newly-added information

I've taken over a Red Hat Enterprise Linux 5 system running Ruby (v1.8.5) on Rails (v2.3.5) with Passenger (v2.2.9), Thinking Sphinx (v1.3.14) and MySQL (v5.0.77-log). I know they're all out of date, ...
0
votes
3answers
100 views

Restore mysql database from a remote dump file

Is it possible to restore a dump file from a remote server? mysql -u root -p < dump.sql Can a dump.sql be located in a remote server? If so how do I refer it in the command above. Copying to the ...
0
votes
1answer
152 views

mysql_install_db giving error

I have downloaded the mysql-5.1.38-linux-x86_64-glibc23.tar.gz from here and then i have executed it by using below command groupadd mysql useradd -g mysql mysql123 cp ...
0
votes
2answers
161 views

how to take encrypted database backup in mysql

i am using mysql-5.5 and rhel5 and my intention is to use mysqldump to take the encrypted backup and compressed backup as i am using mysqldump as below mysqldump -u root -p db_name | gzip ...
1
vote
1answer
60 views

Redhat openshift - rails mysql response takes more than 20sec

I have rails (v3.0.9) with mysql running on Redhat open shift. I have seen that it takes around 35-40 sec to get JSON response made up of all records from a single table. There are around 10000 ...
0
votes
2answers
1k views

mysql_connect(): No such file or directory

I have just installed a MySQL server (version 3.23.58) on an old RedHat7. I cannot install a more recent MySQL version because of the dependencies. I cannot update librairies on this RedHat server. ...
1
vote
1answer
128 views

How to fix?: mysql> show variables like 'plugin_dir'; Does not show plugin_dir location

After this post I continued to try to setup MySQL memcached User-Defined Functions as per these instructions: http://stanley-huang.blogspot.com/2010/04/level-3-install-memcached-user-defined.html But ...
0
votes
1answer
95 views

“sudo make” returns error memcache setup [closed]

As per this post. I was able to ./configure after installing libmemcache-devel, but now when I move to the next setup and run sudo make I get the following: Making all in src make[1]: Entering ...
1
vote
2answers
731 views

Compiling C++ Program with MYSQL.h in Linux

I'm following the example from here and my code is identical. When I type mysql_config --libs and mysql_config --cflags into the console as he explains, I get the same output as he shows. Yet, when ...
0
votes
0answers
532 views

Cannot connect to MySQL Server on RHEL 5.7

I have a standard MySQL Server running on Red hat 5.7. I have edited /etc/my.cnf to specify the bind address as my server's public IP address. [mysqld] datadir=/var/lib/mysql ...
0
votes
1answer
495 views

how to run mysql v5.5 on redhat linux

I am new to both linux and also mysql but somehow by obtaining help from net I have installed mysql v5.5 on redhat. It starts fine, I have confirmed this by running command: "/etc/init.d/mysqld ...
3
votes
4answers
11k views

default mysql root password

i have installed mysql server 5 on redhat linux. if i try and use root with blank password (pressing enter) mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user ...
2
votes
1answer
209 views

How to stacically compile DBD::mysql and move the files on a shared hosting where i have my own perl installation

I have downloaded and installed locally on my Ubuntu ActiveState Perl(ActivePerl-5.14.1.1401-x86_64-linux-glibc-2.3.5-294969.tar.gz). I did "~$ sudo apt-get install libmysqlclient-dev" I downloaded ...
0
votes
3answers
495 views

Problem in installing mysql in Red Hat? [closed]

I am trying to install mysql in Red Hat when I execute the command rpm -ivh "package-name" it is giving the following error. >error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by ...
0
votes
2answers
122 views

Upgrading Old PHP & MySQL - Red Hat

Ok, I've got a an old box running Red Hat and MySQL 3.23.49 and PH 4.1.2 and I just want to upgrade them enough to run Wordpress 3 on that server without messing up a site I have using that PHP and ...
0
votes
2answers
239 views

Good CRM commercial or open source

Can someone please recommend a good CRM system? If this question should not be asked here, please let me know where to ask it as I thought this was the best place.
3
votes
2answers
757 views

How to install rails 3.0 on Redhat 4.0 with mysql2 support?

When trying to install rails 3.0 on a redhat 4.0 server, the 'bundle install' fails during the installation of mysql2. Is it possible to solve this? 'bundle install' command returns the following ...
0
votes
1answer
255 views

using mysql system user

What are the possible disadvantages / pitfalls of using linux system user 'mysql' to work with mysql server instead of creating a separate use?
1
vote
2answers
108 views

MySQL query running fine on v4.1.22 but not working on v5.x

I have an application that executes the following MySQL query: SELECT 402 AS user_id, p.id AS perm_id, p.name AS perm_name, ...
0
votes
1answer
979 views

Linux Mysql Memory requirements

I have: 32 bit - Red Hat Enterprise Linux Server release 5.1 (Tikanga) Mysql 5 10G RAM What are the memory allocation limits with respect to mysql? Maximum memory usage possible. Any supporting ...
3
votes
7answers
209 views

Choosing Linux for open source development

I work on Windows XP platform and use Aptana Studio, MySQL for PHP development. I want to know which Linux edition and flavor would be appropriate for my development purposes?
0
votes
3answers
279 views

Scaling up from 1 Web Server + 1 DB Server

We are Web 2.0 company that built a hosted Content Management solution from the ground up using LAMP. In short, people log into our backend to manage their website content and then use our API to ...
1
vote
2answers
345 views

Multiple MySQL versions

We have a Linux server running Red Hat Enterprise 3 and MySQL 3.23. This server has a number of websites on it. We have a new website that we want to put on this server that uses MySQL 4/5. Is it ...
6
votes
4answers
25k views

MySQL config file location - redhat linux server

What is the default location for the MySQL configuration file on a redhat linux box?
0
votes
2answers
3k views

MySQL server goes away in XAMPP

I am trying to install xampp 1.6.7 in a Red Hat Enterprise Edition. I followed the installation instructions and after that I started the stack with the command sudo /opt/lampp/lampp start And I ...