logging in using host alias not working

2013-04-18 Thread Larry Martell
We use host aliases to connect to MySQL all the time, never had an issue before. Today we added a new alias, and we cannot connect to the server using that one alias but only when we are on the local machine. Here is the NIS entry for this host: # ypmatch -k ubshp2 hosts ubshp2 192.132.2.143

Re: logging in using host alias not working

2013-04-18 Thread Larry Martell
Found the problem. There was cached DNS info on the host. Restarted nscd and then it worked. On Thu, Apr 18, 2013 at 10:59 AM, Larry Martell wrote: > We use host aliases to connect to MySQL all the time, never had an > issue before. Today we added a new alias, and we cannot connect

Re: Why is Host option Failing? *SOLVED*

2010-07-05 Thread Michael Satterwhite
On Monday, July 05, 2010 01:17:57 pm burhan.kha...@gmail.com wrote: > Michael: > > It could be that MySQL is only listening on localhost (127.0.0.1) and not > your net IP. Check your network settings in your server config. > Alternately, you can also do a > > netstat -anp | grep mysql > > As r

Re: Why is Host option Failing?

2010-07-05 Thread burhan . khalid
BlackBerry® smartphone from Wataniya Telecom -Original Message- From: Michael Satterwhite Date: Mon, 5 Jul 2010 10:04:22 To: Martin Clarke Cc: Subject: Re: Why is Host option Failing? On Monday, July 05, 2010 08:26:03 am you wrote: > Hi, > > dig should be in /usr/bin but its possible

Re: Why is Host option Failing?

2010-07-05 Thread Michael Satterwhite
On Monday, July 05, 2010 10:46:48 am Bob Cole wrote: > > The remote computer let me into mysql and I typed: > mysql> use mysql > mysql> select host, user, Password, Select_priv from user; > +--+--+---+ > --

Re: Why is Host option Failing?

2010-07-05 Thread Bob Cole
-h photon -u michael -p?? On my home computer I entered the following (note there is no space between the -p and the password): $ mysql -h www.my_abc_xyz.com -u myUserNm -pMyPasswrd The remote computer let me into mysql and I typed: mysql> use mysql m

Re: Why is Host option Failing?

2010-07-05 Thread Michael Satterwhite
On Monday, July 05, 2010 08:26:03 am you wrote: > Hi, > > dig should be in /usr/bin but its possible it isn't installed > I'm not sure about PcLinuxOS but it's in the dnsutils package on > debian/Ubuntu. As you said earlier, it's not necessary to use dig to check the ip address. Ping does the jo

Re: Why is Host option Failing?

2010-07-04 Thread Michael Satterwhite
On Sunday, July 04, 2010 06:36:00 pm you wrote: > What user are you at the time you are running these tests. Would I be > correct in guessing 'root'? > > The reason localhost works is because, in some distros, root is > enabled localhost with no password .. which is dangerous enough.. > granting

Re: Why is Host option Failing?

2010-07-04 Thread Michael Dykman
What user are you at the time you are running these tests. Would I be correct in guessing 'root'? The reason localhost works is because, in some distros, root is enabled localhost with no password .. which is dangerous enough.. granting root@'%" would be an invitation to disaster.. >From that sa

Why is Host option Failing?

2010-07-04 Thread Michael Satterwhite
I've recently reloaded my box (PCLinuxOS). The machine name on the network is photon. I've set this in the hosts table, in hostname, and on the network. in my.cnf I have the following 2 lines: bind-address= photon bind-address= localhost The "skip-networking" directive

how can i log user/host in the bin-log?

2010-06-22 Thread xufengnju
Hi All, How can I log user/host in the bin-log so I can get to know who from which host did some updates on my database? 2010-06-23 xufengnju

migrating a 32bit installation to a 64bit host - copy or export/import?

2009-12-16 Thread Götz Reinicke - IT-Koordinator
Hi, I plan to migrate a 32 bit MySQL installation to a 64bit host. (mysql-5.0.77) Both servers are RedHat EL 5.4 with the original mysql rpm. The "simpel" plan was to shut down mysql and than copy the db-files from /var/lib/mysql/ from host to host. Any suggestions? Or comments? O

