Hallo!I recently configured LAMP in my computer.In phpMyAdmin,I configured to have the username root and password mypassword by altering the command below in config.inc.php
> To add to Knurpht post, ‘this article’ (http://anl4u.com/?p=710) might
> help you to create users and assigning privileges through terminal.
that’s a nice tutorial, but it assumes that your MySQL root account
already has a password. last time i installed MySQL, root had no password,
means totally insecure. you’ll find more extensive info. about securing a
new MySQL install and managing users here: http://dev.mysql.com/doc/refman/5.5/en/
this ‘reference manual’ also answers all other types of questions you may
come across dealing with MySQL. depending on reliability & speed of your
internet connection, you may want to download it to your local machine
from here: http://dev.mysql.com/doc/index.html