
January 28th, 2004
08:21 PM
Create Your Own Server Tutorial
When I installed MySQL in the tutorial, I went to put in the MS DOS code:
C:\ > C:
C:\ > cd mysql
C:\mysql > cd bin
C:\mysql\bin > mysqladmin -uroot password InsertYourPasswordHere
And when I hit enter it gave me:
C:\MYSQL\BIN\MYSQLA~1.EXE:
CONNECT TO SERVER AT 'LOCALHOST' FAILED
ERROR: 'ACCESS DENIED FOR USER:
'ROOT@LOCALHOST' (USING PASSWORD: NO)'
What should I do?

January 28th, 2004
08:26 PM
Neverside Newbie
Status: Offline!
Start MySQLAdmin manually. It will prompt for user/pass.

January 28th, 2004
09:05 PM
I'm a programmer with art skills. ...
Status: Offline!
You need to start the mysqld server daemon. mysqladmin is a client. ...
akdov: he was starting it manually. ... heh.
___________________
--
Jason Ricketts
jason@dork.cx
http://www.kerneld.org

January 28th, 2004
09:16 PM
Neverside Newbie
Status: Offline!
What I meant was to not run it from the command line. Run the actual program from the folder (you can start/stop install/uninstall the mysqld daemon from the admin)

January 29th, 2004
12:44 PM
I need a little help, I followed the tutorial to set up my own server andeverything worked perfectly untill the last step.
When i went 'run/http://localhost/phpMyAdmin/index.php
I got this error message
Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 11 in c:\program files\apache group\apache\htdocs\phpmyadmin\libraries\common.lib.php on line 572
Any ideas on what is wrong?

January 30th, 2004
04:19 PM
Does anyone ever read these things?
Status: Offline!
post the line 11 ofyou php file. Yoiu have a syntax error, or you dont have a connection with the db.
___________________
All opinions will be lined up and shot!

January 30th, 2004
06:05 PM
What file do you want me to post?

February 1st, 2004
05:31 PM

I have also experinced this with my phpMyAdmin script. These are the errors I get:
Warning: Cannot modify header information - headers already sent by (output started at c:\apache group\apache\htdocs\phpmyadmin\libraries\auth\config.auth.lib.php:96) in c:\apache group\apache\htdocs\phpmyadmin\libraries\header_http.inc.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at c:\apache group\apache\htdocs\phpmyadmin\libraries\auth\config.auth.lib.php:96) in c:\apache group\apache\htdocs\phpmyadmin\libraries\header_http.inc.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at c:\apache group\apache\htdocs\phpmyadmin\libraries\auth\config.auth.lib.php:96) in c:\apache group\apache\htdocs\phpmyadmin\libraries\header_http.inc.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at c:\apache group\apache\htdocs\phpmyadmin\libraries\auth\config.auth.lib.php:96) in c:\apache group\apache\htdocs\phpmyadmin\libraries\header_http.inc.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at c:\apache group\apache\htdocs\phpmyadmin\libraries\auth\config.auth.lib.php:96) in c:\apache group\apache\htdocs\phpmyadmin\libraries\header_http.inc.php on line 20