host variables

2009-11-18 Thread Brown, Charles
Can someone help me. I am trying to make calls to Mysql from VBscript via ASP But I'm experiencing difficulties with passing host variables to mysql See examples below isbn =34373 sql= "select isbn, book_title, publisher_name FROM cs443.books_available where isbn= " &isbn T

with passing host variables to mySQL

2009-11-18 Thread Brown, Charles
Can someone help me. I am trying to make calls to Mysql from VBscript via= =20ASP But I'm experiencing difficulties with passing host variables to my SQL=20 See example below isbn =3D 717192=20 sql=3D "select isbn, book_title, publisher_name FROM cs443.books_availabl= e where isbn=

Re: Replication - connecting a slave to a master on the same host via a port or socket

2009-08-12 Thread Johan De Meersman
nnections. > > Regards, > Gavin Towey > > -Original Message- > From: Andrew Braithwaite [mailto:andrew.braithwa...@lovefilm.com] > Sent: Tuesday, August 11, 2009 8:38 AM > To: mysql@lists.mysql.com > Subject: RE: Replication - connecting a slave to a master on the

RE: Replication - connecting a slave to a master on the same host via a port or socket

2009-08-11 Thread Gavin Towey
2009 8:38 AM To: mysql@lists.mysql.com Subject: RE: Replication - connecting a slave to a master on the same host via a port or socket Ah. I have found that if you use 'localhost' to connect, you cannot specify a port, it silently fails... You can connect using a hostname (even though

RE: Replication - connecting a slave to a master on the same host via a port or socket

2009-08-11 Thread Andrew Braithwaite
..@lovefilm.com] Sent: 11 August 2009 16:12 To: mysql@lists.mysql.com Subject: Replication - connecting a slave to a master on the same host via a port or socket Hi, I have 2 mysql instances running on a server on different ports with different datadirs and different .sock files. I can connect

Replication - connecting a slave to a master on the same host via a port or socket

2009-08-11 Thread Andrew Braithwaite
Hi, I have 2 mysql instances running on a server on different ports with different datadirs and different .sock files. I can connect locally via the sock with the -S flag to mysql but I cannot connect locally via port (-P flag). Does anyone know if there is a way to configure a mysql slave to us

Re: Setting up host password on a shared server

2009-06-26 Thread Moon's Father
Hi. If you know chinese, I advise that you should visit the website called http://yueliangdao0608.cublog.cn On Sat, Jun 20, 2009 at 10:44 AM, michel wrote: > I have MySQL set up and running, but I am under the impression that I am > unable to password protect it properly because I can't protec

Setting up host password on a shared server

2009-06-19 Thread michel
I have MySQL set up and running, but I am under the impression that I am unable to password protect it properly because I can't protect it as root user. From what I've been reading I should be setting it up as mysqladmin -u root password _thepassword_ But with phpMyAdmin I can still log in as

Re: flush-host problem

2009-04-11 Thread Eric Bergen
You can set max_connect_errors=9 to "disable" the host blocking. It's common to do this with load balancers because tcp/ip health checks count as connection errors. -Eric On Sat, Apr 11, 2009 at 1:01 PM, Shawn Green wrote: > > Hello Gary, > > Gary Smith wrote

Re: flush-host problem

