Re: looking for portnumber ...

2002-10-07 Thread hans schneidhofer

Am Montag, 7. Oktober 2002 13:07 schrieben Sie:
 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:

 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. Just typing the word MySQL once will be sufficient, for
 example.

 You have written the following:

 hi list,
 have forgotten, how the file is called, where I can take a look for the u=
 sed=20
 portnumbers in my system - does anybody know, where I have to go for look=
 ing=20
 ?
 thanks in advance
 bye hans


-
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




one step up ...

2002-09-27 Thread hans schneidhofer

hi list,
have a simple newbie-question
was looking for a possibility to go back one step after do a use sample_db 
but cannot find anything in the doc-files.

what I mean is this :
logging into mysql with using :
mysql -u root -p
then I get :
mysql 
now I'm using use sample_db
and can do some learnings, but how can I get back before use sample_db, so I 
can do a show databases; and see the mysql database ?

thanks for helping and bye
hans

-
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




deliver-problem to this list

2002-09-23 Thread hans schneidhofer

hi,hope anybody can help :
since a few days I have more and more trouble with sending and receiving
mails from  and to this list.
sending to results very often in such a message :
Von:Mailer-Daemon [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff:NDN: ERROR 1146
Datum:  23 Sep 2002 06:03:54 +0100  
Sorry. Your message could not be delivered to:

Ian Fieldhouse (Mailbox or Conference is full.)


or the next :
Von:[EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff:Nondeliverable mail
Datum:  23 Sep 2002 00:02:06 +0200  
--Transcript of session follows ---
[EMAIL PROTECTED]
The system cannot find the path specified.




Von:[EMAIL PROTECTED]
Antwort an: [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff:[expert] new behavior in /var/www/html ?
Datum:  22 Sep 2002 15:25:59 +0200  

and for receiving post, I got a mail tomorrow like this here :
Von:[EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff:ezmlm warning
Datum:  22 Sep 2002 21:09:39 +  
Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.


Messages to you from the mysql mailing list seem to
have been bouncing. I've attached a copy of the first bounce
message I received.

If this message bounces too, I will send you a probe. If the probe
bounces,
I will remove your address from the mysql mailing list,
without further notice.

has anyone an idea, whats going on here - 
I'm sure, I don't have made any changes in my adressbox, but now I get
more and more errors like this here.
hope anyone has an idea
bye hans




-
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 1146

2002-09-23 Thread hans schneidhofer

hi list,
trying to do my first steps with mysql, i have done the following :
mysql USE mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql INSERT INTO mysql VALUES(localhost, sample_db,
'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
ERROR 1146: Table 'mysql.mysql' doesn't exist

hmm - what I have done wrong here ? or do I have to do something before
?

these steps are a piece of description in a mysql-book mysql in 21
days and 

thanks for helping
bye hans





-
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 1146

2002-09-22 Thread hans schneidhofer

hi list,
trying to do my first steps with mysql, i have done the following :
mysql USE mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql INSERT INTO mysql VALUES(localhost, sample_db,
'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
ERROR 1146: Table 'mysql.mysql' doesn't exist

hmm - what I have done wrong here ? or do I have to do something before
?

these steps are a piece of description in a mysql-book mysql in 21
days and 

thanks for helping
bye hans




-
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 -p as simple user ?

2002-09-20 Thread hans schneidhofer

hi,
have done a succesful update 3.23.36 to 2.23.47 on my mandrake-box 8.2,
but have now that question :
as user root it is possible to login now with mysql -p the
password-question appears, typing in the root-password is okay and I can
see the prompt mysql but as a simple user and doing all the steps
above I get :
[papabaer@hanna papabaer]$ mysql -p
Enter password:
ERROR 1045: Access denied for user: 'papabaer@localhost' (Using
password: YES)

is it not possible, doing a login as a simple user - not only as root ?
thought, using mysql -p does the trick ?

or may I have to do some changes more ? and if so, where I have to do
that steps ? what I have to do there ?

hope someone can help me. I know, this is a really question for
dummies but I don't know it.
thanks and bye
hans




-
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




start safe_mysqld

2002-09-13 Thread hans schneidhofer

hi,
have a simple question of about starting mysql :
staring with a book of mysql I should start mysql as the loggedin-user, which 
is my case papabaer as follows :

safe_mysqld 

but trying that, I get :

[papabaer@hanna papabaer]$ safe_mysqld
Starting mysqld daemon with databases from /var/lib/mysql
/usr/bin/safe_mysqld: /var/lib/mysql/hanna.develop.business-conzept.at.err: 
Keine Berechtigung
/usr/bin/safe_mysqld: /var/lib/mysql/hanna.develop.business-conzept.at.err: 
Keine Berechtigung
tee: /var/lib/mysql/hanna.develop.business-conzept.at.err: Keine Berechtigung
020913 12:18:57  mysqld ended
tee: /var/lib/mysql/hanna.develop.business-conzept.at.err: Keine Berechtigung

(Keine Berechtechtigung = no rights)

have done a look for all accesses and found that :

-rwxr-xr-x1 root root 8173 Apr  9  2001 /usr/bin/safe_mysqld*

so - as I can see, it has an executable access.

what can I do there ?
hope anyone has a glue ?
thanks and bye
hans

-
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-DBI-perl-bin ... problems

2002-09-11 Thread hans schneidhofer

hi list, 
have got an error in trying to install MySQL-bench-3.23.52-1
rpm  says, that the file MySQL-DBI-perl-bin is reqired, but 
MySQL-DBI-perl-bin-1.1825-1 is installed. and so I could see in rpmfind.org, 
this file is the last one. 

would it be possible, that there should be another version of this file 
installed ?

here is an output of a new try to install MySQL-DBI-perl-bin
and have discovered the following hint in the messages, rpm 
produce with the -options :

D: the B dependency needs an epoch (assuming same as A)

  A DBI-perl-bin = 1:0.93-1   B DBI-perl-bin = 0.90
 ~~  ~~~   ~~   
D:   YESA DBI-perl-bin = 1:0.93-1   B DBI-perl-bin = 0.90
D:  Requires: DBI-perl-bin = 0.90  YES (db provides)

hmm, maybe, this is eventually a possible solution ?

the kernel-version, I have is : kernel-2.4.9-31mppe
the gcc-version : 
[root@mozart /root]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-81)
[root@mozart /root]#

the full output of just installed Mysql-DBI ... is as follows :
Mysql-DBI-perl-bin-1.1825-1

hope that helps for a solution
thanks again
bye hans

-
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




change from MySQL-3.23.36 to 3.23.52

2002-09-10 Thread hans schneidhofer

hi,
have some interesting questions about an updated from MySQL-3.23.36 to 
MySQL-3.23.52

I am using a preinstalled MySQL-3.23.36 from mandrake (is a 8.0 mdk) and will 
change to a MySQL-3.23.52.
because I cannot find a MySQL-3.23.52-shared-version I would try to install 
the new MySQL-3.23.52 as a tarball. 

if I'll do that, I have some dependicies to MySQL-related programs like 
php-mysql and perl-mysql as well as apache.
My question now is :
if I do an rpm -e (all MySQL's, php4 and perl-mysql-mod as well as php-mysql 
and so on) what related things I have to look for, before I can install the 
new version of MySQL ?

does anyone have some experiences with it ?

hope anyone can help or spend some ideas
bye hans

-
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