The MYSQL account on Linux

2003-11-18 Thread Myhre, Julie
Hello, I started my current job with MySQL already installed on a Linux box, and no one seemed to know what the mysql account's password was I want to know/change the Linux password so I can login as mysql. So far it has been fine to become root and su to mysql, as I don't do it THAT often,

RE: The MYSQL account on Linux

2003-11-18 Thread Myhre, Julie
PROTECTED] Sent: Tuesday, November 18, 2003 12:01 PM To: Myhre, Julie Cc: [EMAIL PROTECTED] Subject: Re: The MYSQL account on Linux Why do you want to login as mysql? This really is not a mysql question, but while logged in as root, enter the command: passwd mysql Myhre, Julie wrote: Hello, I

Saving the command buffer

2003-04-03 Thread Myhre, Julie
Hello, I've been searching the manual and the web for information on saving the last command I just typed in at the mysql prompt. If I create a complex command in SQLPLUS that I'd like to use in the future, I can then type save greatcommand.sql, and the last command executed is saved to the