2009-04-11 Thread Shawn Green
have this bouncing across a couple different firewalls, so for some reason, the conneciton to mysql is generating a larger number of these: 090407 12:26:42 [Warning] Aborted connection 972479 to db: 'db' user: 'user' host: 'host' (Got an error reading communicatio

RE: flush-host problem

2009-04-07 Thread Gary Smith
s a couple different firewalls, so for some reason, the conneciton to mysql is generating a larger number of these: 090407 12:26:42 [Warning] Aborted connection 972479 to db: 'db' user: 'user' host: 'host' (Got an error reading communication packets) We do know the network

Re: flush-host problem

2009-04-07 Thread mos
higher level than normal of bad connections before banning the host. What happens is that when we have 300-500 connections a few random ones will get mucked up during a heavier than normal load on the client. I have set the max connections to 3000 (which we never get close to). So, if there a

flush-host problem

2009-04-07 Thread Gary Smith
before banning the host. What happens is that when we have 300-500 connections a few random ones will get mucked up during a heavier than normal load on the client. I have set the max connections to 3000 (which we never get close to). So, if there a config/startup setting to tweak to ease

Re: mysqlimport remote host problem

2009-03-11 Thread René Fournier
Thanks. That works great. On 10-Mar-09, at 9:36 PM, Rob Wultsch wrote: On Tue, Mar 10, 2009 at 7:16 PM, René Fournier wrote: OK, I've managed to do the same thing with just the mysql command line program: mysql -h 192.168.0.224 -u root -p alba2 < /Backup/Latest/alba2_2009-03-10_0

Re: mysqlimport remote host problem

2009-03-11 Thread Claudio Nanni
zcat /Backup/Latest/alba2_2009-03-10_00h45m.Tuesday.sql.gz | mysql -h 192.168.0.224 -u root -p alba2 Cheers Claudio 2009/3/11 Rob Wultsch > On Tue, Mar 10, 2009 at 7:16 PM, René Fournier > wrote: > > > OK, I've managed to do the same thing with just the mysql command line > > program: > > >

Re: mysqlimport remote host problem

2009-03-10 Thread Rob Wultsch
On Tue, Mar 10, 2009 at 7:16 PM, René Fournier wrote: > OK, I've managed to do the same thing with just the mysql command line > program: > >mysql -h 192.168.0.224 -u root -p alba2 < > /Backup/Latest/alba2_2009-03-10_00h45m.Tuesday.sql > > Works great. However, the sql file is normally gz

Re: mysqlimport remote host problem

2009-03-10 Thread wultsch
info if we had ill intents. Sent from my Verizon Wireless BlackBerry -Original Message- From: Darryle Steplight Date: Tue, 10 Mar 2009 22:20:26 To: René Fournier Cc: mysql Subject: Re: mysqlimport remote host problem Hi Rene, Just a head's up. You might want to keep your use

Re: mysqlimport remote host problem

2009-03-10 Thread Darryle Steplight
hat, each night, copies a small database to my laptop >> on the local network. I'm having trouble getting it to work. Here's my >> syntax so far (run on the server): >> >> mysqlimport --host=192.168.0.224 --user=root --password alba2 >> alba2_2009-03-10_00h45m.

Re: mysqlimport remote host problem

2009-03-10 Thread René Fournier
é Fournier wrote: I'm writing script that, each night, copies a small database to my laptop on the local network. I'm having trouble getting it to work. Here's my syntax so far (run on the server): mysqlimport --host=192.168.0.224 --user=root --password alba2 alba2_2009-0

mysqlimport remote host problem

2009-03-10 Thread René Fournier
I'm writing script that, each night, copies a small database to my laptop on the local network. I'm having trouble getting it to work. Here's my syntax so far (run on the server): mysqlimport --host=192.168.0.224 --user=root --password alba2 alba2_2009-03-10_00h45m.Tues

View creator host updates

2009-03-06 Thread Chance Yeoman
Hello, After a system host name had changed, my organization updated the MySQL user records, changing the old (and now non-existent) host name to the new one. This caused any views that were created by users accessing the MtSQL server from the old host to become invalid as the view&#

Need help with permissions between host, db and user tables

2008-12-10 Thread Vikram Vaswani
his database User '[EMAIL PROTECTED]' should be able to run SELECTs and INSERTs on this database I read in the MySQL manual that between the 'db' and 'host' tables, if the 'db.host' field is empty, MySQL will look up the 'host' table for a list of a

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
t; GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 > |> MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; > |> > |> > |> FLUSH PRIVILEGES ; > |> > |> > |> $ mysql -h mynewserver -u testuser -p > |> Enter password: > |> ERROR 1045 (28000): Acce

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
HOUR 0 > MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; > > > FLUSH PRIVILEGES ; > > > $ mysql -h mynewserver -u testuser -p > Enter password: > ERROR 1045 (28000): Access denied for user 'testuser'@'myoldserver' (using > password: YES) > > >

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
HOUR 0 > MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; > > > FLUSH PRIVILEGES ; > > > $ mysql -h mynewserver -u testuser -p > Enter password: > ERROR 1045 (28000): Access denied for user 'testuser'@'myoldserver' (using > password: YES) > > >

Re: % wildcard host permission not working

2008-10-25 Thread Joe Auty
ED]> wrote: I'm also having this strange problem just as stated here, anybody find a fix for this yet? Again, using wildcards (%) for the Host don't work while the FQDN does from the exact same remote machine, the exact same username, etc. There is something about the wildcard ACL that

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
PM, Joe Auty <[EMAIL PROTECTED]> wrote: > I'm also having this strange problem just as stated here, anybody find a > fix for this yet? > > Again, using wildcards (%) for the Host don't work while the FQDN does from > the exact same remote machine, the exact same usern

