OpenSUSE :: Not Able To Start MySQL - Unspecified Error
Jan 5, 2011
Running
openSUSE 11.3 (x86_64)
Linux 2.6.34.7-0.7-desktop x86_64
mysql-community-server_64 5.1.46-2.18-x86_64 from vendor openSUSE
php5-mysql 5.3.3-0.7.1-x86_64 from vendor openSUSE
Apache2 2.2.15-3.7-x86_64
apache2-mod_php5 5.3.3-0.7.1-x86_64 from vendor openSUSE
Trying to start mysql in YaST > system services (runlevel) >
Expert mode
gives following message
/etc/init.d/mysql start returned 1 (unspecified error):
View 9 Replies
ADVERTISEMENT
Jan 11, 2011
Problem: MATSHITA DVD RAM UJ-851S ( rev 1.50) reads dvds and plays audio/movie (.avi,.mp4,mp3,etc) but refuses to burn.
Media: Taiyo Yuden DVD (always excellent!!)
Sony DVD+/-R (w/"AccuCore" technolgy; recent purchase 3 days ago)
Sony CR -R (previously flawless, at least for audio, doc backup)
Notebook: HP Pavilion dv9000 series (dv9310us)
Symptoms: 1. Reads all media
2. Starts burn w/acetoneiso, brasero, nerolinux 4.0.0;
3. Gets to 35% - 90% complete; then each app above reports:
"unspecified error.. .. .." or words to this effect, asks for log/bug report, etc.
View 8 Replies
View Related
Jun 7, 2011
I think this goes here, but I'm not sure. I decided that XAMPP had been troublesome enough. MySQL never worked. So I decided to instal the LAMP stack offered by YaST. I went about installing it thinking that it would all work. But it seems that I was wrong. So I try to start mysql, and here's what I get:
Code:
the-matrix:~ # mysql start
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) or
Code:
the-matrix:~ # rcmysql start
Starting service MySQL warning: /var/mysql/mysql.sock didn't appear within 30 seconds
chmod: cannot access `/var/run/mysql/mysqld.pid': No such file or directory
[Code]...
View 6 Replies
View Related
Feb 5, 2009
I thought that the problem is in the phpMyAdmin not in the mysql. But now i think different. It seems that the problem is right in the mysql. I think that there was no root user, when mysql was freshly installed. Unfortunately i did everything i can find on internet (some tutorials) but they don`t helped me at all, maybe i fu**ed up the mysql service. So i reinstalled it, and when i want to start it there is no file mysql.sock and i get the following:
linux-nepg:~ # service mysql restart
Restarting service MySQL
Shutting down service MySQL done
Starting service MySQL warning: /var/lib/mysql/mysql.sock didn't appear within 30 seconds
View 9 Replies
View Related
Dec 6, 2010
I've downloaded and installed MySQL-client-5.1.53-1.glibc23.x86_64.rpm. I'm rather new to linux so it might be I haven't started the server. Unfortunately I have no idea which file is responsible for that. It is also possible that my head isn't functioning correctly ( if at all ).
Error I receive is:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
View 6 Replies
View Related
Jul 15, 2010
I installed MySQL 5 on Fedora Core 13 guest on Win Vista host. After I ran the bash script to install it:
Code:
groupadd mysql
useradd -g mysql
tar -xvf mysql-5.1.48.tar.gz
cd mysql-5.1.48
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
-fno-exceptions -fno-rtti"
./configure --prefix=/usr/local/mysql --with-mysql-ldflags=all-static --with-charset=utf8
make test
make
I ran the mysql but I received the error 2002 so I changed the my.cnf with medium.cnf, pointed in the file the path to the mysql.sock file and tried changing the owner of mysql.sock to the user mysql. It didn't work so in the end I gave 777 permissions (755 didn't work either). Now the error reporting when starting mysql is
Code:
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111).
View 4 Replies
View Related
Aug 18, 2011
The details of the Unspecified Error are belowQuote:could not add package update for fedora-release-rawhide-15-3(noarch)updates: fedora-release-rawhide-15-3.noarchThe screnn shot attached of the error message!How will I able to get my system updated.After sometime it is today that I installed Fedora 15 and there are 316 updates to take place
View 5 Replies
View Related
Jul 9, 2010
installed mysql
type
yum install mysql
tells me nothing to do - up to date
type mysql
responds ERROR 2002 - cant connect to local MYSQL server through socket
/var/lib/mysql/mysql.sock
Lost in tons of documentation - sun docs very general and maybe its there but I'm getting dizzy looking. How to get to the point where I can get an mysql> prompt?
View 14 Replies
View Related
Jul 12, 2011
I switched from Ubuntu to Fedora and I'm having a little bit of trouble understanding why I cannot update my system. Fedora seems to be a little bit more complicated than Ubuntu to update and to do other things... I'm still willing to try it because it has a good reputation and good reviews so I will go ahead and give it a shot but before I do that I need to update it. I have an HP pavilion notebook dv2000. Just installed Fedora 15 and my system is telling me that I have over 700 updates! when I click on install updates I get an error:
Transaction error An unspecified transaction error has occurred. More information is available on the detailed report. Then on the details this is what I get:
[Code]....
View 6 Replies
View Related
Sep 22, 2010
for some reason, which I have exhausted all my thoughts upon..
I have mysql 5.0.77
I just made an amendment to the auto_increment_increment variable.. from 10 to 1
Gone to restart mysqld (im on redhat FYI) and get the error:
'Timeout error occurred trying to start MySQL Daemon.'
It fails to stop, and obviously fails to start.
I have included below my 'my.cnf' file but I cant see any issues with it, and can't for the life of me think why there is something wrong.
If I ever come across an issue, I don't tend to ask but instead try and figure it out (usually with success) but this time.. I just cannot get my head around it..
View 7 Replies
View Related
Jul 10, 2011
I was trying to update my Fedora 15 amd64 when a Error Notification popped up saying "An unspecified TRANSACTION ERROR has occured". More details: "could not add package update for fedora-release-rawhide-15-3(noarch)updates: fedora-release-rawhide-15-3.noarch".
View 4 Replies
View Related
Jul 16, 2009
I am trying to set my root password for my mysql database. After I enter /etc/init.d/mysqld start
[code]...
Timeout error occurred trying to start MySQL Daemon. Then when I try to set the password for my root account I get
[code]...
View 5 Replies
View Related
Jun 29, 2010
I have fedora version 8 with mysql 5.0.45 installed. I have also installed drupal. Recently drupal gave me an error "error code 28". When i checked it out it seemed to be with the db. When i tried to created a db (for testing purposes) in root...i wasn't able to. so then i tried to restart mysql ...it stopped but unfortunately i have not been able to get mysql back up...i get a message saying
"Timeout error occurred trying to start MySql Daemon".
View 4 Replies
View Related
Jun 2, 2011
I have a VPS running on centos-5-x86 and mysql server went down two days ago this is my mysql server log
110602 18:28:09 mysqld started
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
110602 18:28:14 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
[Code]...
View 1 Replies
View Related
Mar 21, 2010
Toshiba A215 laptop
Driver is rtl8187
I really need to make the connection constant and non-dropping. I've had opensuse 11.2 since march 7 2010, figured out most of it by lurking and reading threads didn't want to make threads but I really don't know what to do to make this connection stay on. I am posting Terminal commands from when I am both on and offline.
How I attempted to fix this issue myself: I downloaded wireshark, wicd,knetworkmanager. Tried running all of them nothing worked. I went into Yast and switched off networkmanager and went traditional still nothing. Tried adding opendns to traditional. nothing. Went back to NM would get online then after an unknown time I'd lose connection even though NM said i was still connected. Offline running terminal commands from what I read on here in other threads and stickies
:~> ping -c 5 66.70.73.150
PING 66.70.73.150 (66.70.73.150) 56(84) bytes of data.
From 192.168.1.28 icmp_seq=2 Destination Host Unreachable
From 192.168.1.28 icmp_seq=3 Destination Host Unreachable
--- 66.70.73.150 ping statistics ---
5 packets transmitted, 0 received, +2 errors, 100% packet loss, time 4000ms
, pipe 2
:~> /usr/sbin/iwconfig wlan0 | grep Mb
Bit Rate=11 Mb/s Tx-Power=20 dBm
:~> sudo /usr/sbin/iwconfig wlan0 rate 24M
:~> /sbin/lspci -v
00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
Subsystem: Toshiba America Info Systems Device ff10
Flags: bus master, 66MHz, medium devsel, latency 64 .....
View 9 Replies
View Related
Feb 25, 2010
i am using putty to connect to my server and wanted to restart mysql server. searched the internet and found thatcommand is /etc/init.d/mysqld start or stopbut it did not worked.then tried /etc/init.d/mysql stop or startthis also did not worked.
View 6 Replies
View Related
Oct 24, 2010
I've just executed /opt/lampp/lampp security and restarted lampp, now it shows as deactivated in status when I browse to http://localhost
The default username lampp doesn't work with my new passwords, phpAdmin doesn't let me log in.... everything.
View 8 Replies
View Related
Mar 5, 2011
Through YaST's System Services I configured an application to start on boot. However, the application (mediatomb) is using mysql, so it should not be started before mysql. It is however, which means mediatomb fails to start.
How can I make sure mysql is started before mediatomb?
View 9 Replies
View Related
May 17, 2011
I upgraded a system from 10.3 to 11.4 and I get the following error when trying to run mysql:
Will update MySQL now, if you encounter any problems, please read following file:
/usr/share/doc/packages/mysql-community-server/README.SuSE
Log files inconsistency, please merge following files manually:
/var/lib/mysql/mysqld.log
/var/log/mysqld.log
How can I correct this? Mysql will not start so I can not run any of the utilities.
View 2 Replies
View Related
Feb 4, 2010
I installed fedora 12 today...installation went fine. Tried to run the software update ( which includes 415 fixes) and got the following
Transaction error:- an unspecified transaction error has occurred. More information is available in the following report.
More details show:- could not add package update for abrt-plugin-runpp-1.0.4-1fc12(i686)updates:abrt-plugin-runapp-1.0.4-1.fc12.i686
I have unchecked the box in the update list to be installed, but the software update insists that this update is needed. I cannot progress any further than this error message..
View 3 Replies
View Related
Mar 20, 2010
I installed and configured mysql 5.0 on my opensuse 11.1 box. But I have no idea how to get it to start automatically when the server reboots.
View 3 Replies
View Related
Mar 14, 2010
I'm trying to get the first update. I'm getting looped with "Transaction error," and it won't start.
View 2 Replies
View Related
Mar 7, 2010
I am facing the problem with fax serevr linux suse, we have installed Hyla fax for send fax. wehen we sending the fax always getting message "requeued", and following errors
1.Your job to 9 xxxxxxx was not sent because:
Unspecified Transmit Phase C error
The job will be retried at 17:09
2.Your job to 9 04xxxxx failed because:
Unspecified Transmit Phase C error; too many attempts to send
3.Your job to 9 0096xxxxxx failed because:
Fax protocol error (command repeated 3 times); Giving up after 3 attempts to send same page
4.Your job to 9 0439xxxx was not sent because:
No local dialtone
The job will be retried at 17:05
5.Your job to 9 0096xxxxxxx is delayed in the scheduling queues because:
Blocked by concurrent calls
The job will be processed as soon as possible.
6. Your job to 9 0096xxxxxx was not sent because:
RSPREC error/got DCN (sender abort)
The job will be retried at 14:33
View 1 Replies
View Related
Jul 14, 2011
Fedora 15 software update "unspecified transaction error occurred" at system info before installing updated list. After unchecking every (no arch) update, all the rest (i686) were installed. now all (no arch)updates remain on the list to be installed.
View 1 Replies
View Related
May 4, 2011
I have a mysql database and i use it with apache for my webpages. And I guess it dosen't start when the computer starts so I have to manually start it with "sudo /etc/init.d/mysql start" This returns fail so i went to '/var/run/mysqld/' and the folder was empty. I don't know if this is the problem or not. How can I fix this?
View 9 Replies
View Related
Feb 24, 2011
due to some issues i uninstalled openjdk shipped default on my opensuse 11.3 and installed jdk 1_6_21 from a .bin file. Its installed to usr/java/jdk.The mysql connector is also present in the same but running a java program that connects to mysql gives me the errorjava.sql.SQLException: Unknown initial character set index '192' received from server. Initial client character set can be forced via the 'characterEncoding' property.the code i tried is
import java.sql.*;
import java.io.*;
class mysql_conn_tester
[code]...
View 3 Replies
View Related
Mar 15, 2010
I am getting the following error when starting mysql using 'sudo /etc/init.d/mysql start':
Mar 15 16:33:56 MoodFishDev /etc/init.d/mysql[18317]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Mar 15 16:33:56 MoodFishDev /etc/init.d/mysql[18317]: ^G/usr/bin/mysqladmin: connect to
[code]....
View 1 Replies
View Related
Jun 17, 2010
I have installed Mysql in Ubuntu 9, for the use of roundcube database.After installing iam getting the error like this
* Stopping MySQL database server mysqld [ OK ]
* Starting MySQL database server mysqld [ OK ]
* Checking for corrupt, not cleanly closed and upgrade needing tables.
So because of this in the roundcube configuration its giving the error message that MYSQL is not installed. So Kindly give me a idea how to solve this.
View 1 Replies
View Related
Jan 14, 2011
i was trying to allow remote access to mysql by following mysql was running perfectly until i got here :
Code:
/sbin/iptables -A INPUT -i eth0 -s 192.168.1.0/24 -p tcp --destination-port 3306 -j ACCEPT
i changed my.cnf bind-address line to : "bind-address = 127.0.0.1" and nothing
[code]....
View 4 Replies
View Related
Feb 22, 2011
I've been attempting to set up a LAMP for local web development, which meant installing mysql-server. But now have a problem when trying to run mysql, I get:-
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When trying to downgrade mysql-server I saw that there are dependency problems between the various modules (but can't recall which). But whichever route I truied the results are always the same.
Thought about trying XAMPP but I note that even has it's problems, is there any way I can get a lamp set up on FC14, or must I give it up as a bad job.
Howver, just been trying to again to fix the problems with downgrading mysql and get:-
Error: Package: mysql-server-5.1.55-1.fc14.i686 (@updates)
Requires: mysql(x86-32) = 5.1.55-1.fc14
Removing: mysql-5.1.55-1.fc14.i686 (@updates)
mysql(x86-32) = 5.1.55-1.fc14
View 7 Replies
View Related