Results 1 to 5 of 5
i cannot get mysql working, i think i've changed some things around that i should not have changed! is there anyway to remove mysql and start fresh without having to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-31-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 29
mysql problems
i cannot get mysql working, i think i've changed some things around that i should not have changed! is there anyway to remove mysql and start fresh without having to clean re-install.. i am running fedora 3.. i've already tried removing the packages and adding them again? but all the data stays theres??
HELP!.. thanks..
Brads
- 02-01-2005 #2Linux User
- Join Date
- Dec 2004
- Location
- Speed School of Engineering
- Posts
- 267
You need to disable secure linux
I had this same problem when setting upo my phpbb forums a few weeks a go
I believe it is in "system settings >> security level"
set that to "low" or "off", etc any try it again
- 02-01-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- Netherlands
- Posts
- 3
I can't get mysql working either secure linux is disabled but i get the following error when i try to start it with "service mysqld start":
(Last line is translated from dutchCode:Timeout error occurred trying to start MySQL Daemon. Starting of MySQL: [FAILED]
. Could be different.)
Is there anyone who knows what to do? tried re-installing multiple times....
- 02-02-2005 #4Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
uninstall the RPMs and run:
rm -rf /var/lib/mysql /etc/my.cnf
Then reinstall the RPM. This will start you over from scratch.
Best,
SamuelI respectfully decline the invitation to join your delusion.
- 02-03-2005 #5Just Joined!
- Join Date
- Jan 2005
- Location
- Netherlands
- Posts
- 3
That workd
thanx


Reply With Quote
