error when installing mysql, plz help

2001-10-19 Thread David Loszewski

I typed './mysqladmin -u root -p password my new password' and this
came up, ideas on what I could do to solve this problem that I'm having?
By the way, I'm using the MySQL 3.23

./mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock'
exists!

In need of desperate help,
Dave


-
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




error when installing mysql, plz help

2001-10-19 Thread David Loszewski

I typed './mysqladmin -u root -p password my new password' and this
came up, ideas on what I could do to solve this problem that I'm having?
By the way, I'm using the MySQL 3.23

./mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)' Check that mysqld is running and that the socket:
'/tmp/mysql.sock' exists!

In need of desperate help,
Dave



-
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




connect error

2001-05-28 Thread David Loszewski

What does this mean and how do I fix it, I just finished installing from 
source tar.

[root@Precious /]# mysql -u root -p
Enter password:
ERROR 2002: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)

Dave


-
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




Re: pas

2001-05-27 Thread David Loszewski

[EMAIL PROTECTED] wrote:

Your message cannot be posted because it appears to be either spam or
simply off topic to our filter. To bypass the filter you must include
one of the following words in your message:

database,sql,query

If you just reply to this message, and include the entire text of it in the
reply, your reply will go through. However, you should
first review the text of the message to make sure it has something to do
with MySQL. You have written the following:


hey, once I change the password for root, is there a way to check to see 
if it was actually changed?

DAve






-
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




installing mysql(password??)

2001-05-26 Thread David Loszewski

when you first install mysql server does it assign a default password 
becuase it tells me to enter these in to make a password for my server, 
but I don't know what the heck to do with them, but when I try them it 
says access denied

/usr/bin/mysqladmin -u root -p password 'new-password'
/usr/bin/mysqladmin -u root -h Precious -p password 'new-password'


Dave


-
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




RE: default password?

2001-04-14 Thread David Loszewski

it tells me that I'm missing a command if I take away the -p

Dave

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Guray Sunamak
Sent: Saturday, April 14, 2001 3:27 AM
To: David Loszewski
Cc: [EMAIL PROTECTED]
Subject: Re: default password?


Do not include "-p". Then it won't ask you a password

David Loszewski wrote:

 After intsalling mysql is there a default password assigned to root?
 I type "./mysqladmin -u root -p password 'new-password'"
 Well, I don't know what the old/default password is deermind for the
 american
 How do I fix it?

 thx,
 DAVE

 -
 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

--
Guray Sunamak   \\\|///
[EMAIL PROTECTED]   \\  - -  //
computer turtle @Samtek-Itc Ankara/Turkey  (  0 0  )
ICQ# 73827870   -oOOo-(_)-oOOo-




-
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




default password?

2001-04-13 Thread David Loszewski

After intsalling mysql is there a default password assigned to root?
I type "./mysqladmin -u root -p password 'new-password'"
Well, I don't know what the old/default password is deermind for the
american
How do I fix it?

thx,
DAVE


-
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




Please HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!

2001-04-11 Thread David Loszewski

k, I followed the instuctions on the MySQL page, downloaded
mysql-3.23.36-pc-linux-gnu-i686.tar.gz for redhat linux and then followed
the install directions:

shell groupadd mysql
shell useradd -g mysql mysql
shell cd /usr/local
shell gunzip  /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell ln -s mysql-VERSION-OS mysql
shell cd mysql
shell scripts/mysql_install_db -- The install
shell chown -R root  /usr/local/mysql

I got up to this part and it gave me an error, here's what I did, should I
have just done it by rpm?  Just in case how would I uninstall this if I
change my mind to install by rpm instead, or is there anything to uninstall?
What do I do?

thx,
Dave

[root@sp mysql]# scripts/mysql_install_db   -- The install
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
./bin/mysqladmin -u root -p password 'new-password'
./bin/mysqladmin -u root -h sp -p password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd . ; ./bin/safe_mysqld 

You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory:
cd sql-bench ; run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com

[root@sp mysql]# chown -R root /usr/local/mysql -- The problem
chown: /usr/local/mysql: No such file or directory


-
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


-
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


-
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




mysql install not working, HELP!!!!

2001-04-10 Thread David Loszewski

k, I followed the instuctions on the MySQL page, downloaded
mysql-3.23.36-pc-linux-gnu-i686.tar.gz for redhat linux and then followed
the install directions:

shell groupadd mysql
shell useradd -g mysql mysql
shell cd /usr/local
shell gunzip  /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell ln -s mysql-VERSION-OS mysql
shell cd mysql
shell scripts/mysql_install_db -- The install
shell chown -R root  /usr/local/mysql

