Quote:
Originally posted by omiossec
Are you sure that MySql did not start with the system ?
Check if mysql with ps -ax to see if any mysqld is running
|
Thx for answering...
I've checked this out before, but didn't see anything that looked liked mysql (I was looking for the path or just the word 'mysql').
I've just put there ps -ax again and here it is...maybe you can help me with that a little bit :
1 ?? Ss 0:00.01 /sbin/init
2 ?? Ss 0:00.04 /sbin/mach_init
51 ?? Ss 0:01.58 kextd
74 ?? Ss 0:00.00 update
78 ?? Ss 0:00.00 dynamic_pager -H 40000000 -L 160000000 -S 80000000 -F /private/var/vm/swapfile
108 ?? Ss 0:01.00 configd
130 ?? Ss 0:00.22 /System/Library/CoreServices/SecurityServer -X
136 ?? SNs 0:27.92 /usr/libexec/fix_prebinding
137 ?? S 0:00.03 /Library/OpenBase/bin/openexec
140 ?? Ss 0:00.06 /Library/OpenBase/bin/openinfo
176 ?? S 0:00.05 /Library/OpenBase/bin/openmonitor
180 ?? Ss 0:02.84 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/ATSServer
239 ?? Ss 0:15.40 /System/Library/CoreServices/WindowServer -daemon
242 ?? Ss 0:00.06 syslogd
245 ?? Ss 0:00.04 /usr/sbin/mDNSResponder
248 ?? Ss 0:00.40 netinfod -s local
265 ?? S 0:00.00 /Library/OpenBase/bin/OpenBaseODBCServer
271 ?? Ss 0:00.36 /sbin/autodiskmount -va
287 ?? Ss 0:00.00 /usr/libexec/crashreporterd
302 ?? Ss 0:00.00 /Library/Application Support/Norton Solutions Support/Norton Utilities/DTDaemon
327 ?? Ss 0:00.08 /usr/local/sbin/dnsupdate daemon
332 ?? Ss 0:00.71 /System/Library/CoreServices/coreservicesd -preload AEServer
339 ?? S 0:00.00 nfsiod -n 4
340 ?? S 0:00.00 nfsiod -n 4
341 ?? S 0:00.00 nfsiod -n 4
342 ?? S 0:00.00 nfsiod -n 4
352 ?? Ss 0:00.03 /usr/sbin/automount -f -m /Network/Servers -fstab -m /automount -static
354 ?? S 0:00.04 /usr/sbin/swampd
372 ?? Ss 0:00.01 ntpd -f /var/run/ntp.drift -p /var/run/ntpd.pid
389 ?? Ss 0:00.82 /usr/sbin/cupsd
391 ?? Ss 0:00.00 cron
394 ?? Ss 0:00.00 /Library/StartupItems/NortonMissedTasks/NortonMissedTasks start
396 ?? Ss 0:01.17 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
398 ?? Ss 0:00.01 inetd
410 ?? Ss 0:00.01 /usr/sbin/sendmail -bd -q1h
411 ?? S 0:00.04 /usr/sbin/sendmail -bd -q1h
414 ?? Ss 0:00.00 /usr/sbin/sendmail -C /etc/mail/submit.cf -q1h
432 ?? S 0:00.43 DirectoryService
438 ?? S 0:00.66 /Library/OpenBase/bin/OpenBase EuroAccountant
441 ?? Ss 0:01.79 /System/Library/CoreServices/pbs
447 ?? S 0:01.82 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock -psn_0_393217
448 ?? S 0:00.55 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer -psn_0_524289
449 ?? S 0:01.08 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder -psn_0_655361
456 ?? S 0:01.46 /Applications/iCal.app/Contents/MacOS/iCal -psn_0_1441793
468 ?? S 0:00.06 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/Image Capture Extension.app/Contents/MacOS/Image Capture Extension -
481 ?? Ss 0:00.03 pppd serviceid 1 plugin /System/Library/SystemConfiguration/PPPController.bundle/Contents/PlugIns/PPPDialogs.ppp debug logfile /tmp/ppp.log plugin PPPoE.ppp device en0
483 ?? S 0:09.05 /Applications/Mail.app/Contents/MacOS/Mail -psn_0_2228225
496 ?? Ss 0:00.34 /usr/sbin/lookupd
516 ?? S 0:12.97 /Applications/Safari.app/Contents/MacOS/Safari -psn_0_2359297
517 ?? S 0:03.56 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -psn_0_2490369
518 std Ss 0:00.35 login -pf
519 std S 0:00.04 -tcsh (tcsh)
521 std R+ 0:00.00 ps -ax
Is there something inside that code that is mysql?
Can I just kill it?
@lex
PS. Maybe my failure was that I didn't disconnect from the database before I was shutting down the Web Sharing...?