Re: % wildcard host permission not working

2008-10-25 Thread Joe Auty
I'm also having this strange problem just as stated here, anybody find a fix for this yet? Again, using wildcards (%) for the Host don't work while the FQDN does from the exact same remote machine, the exact same username, etc. There is something about the wildcard ACL that is n

Re: ***SPAM*** RE: Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice..

2008-07-14 Thread Curtis Maurand
T01 - E-ENABLING); Raghavendra Hosabettu (WT01 - Innovation Group) Subject: FW: Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice.. Ok It means that DNS not configured so better give the IP address instead of hsostname and check

RE: Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice..

2008-07-14 Thread ahmadbasha.shaik
, July 14, 2008 3:34 PM To: Ahmadbasha Shaik (WT01 - E-ENABLING); Raghavendra Hosabettu (WT01 - Innovation Group) Subject: FW: Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice.. Ok It means that DNS not configured so better give the IP

Re: Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice..

2008-07-14 Thread Glyn Astill
make sure to FLUSH PRIVILAGES; - Original Message > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]; mysql@lists.mysql.com > Cc: [EMAIL PROTECTED] > Sent: Monday, 14 July, 2008 10:59:35 AM > Subject: RE: Problem - "Host '

RE: Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice..

2008-07-14 Thread ahmadbasha.shaik
ion this in my earlier mail. Can you please let me know if there is any other way out. Regards Ahmad -Original Message- From: Parikh, Dilip Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2008 3:26 PM To: Ahmadbasha Shaik (WT01 - E-ENABLING); Raghavendra Hosabettu (WT01 - Inn

Problem - "Host 'abc.def.com' is not allowed to connect to this MySQL server", Please advice..

2008-07-14 Thread ahmadbasha.shaik
Hi All, I am facing a particular problem which i have explained here. Can you please let me know a solution for this. >From my web application, I am trying to connect the MySQL server by using the IP address as the server name, and it says the following error: "Host 'abc.de

Re: % wildcard host permission not working

2008-04-29 Thread Adam Gerson
Yes, I did "FLUSH PRIVILEGES" and I think I only have one username/host entry for this user. Adam Erik Giberti wrote: Did you "FLUSH PRIVILEGES"? I'd also check that the username and passwords are the same for each host entry, I've had problems if passwor

Re: % wildcard host permission not working

2008-04-24 Thread Erik Giberti
Did you "FLUSH PRIVILEGES"? I'd also check that the username and passwords are the same for each host entry, I've had problems if passwords were different for a shared username from different hosts. On Apr 24, 2008, at 8:58 AM, Adam Gerson wrote: I set up a user and en

% wildcard host permission not working

2008-04-24 Thread Adam Gerson
I set up a user and entered % for the host. I am not able to connect. However, if I change the host value to my FQDN it works fine. Shouldn't the wildcard allow me to connect from any host? Thanks, Adam -- Adam Gerson Assistant Director of Technology Apple Certified System Administ

Re: Help with HOST LOGIN PASS NAME

2008-01-15 Thread Moon's Father
ou insert > new records. > > Saravanan > > > --- On Wed, 1/16/08, meridklt <[EMAIL PROTECTED]> wrote: > > > From: meridklt <[EMAIL PROTECTED]> > > Subject: Help with HOST LOGIN PASS NAME > > To: mysql@lists.mysql.com > > Date: Wednesday, January 16

Re: Help with HOST LOGIN PASS NAME

2008-01-15 Thread Saravanan
> Subject: Help with HOST LOGIN PASS NAME > To: mysql@lists.mysql.com > Date: Wednesday, January 16, 2008, 2:35 AM > Firstly I know nothing about MySQL but had to move hosts and > followed the > export from old server to import to new server and all went > well in that the >

Help with HOST LOGIN PASS NAME

2008-01-15 Thread meridklt
d I find that info. Thanks -- View this message in context: http://www.nabble.com/Help-with-HOST-LOGIN-PASS-NAME-tp14845571p14845571.html Sent from the MySQL - General mailing list archive at Nabble.com. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: secure host and user name for non static ip address

2007-10-11 Thread Doug Phillips
> QUESTION: What are the most secure permissions settings for > administrator > access to connect to my server without using a static IP address? Assuming a unix server (or even a windows server running SSH), use an SSH tunnel, and then connect to 127.0.0.1:whatever_port_you_chose. You get the e

Re: secure host and user name for non static ip address

2007-10-11 Thread Michael Cole
My take on this never have no password.. At no time any data you have someone else will also want therefore running a open query with nopasword on the system for a couple of hours will get access to your system.. Allways use passwords, If the users dont want passwords then you dont need any membe

Re: secure host and user name for non static ip address

2007-10-09 Thread Gary Josack
Sign up for dyndns.com or some other similiar service. Create permissions to the domain and run a script that updates you IP with dyndns whenever it changes. (such scripts already exist). As far as "'username'@'%' with no password with SELECT, INSERT, UPDATE and DELETE privileges"... worst ide

secure host and user name for non static ip address

2007-10-09 Thread Stephen Sunderlin
QUESTION: What are the most secure permissions settings for administrator access to connect to my server without using a static IP address? MY ISP changes my DSL ip address almost daily so when I log on to MySQL Administrator with 'myusername'@'currentipaddress' using password 'mypassword' I

Re: MySql Host through Heartbeat

2007-06-14 Thread Atle Veka
name (SHOW VARIABLES LIKE 'server_id') as it is unique. Ben - just curious, why is heartbeat tied in with the server IP? Is it monitoring the server instead of the mysql daemon to check if it's up? :) Cheers, Atle On Wed, 13 Jun 2007, Scott Tanner wrote: > There's a

Re: MySql Host through Heartbeat

2007-06-13 Thread Scott Tanner
There's a 'report-host' option that can be set in the conf file to mask the host name. Sounds like this may be set. If you want to get the server's actual host name from within mysql, how about running a system command: mysql> \! hostname; or mysql

Re: MySql Host through Heartbeat

2007-06-13 Thread Ben Clewett
find a way for MySQL to report the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? Many thanks, Ben Heartbeat moves the IP address around as well as the services. Your hostname should n

Re: MySql Host through Heartbeat

2007-06-12 Thread Baron Schwartz
round from server to server when a failure occures. I am trying to find a way for MySQL to report the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? Many thanks, Ben Heartbeat moves the

Re: MySql Host through Heartbeat

2007-06-12 Thread Gerald L. Clark
erver when a failure occures. I am trying to find a way for MySQL to report the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? Many thanks, Ben Heartbeat moves the IP address around as w

Re: MySql Host through Heartbeat

2007-06-12 Thread Baron Schwartz
s. I am trying to find a way for MySQL to report the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? Many thanks, Ben Heartbeat moves the IP address around as well as the services. You

Re: MySql Host through Heartbeat

2007-06-12 Thread Ben Clewett
erver host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? I only know of two ways, though there may be more. 1) The hostname system variable, which was added in 5.0.41 (http://dev.mysql.com/doc/ref

Re: MySql Host through Heartbeat

2007-06-12 Thread Gerald L. Clark
a way for MySQL to report the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? Many thanks, Ben Heartbeat moves the IP address around as well as the services. Your hostname should

Re: MySql Host through Heartbeat

2007-06-12 Thread Baron Schwartz
ind a way for MySQL to report the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? I only know of two ways, though there may be more. 1) The hostname system variable, which was added in 5.0

