LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MySQL New Install... PASSWD problem (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-new-install-passwd-problem-210517/)

ryancoolest 07-28-2004 04:28 AM

MySQL New Install... PASSWD problem
 
Hi Guys,

I just installed mysql from mandrake CD RPM's.

What's the default username and password for mysql...???

marghorp 07-28-2004 07:01 AM

There is no default passwd for both. Just switch to root and create the passwrods you need. At command line: mysql -u root

This will drop you into the mysql command line:

I don't remember the exact command there, but do consider the page www.mysql.com --> developer zone --> documentation(searchable with user comments) --> Search for the command GRANT

It will give you all the info you need.

Peace!

ryancoolest 07-28-2004 09:01 PM

Quote:

Originally posted by marghorp
There is no default passwd for both. Just switch to root and create the passwrods you need. At command line: mysql -u root

This will drop you into the mysql command line:

I don't remember the exact command there, but do consider the page www.mysql.com --> developer zone --> documentation(searchable with user comments) --> Search for the command GRANT

It will give you all the info you need.

Peace!

I'll try this one ... Thanks marghorp


All times are GMT -5. The time now is 09:44 PM.