Active Topics

 


Reply
Thread Tools
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#1
I found it via apt-cache search and said what the heck I got this to learn linux. well I installed but ps -ef does not show it running. which mysqld shows /usr/sbin/mysqld I don't know how to start it. is this where I need to know how to create a script in /etc/init.d for starting and stopping mysqld? I really am a bit out of my league here...but then again that is the reason I got this phone.

Any help appreciated. specifically I am trying to figure out how to start mysqld and also where I can make sure it does not start when the device starts (so as not to use more power). Btw I know I could install easy debian, but I am trying to linux up the maemo as much as possible...
 
Posts: 36 | Thanked: 28 times | Joined on Jul 2010
#2
As mysqld is in your path, you can run it by just typing "mysqld" in xterm.You should be able to stop it with a ctrl+c, or if not then "killall mysqld" from another xterm. Ideally there should be a script in /etc/init.d/mysqld, but it will work fine without. It wont't run in boot unless it's in /etc/rc2.d/.

You could copy and edit the one from http://docdb.fnal.gov/doc/mysqld.html. I guess all you really need is the PID locking.

I'd probably use a Queen BeeCon Widget to start and stop it.
 
Posts: 69 | Thanked: 55 times | Joined on Nov 2009
#3
gain root with su or sudo or rootsh or "ssh root@localhost"

and then

/etc/init.d/mysql start

/etc/init.d/mysql stop

That's it.
 
Posts: 64 | Thanked: 24 times | Joined on Aug 2007 @ Germany ...
#4
But look in /etc/rc2.d/*mysql - that mysql will not start automaticaly - because it can take some memory
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#5
Ok so here is some output..
1) prove mysql/mysqld are installed and in my path
2) try to run mysql/mysqld commands and associated output
3) show no mysql running and nothing in /etc/rc2.d or /etc/init.d

Thanks....

Nokia-N900:ß# which mysql
/usr/bin/mysql
Nokia-N900:~# which mysqld
/usr/sbin/mysqld
Nokia-N900:~# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Nokia-N900:~# mysqld
101114 9:16:15 InnoDB: Started; log sequence number 0 43655
101114 9:16:15 [ERROR] Can't start server : Bind on unix socket: No such file or directory
101114 9:16:15 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
101114 9:16:15 [ERROR] Aborting

101114 9:16:15 InnoDB: Starting shutdown...
101114 9:16:17 InnoDB: Shutdown completed; log sequence number 0 43655
101114 9:16:17 [Note] mysqld: Shutdown complete

Nokia-N900:~# ps -ef | grep -i *sql*
6653 root 3796 S grep -i *sql*
Nokia-N900:~# ls /etc/rc2.d/*sql*
ls: cannot access /etc/rc2.d/*sql*: No such file or directory
Nokia-N900:~# ls /etc/init.d/*sql*
ls: cannot access /etc/init.d/*sql*: No such file or directory
Nokia-N900:~#
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#6
help me please.
 
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#7
Run mysql_install_db in initialise the user accounts
Look over /etc/mysql/my.cnf to see if anything needs changing
Run "mysqld_safe &" to start the server
Run mysql_secure_installation to tighten the security

done
 

The Following 3 Users Say Thank You to kureyon For This Useful Post:
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#8
Thanks works fine and quits on "killall mysqld".
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:09.