MySql Host through Heartbeat

2007-06-12 Thread Ben Clewett
eport the server host name on which it's currently sitting. Without any luck. Would any kind members know of a way of getting this information from MySQL? Many thanks, Ben -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.

RE: Allow other host

2006-08-24 Thread Mikhail Berman
Hi Andreas, On the local host using mysql database. Execute the following command at mysql prompt: Mysql>grant all privileges on [database_name].* to 'user'@'remote_host' identified by 'password' Please read more about this at http://dev.mysql.com/doc/ref

Re: Allow other host

2006-08-24 Thread Jo�o C�ndido de Souza Neto
You ought to look at the field Host in the table Users In the db Mysql. This field set from where this user can access. If you put a % simbol in it the user could access from any host, or if this user can access only from on host, you must put in this field the IP of the host. Hope help

Allow other host

2006-08-24 Thread Andreas Moroder
Hello, I have a mysql DB running on a Windows XP machine. I can access it locally via mysql command, I have also a ODBC driver installed and the test says it works ok. When I try to connect from a remote host via JDBC I get the error message that this host is not allowed to access the db

Re: Mysql 5: Error 1130: host X is not allowed to connect to this mysql ....

2006-08-02 Thread Dominik Klein
\msentissi>mysql -u root -h 192.168.3.60 ERROR 1130 (0): Host '192.168.3.10' is not allowed to connect to this MySQL server I looked for the my.cnf file and it is nowhere to be found ? some guidance please. Thanks Simo Sentissi Collaboration Networks 406-579-8256 The

