logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Shutting MySQL correcly down
Author
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 19 Jul '06 9:42    Post subject: Shutting MySQL correcly down Reply with quote

is there a way to shut mysql correcly down? I tried severel thing. But I have to shut it down by the taskmanager.
i haven't installed it as service. I start it over the commandline
mysql\bin\mysqld-nt --defaults-file=\server\mysql\my.cnf --standalone

when I try
mysqladmin shutdown
I get an Access denied for 'ODBC'@'localhost'
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 19 Jul '06 10:00    Post subject: Reply with quote

OK, after going thrugh several forums I got it!
Code:

mysqladmin -u root shutdown


with a password
Code:

mysqladmin --user=root --password=ihr_passwort shutdown
Back to top


Reply to topic   Topic: Shutting MySQL correcly down View previous topic :: View next topic
Post new topic   Forum Index -> Other Software