Hi Anthony, The problem with Apache is because you are running from the command prompt. If you are on NT or equivalent you should start install Apache as a service, then use the service manager to start and stop it. If you must run from the command prompt, then use CTRL-C to close down apache.
The second problem looks like you have passwords set for the user root, but are not passing them as part of the login. You might want to set the correct login and password in my.ini. Adam Anthony Evans wrote: > > Dear All, > > I have downloaded and installed PHP Triad (Apache, MySQL and PHP). > > I have two problems : > > 1. I can't see any obvious way of shutting down Apache. I can only seem to > do it by closing the DOS session. When I restart Apache I get the '[warn] > pid file /apache/logs/httpd.pid overwritten -- Unclean shutdown of previous > Apache run ?' warning. How can I shut this down cleanly ? > > 2. When starting phpmyadmin I get the following warning : 'Warning: MySQL > Connection Failed: Access denied for user: 'root@localhost' (Using password: > NO) :\apache\htdocs\phpmyadmin\lib.inc.php on line 255 Error' > > Thankyou so much in advance if anyone can help. > > Regards, > > Anthony > > --------------------------------------------------------------------- > Before posting, please check: > http://www.mysql.com/manual.php (the manual) > http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php -- Adam Donnison email: [EMAIL PROTECTED] Saki Computer Services Pty. Ltd. 93 Kallista-Emerald Road phone: +61 3 9752 1512 THE PATCH VIC 3792 AUSTRALIA fax: +61 3 9752 1098 --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