Mysql 5: Error 1130: host X is not allowed to connect to this mysql ....

2006-08-02 Thread Simo Sentissi
oot -h 192.168.3.60 ERROR 1130 (0): Host '192.168.3.10' is not allowed to connect to this MySQL server I looked for the my.cnf file and it is nowhere to be found ? some guidance please. Thanks Simo Sentissi Collaboration Networks 406-579-8256 -- MySQL General Mailing List For

Re: intended behavior of host %

2006-07-13 Thread sheeri kritzer
Better late than never I believe the reason is because (at least on unix) if you connect to a database on the same machine (using -h localhost or just omitting the host) it will use the socket -- and therefore saying "host=localhost" is like saying "if they come from the unix

Re: intended behavior of host %

2006-06-20 Thread John Bishop
fore asking more stupid questions. On Jun 14, 2006, at 11:55 AM, James Barros wrote: Hey guys, I'm running mysql 5.1.9 and I've got a user who's mysql.user host is set to "%" and can log in from any domain except localhost. if I change to localhost, and flush privileges th

Re: intended behavior of host %

2006-06-14 Thread James Barros
rote: Hey guys, I'm running mysql 5.1.9 and I've got a user who's mysql.user host is set to "%" and can log in from any domain except localhost. if I change to localhost, and flush privileges they can log in. Is this intended behavior, or should % be inclusiv

intended behavior of host %

2006-06-14 Thread James Barros
Hey guys, I'm running mysql 5.1.9 and I've got a user who's mysql.user host is set to "%" and can log in from any domain except localhost. if I change to localhost, and flush privileges they can log in. Is this intended behavior, or should % be inclusive of local

Re: How to set host table?

2006-06-13 Thread Barry
Takanobu Kawabe schrieb: > > Hello, my name is Takanobu Kawabe. > > I use MySQL 4.1.19 server now. > I don't know how to set Host table in mysql database. > > For db table,tables_priv table and so on, can set using GRANT SQL > statement. > > Can I

