LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-05-2012, 01:24 AM   #1
CollieJim
Member
 
Registered: Mar 2005
Distribution: Gentoo, Kubuntu
Posts: 582

Rep: Reputation: 28
MySQL disabled


I'm trying to get MySQL started on a Buffalo LinkStation Pro for my digiKam database. The box came with MySQL installed, but not automatically started.

When I try to start it, I get
Code:
 * Starting MySQL server ... MySQL disabled
The system appears to be a Debian derivative.
Code:
root@Nas:~# uname -a
Linux Nas 2.6.31.8 #2 Fri Aug 5 14:28:08 JST 2011 armv5tel unknown
What am I missing?

Thanks
Jim
 
Old 02-05-2012, 11:32 AM   #2
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
Is anything else listening on that port?
 
Old 02-06-2012, 03:06 AM   #3
CollieJim
Member
 
Registered: Mar 2005
Distribution: Gentoo, Kubuntu
Posts: 582

Original Poster
Rep: Reputation: 28
I don't know.
However I did find 2 variables that had been set to keep MySQL from running.
Currently it is started but rejecting access from another machine. It's on 192.168.0.101 and 192.168.0.103 wants access.
 
Old 02-06-2012, 03:40 PM   #4
Eppo
Member
 
Registered: Feb 2007
Location: NY
Distribution: Arch, Ubuntu
Posts: 77

Rep: Reputation: 27
log in as root and do this:
CREATE USER 'jeffrey'@'%' IDENTIFIED BY 'mypass';
GRANT ALL ON db1.* TO 'jeffrey'@'%';
my guess is that you need to create an account that can log in over the network. that is what the % is for when you create a new user.
you might want to do a google for MYSQL GRANT so you can grant this user access to what it needs.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] MySQL won't start, FEDERATED is disabled musendrophilus Linux - Newbie 1 09-28-2011 07:13 PM
Enabling SSL in MySQL Replication (have_ssl DISABLED) ajayan Linux - Newbie 5 09-18-2010 04:25 AM
mysql error Can't connect to local MySQL server through socket '/var/lib/mysql/mysql. SpellChainz Linux - Newbie 1 06-23-2007 03:35 PM
mysql error Can't connect to local MySQL server through socket '/var/lib/mysql/mysql. Dannux Linux - Software 3 03-24-2006 08:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration