hi :) i get some instructions from http://talk.eryxma.com/showthread.php?s=&threadid=2019
part of the instructions are as follows: ________________________________________________________________ 6. Now get in to the phpmyadmin directory. And now you should edit config.inc.php file with your editor. run vi; code: vi config.inc.php 7. You only need to change three variables in it. These variable are shown below. code: $cfgPmaAbsoluteUri = 'http://domain.com/phpmyadmin/'; $cfgServers[$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') $cfgServers[$i]['controluser'] = 'root'; // MySQL control user settings // (this user must have read-only $cfgServers[$i]['controlpass'] = 'rootpassword'; // access to the "mysql/user" // and "mysql/db" tables) $cfgServers[$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? $cfgServers[$i]['user'] = 'root'; // MySQL user $cfgServers[$i]['password'] = 'rootpassword'; // MySQL password (only needed) 8. After you save and close the file now you can open it from the webbrowser now. http://domain.com/phpmyadmin/ _________________________________________________________________ but, the problem is, i dont know how to use vi editor. after i type "vi config.inc.php", i copy and paste the code seperti di atas. then i dont know how to save it. then i exit. then now when i open http://localhost/phpmyadmin, the error is : ______________________________________________________ phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server. Error MySQL said: #1045 - Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) ________________________________________________________ how ya??? what should i do? before this, after i just finish install phpmyadmin, i open http://localhost/phpmyadmin, it can open. it says it connect to mysql using default password, but got message ask me to go and change the password in config.inc.php. that's why i go and follow the instruction above. can somebody please help me ? any way to undo my action? this is really urgent...please..... thank you very much hweefarn __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php