How to set host table?

2006-06-13 Thread Takanobu Kawabe
Hello, my name is Takanobu Kawabe. I use MySQL 4.1.19 server now. I don't know how to set Host table in mysql database. For db table,tables_priv table and so on, can set using GRANT SQL statement. Can I use this statement for setting Host table? If I can, what

Re: Killing MySQL connections on a specific interface from a specific host

2006-05-02 Thread Dominik Klein
I am not really sure why you would need this , but I am just throwing in a possible solution.. First I would say since you need to kill connections on a specific interface (eth0), It would be fair to assume that you have more than one interface, if thats the case and you don't have the "--bind

Re: Killing MySQL connections on a specific interface from a specific host

2006-04-28 Thread Kishore Jalleda
On 4/28/06, Dominik Klein <[EMAIL PROTECTED]> wrote: Hi I'd like to know if there is anything to kill connections from a specific client ip that came to the server on a specific interface. I do not want to block them on layer 2 (which could easily be done with netfilter), I would like to be abl

Killing MySQL connections on a specific interface from a specific host

2006-04-28 Thread Dominik Klein
Hi I'd like to know if there is anything to kill connections from a specific client ip that came to the server on a specific interface. I do not want to block them on layer 2 (which could easily be done with netfilter), I would like to be able to kill active connections. For example: I would

pgpool for mysql? Or, a gateway that redirects select queries to a host of servers?

2006-04-23 Thread Philip Hallstrom
Hi all - I'm looking for a way to have a group of mysql servers that are all slaves to a single master. That part I can do. However, what I'd like is a way to put another server in front of the entire cluster and have that pretend to be the mysql database, except that it would simply redire

How to host multiple data nodes on a single computer having two processors

