Mailinglist Archive: opensuse (4343 mails)
| < Previous | Next > |
Re: [SLE] mysql root permission denied
- From: sjb <ottaky@xxxxxxxxxx>
- Date: Thu, 07 Nov 2002 11:12:40 +0000
- Message-id: <3DCA4AA8.8080208@xxxxxxxxxx>
steve wrote:
Are you actually giving mysqladmin a command?
mysqladmin -u root -pPASS status
If you're trying to get a command line interface to the database
mysql -u root -pPASS
Is mysqld running?
mysqld -u root -pPASS &
sjb
It gives a list of options and commands only.
Are you actually giving mysqladmin a command?
mysqladmin -u root -pPASS status
If you're trying to get a command line interface to the database
mysql -u root -pPASS
Is mysqld running?
mysqld -u root -pPASS &
sjb
| < Previous | Next > |