Re: Fwd: Error 2013 when running Configuration Wizard
Shawn Green <[email protected]> Tue, 17 Jul 2007 23:42:56 -0400
| Newsgroups | gmane.comp.db.mysql.windows |
|---|---|
| Organization | MySQL, Inc. |
| Message-ID | <[email protected]> |
Hi Jimmy,
Jimmy Wu wrote:
> <snip>
> I've followed the manual setup instructions, and have mysql installed in
> C:\mysql
> running mysqld --console gives me what seems to be normal output
> similar to
> that in the manual, but the program freezes on me - it stops
> responding and
> the only thing I can do is force quit the command prompt.
> <snip>
>
What is happening is not a freeze.
If the server has nothing to log, you will see nothing appear in the
screen. The reason you do not get a prompt back after issuing a mysqld
--console command is precisely because the server *is still running*.
The prompt won't reappear until after you stop the server.
Start a second command prompt and issue the following command to start
an interactive mysql session using the Command Line Interface (the MySQL
CLI)
shell>mysql -u root
To end your session, type
mysql> exit
and you will be back at the command line prompt. To get your server to
stop (and restore interactive access to your first screen) you should
issue the following command:
shell> mysqladmin -u root shutdown
To learn more about the utilities "mysql" and "mysqladmin" please read
the following sections in the manual
http://dev.mysql.com/doc/refman/5.0/en/mysql.html
http://dev.mysql.com/doc/refman/5.0/en/mysqladmin.html
and for a walkthough tutorial, please refer to chapter 3
http://dev.mysql.com/doc/refman/5.0/en/connecting-disconnecting.html
Kindly yours,
--
Shawn Green, Support Engineer
MySQL Inc., USA, www.mysql.com
Office: Blountville, TN
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ /
/ /|_/ / // /\ \/ /_/ / /__
/_/ /_/\_, /___/\___\_\___/
<___/
Join the Quality Contribution Program Today!
http://dev.mysql.com/qualitycontribution.html
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/[email protected]