2006-04-15 Thread clasp
In mysql-5.1-reference manual: Each data node is usually located on a separate computer. However, it is also possible to host multiple data nodes on a single computer having more than one processor. In such cases, it is feasible to run one instance of ndbd per physical CPU. (Note that a processor

RE: Host denied errors

2006-03-24 Thread Stanton, Brian
IP should work just fine. However, if the source webserver is behind a firewall or otherwise NAT'd, your mysql server may see them coming from an in between IP instead of the actual webserver. The quickest way to figure it out is to have the webserver host try to connect and send you the

Host denied errors

2006-03-24 Thread Scott Haneda
Little confused, can not seem to locate the docs on this. Trying to set up mysql to allow a remote webserver to talk to it, using a user/pass/host setting with host set to allow anything, of course works. If the IP I am connecting from has a valid PTR, I can use the hostname as well, and that

Re: copy db to external host

2006-02-12 Thread Angelo Christou
--- Peter Brawley <[EMAIL PROTECTED]> wrote: > Angelo, > > >Upload the data > > If phpMyAdmin is your only access to your webhost > db, you can paste the > contents of your local dump.sql into phpMyAdmin's > SQL window, and run it > (all at once, or piece by piece). > > PB Hello Peter. Tha

Re: copy db to external host

2006-02-12 Thread Peter Brawley
IK MySQL does not provide upgrade scripts to any version, so if there is a version difference between your internal and web hosts, you may have to make adjustments to the script which mysqldump generates. Thankyou for the reply Peter. What I am trying to do copy data from a local ho

Re: copy db to external host

2006-02-12 Thread Angelo Christou
the reply Peter. What I am trying to do copy data from a local host to my webhost server. I will make sure the local host is always the same version, I didn't think of that :) Here is what I have so far - Dump the data mysqldump -q -uusername -ppassword mydbname > dump.sql Upload the da

Re: copy db to external host

2006-02-12 Thread Peter Brawley
to copy (replicate?) to an external webhost. I do not have shell access to the remote host which is why I cannot perform proper replication. How should I go about doing this? Is there any scripts that people know of that can be called from cron that I can use to copy the latest database to the

copy db to external host

2006-02-12 Thread Angelo Christou
Hello List. I have an internal MySQL db that I would like to copy (replicate?) to an external webhost. I do not have shell access to the remote host which is why I cannot perform proper replication. How should I go about doing this? Is there any scripts that people know of that can be called

Re: How to add a host so 'root' can connect to the server from it

2005-11-03 Thread Xiaobo Chen
ixed. See below >> >> "Xiaobo Chen" <[EMAIL PROTECTED]> wrote on 11/03/2005 04:28:08 PM: >> > Thank so much for the detailed explaination. I do appreciate it. >> > >> > It's more clear now. But I still have a question: >> > &g

Re: How to add a host so 'root' can connect to the server from it

2005-11-03 Thread Xiaobo Chen
iaobo Chen" <[EMAIL PROTECTED]> wrote on 11/03/2005 04:28:08 PM: > >> Thank so much for the detailed explaination. I do appreciate it. >> >> It's more clear now. But I still have a question: >> >> I do see 'root' after: select user,host f

Re: How to add a host so 'root' can connect to the server from it

2005-11-03 Thread sean c peters
ow > > "Xiaobo Chen" <[EMAIL PROTECTED]> wrote on 11/03/2005 04:28:08 PM: > > Thank so much for the detailed explaination. I do appreciate it. > > > > It's more clear now. But I still have a question: > > > > I do see 'root' a

Re: How to add a host so 'root' can connect to the server from it

2005-11-03 Thread SGreen
Answers intermixed. See below "Xiaobo Chen" <[EMAIL PROTECTED]> wrote on 11/03/2005 04:28:08 PM: > Thank so much for the detailed explaination. I do appreciate it. > > It's more clear now. But I still have a question: > > I do see 'root' after:

Re: How to add a host so 'root' can connect to the server from it

2005-11-03 Thread Xiaobo Chen
Thank so much for the detailed explaination. I do appreciate it. It's more clear now. But I still have a question: I do see 'root' after: select user,host from mysql.user; Then I did this as you said: GRANT SELECT ON mydatabase.* TO [EMAIL PROTECTED] IDENTIFIED BY 'mypass

Re: How to add a host so 'root' can connect to the server from it

2005-11-03 Thread SGreen
"Xiaobo Chen" <[EMAIL PROTECTED]> wrote on 11/03/2005 02:54:16 PM: > I have a question related to connection control. > > If I want to connect to one database A in the server from another > computer. I am using 'root' and it password. But how shall I a

How to add a host so 'root' can connect to the server from it

2005-11-03 Thread Xiaobo Chen
I have a question related to connection control. If I want to connect to one database A in the server from another computer. I am using 'root' and it password. But how shall I add the host in which table of which database (mysql?) so that the user 'root' can connect to the

Re: new host access to database

2005-11-01 Thread Gleb Paharenko
ser to a database and table on a remote host. > > -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.NET http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Gleb Paharenko / /|_/ / // /\ \/ /_/ /

new host access to database

2005-10-31 Thread Alastair Roy
Can someone please tell me what the command would look like to grant access for the root user to a database and table on a remote host. Thanks in advance -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: 27 October 2005 23:12 To: mysql@lists.mysql.com Subject: Re

Re: User/Password for every host?

2005-10-01 Thread Michael Stassen
Miguel Cardenas wrote: Hello list I have a doubt... Do I need to set a password to a user for each host the user has permission to connect from? To mysql, a user is '[EMAIL PROTECTED]'. That is, [EMAIL PROTECTED] and [EMAIL PROTECTED] are two different users from mysql'

User/Password for every host?

2005-10-01 Thread Miguel Cardenas
Hello list I have a doubt... Do I need to set a password to a user for each host the user has permission to connect from? Let's supose // add user 'somebody' GRANT ALL PRIVILEGES ON *.* TO somebody@"192.168.0.%" IDENTIFIED BY 'onepass'; if I want 'so

Re: host info

2005-04-28 Thread Eamon Daly
essage - From: "Stanton, Brian" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 27, 2005 2:07 PM Subject: RE: host info The 'Connection' output from the 'status' command is actually what I was looking for. However, most likely it will be a jdbc connection to m

  1   2   3   4   >