Hostname error on install

2003-01-13 Thread Mike
OS - FreeBSD 4.7 Release
MySQL 3.23.54

Have an odd error. When reinstalling MySQL, I needed to add something's,
it says the hostname is wrong, I did a make clean and tried make
reinstall --force and everything else I can find. Never had this error
before! Nothings been changed since it was installed and my host name is
a fully qualified domain name and it's been working great for months.

1. Has anyone else had this error and how do I fix it.

2. How can I completely remove MySQL, I tried make uninstall no go. I
would prefer doing this so I can make sure it's clean.

None of the other services, Web , Webmin, firewall , sendmail have any
issues with the name. 

Thanks

M;)


-
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: @HOSTNAME@error

2001-09-10 Thread harry amarantidis

I checked my boot log and found the follwing errors
/etc/init.d/rc.d/S61mysql: @HOSTNAME@: command not found
/etc/init.d/rc.d/S61mysql: my_print_defaults: command not found

I have checked the manual but could not figure out if this is a problem
or not
mysql seems t run fine for now. What are these commands use for?

any insight would greatly be appreciated


Harry Amarantidis


-
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: @HOSTNAME@error

2001-09-10 Thread Narvaez, Teresa

Those are the startup scripts to startup MySQL when the server is rebooted.
view the file /etc/init.d/rc.d/S61mysql and search for @HOSTNAME@ and
my_print_defaults and see how these commands are invoked and if they
exists on your system.  

Hope this helps, 
-Teresa

-Original Message-
From: harry amarantidis [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 5:02 PM
Cc: [EMAIL PROTECTED]
Subject: Re: @HOSTNAME@error


I checked my boot log and found the follwing errors
/etc/init.d/rc.d/S61mysql: @HOSTNAME@: command not found
/etc/init.d/rc.d/S61mysql: my_print_defaults: command not found

I have checked the manual but could not figure out if this is a problem
or not
mysql seems t run fine for now. What are these commands use for?

any insight would greatly be appreciated


Harry Amarantidis


-
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 -h hostname error

2001-06-13 Thread Nancy Yang

Hi,

when I try the following command, I got hostname is not allowed to connect to
this mysql server.

Any clue?

Nancy


-
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




Fwd: mysql -h hostname error

2001-06-13 Thread Nancy Yang


The command I used was:
mysql[2]mysql -u root -h som-host-name
ERROR 1130: Host 'some-host-name.bbn.com' is not allowed to connect to this 
MySQL serv
er


Date: Wed, 13 Jun 2001 14:18:46 -0400
To: [EMAIL PROTECTED]
From: Nancy Yang [EMAIL PROTECTED]
Subject: mysql -h hostname error
Cc: Danny Vukelich [EMAIL PROTECTED]

Hi,

when I try the following command, I got hostname is not allowed to 
connect to
this mysql server.

Any clue?

Nancy



-
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: mysql -h hostname error

2001-06-13 Thread Neil Zanella


In order for this to work you must have privileged access
to the mysqld server on which you must be able to execute
a GRANT statement to allow access from your host. If
you do not have this privilege then you're out of luck.
Connecting from other hosts then the server host is
considered to be a security risk which is why it is
disabled by default.

Neil

On Wed, 13 Jun 2001, Nancy Yang wrote:

 Hi,

 when I try the following command, I got hostname is not allowed to connect to
 this mysql server.

 Any clue?

 Nancy


 -
 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