 |
BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6  | This is the forum to discuss the Wrox book Beginning PHP, Apache, MySQLWeb Development by Michael K. Glass, Yann Le Scouarnec, Elizabeth Naramore, Gary Mailer, Jeremy Stolz, Jason Gerner; ISBN: 9780764557446 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

December 18th, 2004, 02:52 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
'net' is not recognized as a command
Page 21 requires the use of the net commands, NET START AND NET STOP.
My computer returns an error: 'net' is not recognize as an internal or external command.
I can't get help either by using net /? ... it's like the net services are not loaded. However, my workstation and server services are properly loaded and operating, be reference to the services applet.
A little searching leads me to think I need to load IIS.
Any suggestions?
__________________
ABabb
Dallas TX
|
|

December 18th, 2004, 04:03 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
You need to load MySQL. You need to load IIS or Apache first, and then MySQL.
Get MySQL from www.mysql.com.
When you have it installed under C:\mysql open a cmd prompt, go to c:\mysql\bin and type
mysql net start
Good luck!
-Snib - http://www.snibworks.com
Where will you be in 100 years?
|
|

December 18th, 2004, 04:05 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I think I solved my own problem. (Aside: I guess there's no way to delete a topic once you figure out the problem.)
The problem was with my path. Hyperion Essbase had installed itself as the first item in the PATH environment variable, in front of %systemroot%\system32.
You wouldn't think that would make a difference but at least it did on this machine.
Once I rearranged the path with %systemroot%\system32 in front of the Hyperion excel addin, the 'net commands' began working from the c:\ prompt, as they should.
Anyway, that's how it worked for me.
|
|

December 18th, 2004, 04:10 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by Snib
You need to load MySQL. You need to load IIS or Apache first, and then MySQL.
Get MySQL from www.mysql.com.
When you have it installed under C:\mysql open a cmd prompt, go to c:\mysql\bin and type
mysql net start
Good luck!
Snib,
Thanks for the tip. Here's the next issue. When I do:
NET START mysql
I get the following:
mysql service starting up.
system error occurred
error 1067
procedure terminated, or something like that.
(The system does, however, recognize the installed mysql executable.)
-Snib - http://www.snibworks.com
Where will you be in 100 years?
|
|
|

December 18th, 2004, 06:38 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
|
|

December 18th, 2004, 07:03 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

December 18th, 2004, 07:06 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Snib,
Sounds like others have seen error 1067 before. Unfortunately, I'm on a budget so I'll have to find other fields besides your link. Can't afford to subscribe.
Take care,
ABabb
|
|

December 20th, 2004, 02:31 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
You don't actually have to sign up to see the solution, just scroll down the page I gave you a little to see user-submitted comments.
-Snib - http://www.snibworks.com
Where will you be in 100 years?
|
|
 |