Displaying 20 results from an estimated 2000 matches similar to: "MySQL installation problem"
2009 Nov 13
2
Rebuilding MySQL
Hi;
Since I decided to "yum remove openssl", genius that I am (not!), I managed
to screw up the OS so badly the server co. had to rebuild it for me <:-)
These good people backed everything up very well, so the damage was minimal.
Now I'm trying to rebuild MySQL. I did the "yum install mysql" no problem.
However...
[root at 13gems old]# /etc/init.d/mysqld start
-bash:
2010 Feb 24
2
tcpserver on port 25
Hi;
[root at 13gems beno]# netstat -ltnup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:*
LISTEN 24560/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:*
LISTEN 27762/tcpserver
tcp 0 0 0.0.0.0:25
2009 Mar 05
2
Can't connect to local MySQL server through socket...
I just did an unwanted mysql upgrade and am now unable to start the
mysql service.
After doing some searching the common solution is to just create a
symlink
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
The issue for me is I don''t have the file I am trying to symlink to
(/var/run/mysqld/mysqld.sock)
If I try to start mysql manually (mysql start) I get the error:
# mysql start
2009 Nov 10
3
mysqld not starting on reboot
Hi;
I installed mysql using yum, so I have an /etc/init.d/mysqld file. For some
reason, however, mysqld doesn't boot on reboot of the machine. Please
advise.
TIA,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091110/3a8a8747/attachment-0003.html>
2007 Jan 27
2
Starting MySQL
When I run
# mysql
I get this error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (2)
What do I need to do? The install of MySQL was done as part of the
Centos setup.
Todd
2009 Nov 12
6
EMERGENCY: Server Crash
Hi;
I went to install some s/w and it looked like there was a problem with
openssl. So I decided to uninstall it (yum remove) and reinstall it. When I
went to reinstall, I discovered I couldn't use yum. Then I discovered:
[root at 13gems qmail-1.03]# yum install openssl
-bash: /usr/bin/yum: No such file or directory
[root at 13gems qmail-1.03]# man yum
Floating point exception
[root at 13gems
2009 Nov 06
2
Apache Not Serving, But Is Serving?
Hi;
I installed
yum install mod_python
and all went well. So I thought it would be appropriate to reboot apache
apachectl -k restart
and it appeared well but the pages don't load (they hang). Nevertheless,
# ps wax|grep httpd
12179 ? Ss 0:00 /usr/sbin/httpd
17698 ? Z 0:00 [httpd] <defunct>
17703 pts/0 S+ 0:00 grep httpd
So what gives? Please advise.
Victor
2009 Nov 06
3
No Such File...
Now that I've got the server serving my python pages, I'm getting this
error:
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] (2)No such file or
directory: exec of '/var/www/html/angrynates.com/global_solutions/index.py'
failed, referer: http://angrynates.com/global_solutions/
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] Premature end of
script headers:
2011 Mar 26
1
Error 2002 with MySQL on a new Centos 5.5 installation
With my new Centos installation, I get the following error when I
type in
# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/var/lib/mysql/mysql.sock' (2)
I have Googled the error, but the results do not appear to be helpful
Todd
--
Ariste Software
Petaluma, CA 94952
http://www.aristesoftware.com
-------------- next part --------------
An HTML
2009 Nov 07
5
Serious Privileges Problem: Second Post!
I have a serious privileges problem that is making it impossible to serve
python pages on a CentOS server. I have tried to resolve this problem in my
last post, but now it appears that interest has petered out. I'm desperate
and hoping someone on this list can help.
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] (2)No such file or
directory: exec of
2007 Jan 17
1
error when trying to create mysql database
hey guys
My macbook pro 17 had to be taken back to apple beuase of a dud screen,
so have had to install from macports again.
When i attempt to create a mysql database with this:
mysql5 -u root depot_development
i get this:
ERROR 2002 (HY000): Can''t connect to local MySQL server through socket
''/opt/local/var/run/mysql5/mysqld.sock'' (2)
any ideas?
cheers!
Adam
--
2011 Jan 03
1
changed datadir
I am trying to configure mysql to use a different datadir than default in
order to move this to a larger volume. I have copied all mysql data from
/var/lib/mysql to my new volume and ran both chown -R mysql:mysql * and
chmod -R 660 * in order to setup correct ownership and rights for the
data. It was working for a few days until today upon going into mysql and
typing show databases, I receive
2008 Sep 03
23
error connecting to mysql
i was trying to setup an application checked out from svnin my local
machine. i managed to do all that is required except when it came to
the step of creating databases for the application, when i tried to
connect to mysql i got this error
ERROR 2002 (HY000): Can''t connect to local MySQL server through socket
''/var/lib/mysql/mysql.sock'' (2)
i have spent more than 5
2016 Feb 09
2
CDR ODBC error
I am trying to get cdr via odbc to work on Asterisk 13.7.2 but I
keep getting this error:
[Feb 9 16:21:43] WARNING[2088]: cdr_odbc.c:160 execute_cb: cdr_odbc:
Error in ExecDirect: -1, query is: INSERT INTO cdr
(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield,peeraccount,linkedid,sequence)
VALUES ({ts
2009 Jan 20
3
Re : problem with running mysql on glusterfs
Hello. I would like to ask about having mysql data hosted on glusterfs.
Please see my issue below. I have posted DEBUG log information on pastebin.
I am using
GlusterFS version: glusterfs 1.4.0rc7
FUSE Version :fuse-2.7.3glfs10
my ISSUE is:
When hosting mysql data on glusterfs I have an issue:
The first time I start the glusterfsd server using
[root at mohan ~]#
2009 Sep 24
13
Rails Authentication Tutorial
Does anyone know a good authentication tutorial they can suggest? I''ve
tried several restful authentication ones and an authlogic one on
RailsCast. But with each one I try, something seems to be missing in
the tutorial and I can''t get it to work. I''m new to Rails so it''s
possible user error on my part.
I''m on Mac OS X 10.5 and I generate all my apps in
2009 Apr 27
1
RODBC - XLSX files - dropping/clearing sheets
Hi!
I'm manipulating XLSX data using RODBC, however a limitation which appears
to be driver based is that you can't clear or drop sheets from the XLSX
files, as per the following example:
> library(RODBC)
> xlsx<-odbcDriverConnect("DRIVER=Microsoft Excel Driver (*.xls, *.xlsx,
*.xlsm, *.xlsb);DBQ=c:\\documents and settings\\desktop\\testxlsx.xlsx;
ReadOnly=False")
>
2009 Nov 05
4
vsFTP Question
Hi;
Now that it's installed, how do I start it and add a user? I can hardly
believe there is *no* documentation!
TIA,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091105/78d77424/attachment-0004.html>
2014 Feb 13
2
MySQL Can't create file '/tmp/#sql2e0_98_0.frm' (errno: 9) problem
Hi.
I have a strange problem.
I installed cacti, and set it up.
When I click on the Plugins Management, I noticed Error
"FATAL: Database or Table does not exist"
Further testing revealed that at the moment MySQL can not create
temporary files in /tmp. It is same for ANY database!
SELinux is disabled.
I logged to mysql as root and error is same.
Command used is:
CREATE TEMPORARY
2012 Mar 22
2
MySQL query profiling
Hi,
I recently upgraded to the latest MySQL 5.0.95 package as part of the
CentOS 5.8 upgrade. I use MySQL query profiling on a regular basis for
performance testing. However, if I try to use any of the profiling
functionality I get this error:
ERROR 1289 (HY000): The 'SHOW PROFILE' feature is disabled; you need
MySQL built with 'enable-profiling' to have it working
Oddly