I got up to this part and it gave me an error, here's what I did, should I
have just done it by rpm?  Just in case how would I uninstall this if I
change my mind to install by rpm instead, or is there anything to uninstall?
What do I do?

thx,
Dave

[root@sp mysql]# scripts/mysql_install_db   -- The install
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
./bin/mysqladmin -u root -p password 'new-password'
./bin/mysqladmin -u root -h sp -p password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd . ; ./bin/safe_mysqld 

You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory:
cd sql-bench ; run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com

[root@sp mysql]# chown -R root /usr/local/mysql -- The problem
chown: /usr/local/mysql: No such file or directory


-
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




RE: installation problem with Linux

2001-04-10 Thread David Loszewski

um...what?



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 10, 2001 12:29 PM
To: [EMAIL PROTECTED]
Subject: installation problem with Linux


Description:
sadsa

How-To-Repeat:
sasa
Fix:
none

Submitter-Id:  submitter ID
Originator:Richard McMahon
Organization:  Institute of Astronomy, University of Cambridge
MySQL support: [none | licence | email support | extended email support ]
none
Synopsis:
installation problem
Severity:
critical
Priority:
Category:  mysql
Class:
Release:   mysql-3.23.36 (Official MySQL binary)

Environment:

System: Linux vis100a 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
Architecture: i686

Some paths:  /usr/local/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc
/usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.0)
Compilation info: CC='gcc'  CFLAGS='-O6 -mpentium '  CXX='gcc'
CXXFLAGS='-O6 -mpentium  -felide-constructors'  LDFLAGS='-static'
LIBC:
lrwxrwxrwx1 root root   14 Dec 12 14:48 /lib/libc.so.6 -
libc-2.1.92.so
-rwxr-xr-x1 root root  4776568 Aug 30  2000 /lib/libc-2.1.92.so
-rw-r--r--1 root root 22607104 Aug 30  2000 /usr/lib/libc.a
-rw-r--r--1 root root  178 Aug 30  2000 /usr/lib/libc.so
Configure command: ./configure  --prefix=/usr/local/mysql
'--with-comment=Official MySQL
binary' --with-extra-charsets=complex --enable-assembler --with-mysqld-ldfla
gs=-all-static --with-client-ldflags=-all-static --disable-shared


-
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


-
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




recommended install

2001-04-09 Thread David Loszewski

is it recommended to install mysql by rpm or tar?

dave

-
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




Someone give me suggestion please?

2001-04-09 Thread David Loszewski

is it recommended to install mysql by rpm or tar?

dave

-
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




RE: uninstalling MySQL

2001-04-08 Thread David Loszewski


that worked, thx

I also installed PHP4, should I uninstall that? I installed it as a tar. and
if so how do I do it?

Dave

-Original Message-
From: Steve Ruby [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 08, 2001 7:46 PM
To: David Loszewski
Subject: Re: uninstalling MySQL



If rpm -qa shows MySQL rpms then you use

rpm -e package name

then you remove the installed directories,
I wouldn't do an rm -fr /usr/local/var like the person before
said, he probably mean rm -fr /usr/local/var/mysql which would
be safe

David Loszewski wrote:

 so what do I do after that?

 Dave

 -Original Message-
 From: Steve Ruby [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 08, 2001 2:32 PM
 To: Roel Vanhout
 Cc: David Loszewski; [EMAIL PROTECTED]
 Subject: Re: uninstalling MySQL

 Probably should change that first line to
 rpm -qa | grep -i mysql

 Roel Vanhout wrote:
 
  rpm -qa | grep mysql
 
  if nothing found,
 
  rm -rf /usr/local/var
  rm -rf `find /usr/local/bin/ | grep mysql`
  rm -rf /etc/my.cnf
 
  This should catch about everything.
 
  cheers,
 
  roel
 
  On Sun, Apr 08, 2001 at 12:24:08AM -0400, David Loszewski wrote:
   how do I uninstall MySQL 3.22 after installing it? worst part is that
I
   installed it so long ago that I can't
   remember if I did it by .rpm or .tar
  
   help please,
   Dave
  
  
   -
   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
  
 
  -
  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


-
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




uninstalling MySQL

2001-04-07 Thread David Loszewski

how do I uninstall MySQL 3.22 after installing it? worst part is that I
installed it so long ago that I can't
remember if I did it by .rpm or .tar

help please,
Dave


-
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