The shutdown tag has no wiki summary.
2
votes
1answer
45 views
Oracle DataBase startup fail severel times. Giving ksvcreate
Last night my production server database (ORACLE 10.2.04) was showing me number of connection exceeded as some times it show me. then as usual I shut down abort my database then at the time database ...
0
votes
2answers
46 views
How to Identify the user who issued MySQL Shutdown command
We have had several situations when our production MySQL server suddenly became unavailable. The error log just shows "Normal shutdown" followed by the typical shutdown messages. How can I determine ...
1
vote
1answer
43 views
Oracle: force shutdown as root without knowing logins
I am root on a GNU/Linux machine with Oracle 10.2.0.1.0 XE installed. I need to shut down Oracle, but I do not have admin logins to Oracle.
How do I as root force Oracle to shutdown?
I have a normal ...
0
votes
0answers
196 views
Can't stop MySQL server on Raspberry pi
I can't stop mysql server on raspberry pi. If I use mysql workbench I have been able to start and stop the server perfectly fine for months. However it now refuses to stop! How do I force it to stop?
...
2
votes
2answers
1k views
What steps are necessary to safely restart a machine hosting Microsoft SQL Server?
Are there any special steps necessary to prevent data corruption when restarting a server hosting an MS SQL instance?
For example, I recently encountered the recommendation of stopping the SQL ...
0
votes
2answers
1k views
How to quickly startup/shutdown Oracle 11?
I am wondering what is the quickest way to properly startup/shutdown a Oracle DB daemon (Oracle 11.2, installed on a test machine).
I need it for C/C++ programs that use the OCI/Pro*C API.
Currently ...
6
votes
1answer
152 views
Start/Stop MySQL
I'm seeking help to understand what happens when the following command line is executed:
root@prodn$ service mysqld stop
Yes, it shuts down the MySQL server so access to it is no longer available ...
2
votes
2answers
1k views
/usr/libexec/mysqld: Normal shutdown, but my team doesn't do that?
One of my databases has been shutting down abnormally, but the log said "normal":
130422 13:23:01 [Note] /usr/libexec/mysqld: Normal shutdown
130422 13:23:01 [Note] Event Scheduler: Killing the ...
6
votes
5answers
9k views
How to properly kill MySQL?
I have CentOS 64bit with CPanel installed and I use
service mysql stop
However, it keeps doing ..... for minutes and it never stops. It used to be instant. Any idea why it does that and how to fix? ...
0
votes
0answers
56 views
How to properly kill MySQL? [duplicate]
I have CentOS 64bit with CPanel installed and I use
service mysql stop
However, it keeps doing ..... for minutes and it never stops. It used to be instant. Any idea why it does that and how to fix? ...
1
vote
3answers
1k views
Instance Startup Modes & Shutdown Modes
So, I know that there are 3 modes of startup modes available for the instance which is NOMOUNT, MOUNT, and OPEN.
What I want to know is in NOMOUNT mode it is stated that the instance started but still ...
2
votes
1answer
5k views
How to properly stop MySQL server on Mac OS X?
I installed MySQL Community Server following instructions at
http://dev.mysql.com/doc/refman/5.0/en/macosx-installation.html
with the Startup Item and the MySQL Preference Pane.
I can stop the ...