>Then it wouldn't let me start it with ./bin/safe_mysqld --user=mysql &
>but I could start it without naming a user (./bin/safe_mysqld) and
>create new dbs and stuff. So is that running as root then? It also won't
>let me change the password (or I'm doing it wrong---using ./mysqladmin
>-u root -p password 'new-password'; then it prompts me for a password?!
>What should I do there? What is the password?

Did you install according to the instructions found in the MySQL manual?

After installing you should set the root password. Failing this will leave 
your server open to anyone who likes it.. thats bad. You tried to solve 
it.. but you just need to retype the password again.. (if I remember it 
correctly).

You try to run mysql as root.. thats bad.. read the manual (www.mysql.com) 
or.. if you compile from source you can find it in /path/where/source/is/Doc

You should also change the rights according to the info in the manual..

Bye,


B.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to