Hello,
I just installed mysql 3.23.36 on a Debian Potato system. I know your going
to tell me to read the manual. I have been and will continue.

Any help would be greatly appreciated.

Thanks,
Mike

I have (at least) two problems

When I do a ps-ef | grep mysqld:
root     19004 25880  0 20:04 pts/1    00:00:00 sh
/usr/local/mysql/bin/safe_mysqld --user
=mysql
mysql    19024 19004  0 20:04 pts/1    00:00:00
/usr/local/mysql/libexec/mysqld --basedir=
/usr/local/mysql --datadir=/usr/local/mysql/var --user=mysql --pid-file=/usr
/local/mysql/v
ar/mail.mikeshome.com.pid --skip-locking
mysql    19026 19024  0 20:04 pts/1    00:00:00
/usr/local/mysql/libexec/mysqld --basedir=
/usr/local/mysql --datadir=/usr/local/mysql/var --user=mysql --pid-file=/usr
/local/mysql/v
ar/mail.mikeshome.com.pid --skip-locking
mysql    19027 19026  0 20:04 pts/1    00:00:00
/usr/local/mysql/libexec/mysqld --basedir=
/usr/local/mysql --datadir=/usr/local/mysql/var --user=mysql --pid-file=/usr
/local/mysql/v
ar/mail.mikeshome.com.pid --skip-locking
root     19104 25880  0 20:40 pts/1    00:00:00 grep mysqld



The server appears to be running. I'm new to mysql but that looks like
running.

If I do a :/usr/local/mysql# /usr/bin/mysqladmin version
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (
111)'
Check that mysqld is running and that the socket:
'/var/run/mysqld/mysqld.sock' exists!



If I do a : /usr/local/mysql/bin/mysqladmin -u root -p password
Enter password:
/usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to