Become mysql user

2006-08-21 Thread Karl Larsen
   I think I need to su - mysql and it askes for a password. What is 
that password?


Karl


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Become mysql user

2006-08-21 Thread Chris White
On Monday 21 August 2006 08:40 am, Karl Larsen wrote:
 I think I need to su - mysql and it askes for a password. What is
 that password?

If you're root you don't need to enter a password.  If you can't become root 
then the system admin has that information.

 Karl

-- 
Chris White
PHP Programmer/DBooker
Interfuel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Become mysql user

2006-08-21 Thread Jan Pieter Kunst

On 8/21/06, Chris White [EMAIL PROTECTED] wrote:

On Monday 21 August 2006 08:40 am, Karl Larsen wrote:
 I think I need to su - mysql and it askes for a password. What is
 that password?

If you're root you don't need to enter a password.  If you can't become root
then the system admin has that information.

 Karl


Or, if you are allowed to use sudo, the command to enter would be

$ sudo su mysql

and the password to enter would normally be your own password

JP

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]