Re: Remote Access to MySQL

2015-03-09 Thread patrick
: - Original Message - From: Rafael Ribeiro rafaelribeiro...@gmail.com Subject: Remote Access to MySQL After move this Virtual Machine to a new one (got a new IP - 2.2.2.2), we lost the ability to connect to mysql remotely, from external IPs. It doesn't work is not a helpful comment

Re: Remote Access to MySQL

2015-03-09 Thread Johan De Meersman
- Original Message - From: Rafael Ribeiro rafaelribeiro...@gmail.com Subject: Remote Access to MySQL After move this Virtual Machine to a new one (got a new IP - 2.2.2.2), we lost the ability to connect to mysql remotely, from external IPs. It doesn't work is not a helpful comment

Re: Remote Access to MySQL

2015-03-09 Thread Florian Schaal
Am 08.03.2015 um 01:49 schrieb Rafael Ribeiro: Hello List, I'm not an expertise on MySQL and we are facing a strange issue: We had a Virtual Machine, running CentOS + MySQL 5.0 with IP (1.1.1.1). After move this Virtual Machine to a new one (got a new IP - 2.2.2.2), we lost the ability to

Re: Remote Access to MySQL

2015-03-09 Thread Pothanaboyina Trimurthy
and also make sure tcp port of your DB instance has been added to firewall expeption. check the iptables for this to verify. On Mon, Mar 9, 2015 at 2:13 PM, Florian Schaal mailingl...@schaal-24.de wrote: Am 08.03.2015 um 01:49 schrieb Rafael Ribeiro: Hello List, I'm not an expertise on

Remote Access to MySQL

2015-03-07 Thread Rafael Ribeiro
Hello List, I'm not an expertise on MySQL and we are facing a strange issue: We had a Virtual Machine, running CentOS + MySQL 5.0 with IP (1.1.1.1). After move this Virtual Machine to a new one (got a new IP - 2.2.2.2), we lost the ability to connect to mysql remotely, from external IPs. I

Re: Remote Access to MySQL

2015-03-07 Thread Thufir
On Sat, 07 Mar 2015 21:49:10 -0300, Rafael Ribeiro wrote: I read a lot of tutorials and tips without success. What I need to do, to come back to working configuration like oldest machine, allowing remote connections? By no means am I an expert, but, while not specific to your question:

Re: Remote access of MySQL

2011-06-04 Thread Reindl Harald
root. It looks that MySQL remote access is blocked. Can someone suggest me which variable to add or change in my.cnf file? or I have to change something else so that I can access MySQL databases from other computers using ODBC signature.asc Description: OpenPGP digital signature

Remote access for mysql what variable is needed to be set

2003-08-14 Thread Jatin Gala
Hi I am running mysql 4 on linux server. I want to have a remote access on it. what are the setting that i need to do this. --jatin http://mcabca.cjb.net - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Re: Remote access for mysql what variable is needed to be set

2003-08-09 Thread Stefan Hinz
Jatin, I am running mysql 4 on linux server. I want to have a remote access on it. what are the setting that i need to do this. You need to log into your MySQL server and grant access to your databases from wherever you want to grant access, like: mysql GRANT ALL ON *.* TO 'remoteuser'@'%'

Re: Remote access to MySQL

2003-06-21 Thread Nils Valentin
Hi Renato, I think you should check once more the right sfor the user you have. Log in to mysql and do: mysql SHOW GRANS FOR root ; You will get something like this: GRANT ALL ON *.* TO 'root'@'%' IDENTIFIED BY PASSWORD '17cb702624900fa5' Check what it says for the combinaion of username

Re: Remote access to MySQL

2003-06-17 Thread Primaria Falticeni
PROTECTED] Sent: Tuesday, June 17, 2003 9:11 PM Subject: RES: Remote access to MySQL I have all privileges to all the databases and tables, with user 'root'. User 'root' likely doesn't have access from the desired IP. Users are configured by both name and approved hosts. Try this: GRANT ALL

Re: Remote access to MySQL

2003-06-17 Thread Shane Bryldt
recall it was something commented out, perhaps the port number if I recall correctly. -Shane - Original Message - From: Renato [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 12:11 PM Subject: RES: Remote access to MySQL I have

Re: Remote access to MySQL

2003-06-17 Thread Shane Bryldt
: MySQL LIST [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 12:42 PM Subject: Re: Remote access to MySQL Yes, indeed. You don't have a firewall. But the firewall from the Internet Service Provider's computer prohibits the access of the others users from the Internet to the port of your MySQL

Re: Remote access to MySQL

2003-06-17 Thread gerald_clark
: RES: Remote access to MySQL I have all privileges to all the databases and tables, with user 'root'. User 'root' likely doesn't have access from the desired IP. Users are configured by both name and approved hosts. Try this: GRANT ALL ON database TO [EMAIL PROTECTED] IDENTIFIED

Remote access to MySQL

2003-06-15 Thread Renato
I have installed MySQL in Win98SE, with connection ASDL and Fixed IP. In the same machine, works web server (Apache2+PHP) and e-mail e ftp server. Everything works perfectly accessing from my INTRANET (local network). I obtain access to MySQL without problems. In Internet, all servers works

Re: Remote access to MySQL

2003-06-15 Thread Becoming Digital
Digital www.becomingdigital.com - Original Message - From: Renato [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 15 June, 2003 19:28 Subject: Remote access to MySQL I have installed MySQL in Win98SE, with connection ASDL and Fixed IP. In the same machine, works web server (Apache2

Remote access to MySQL

2002-03-16 Thread Egor Egorov
Thomas, Friday, March 15, 2002, 11:03:25 PM, you wrote: TS I want to access various databases on a MySQL server remotely. I've set up TS an entry in the mysql.user table to allow access to mysql for all hosts TS in subnet 10.2.107.0/255.255.255.0. First this worked fine. Then my server TS moved

Re: Remote access to MySQL

2002-03-16 Thread Thomas Schweikle
Hi! An: [EMAIL PROTECTED] Kopie: Thema: Remote access to MySQL Thomas, show me the output of following statement: SHOW GRANTS FOR 'your_user'@'your_host'; +--+ | Grants for @10.2.107.0/255.255.255.0

Remote access to MySQL

2002-03-15 Thread Thomas Schweikle
Hi! I want to access various databases on a MySQL server remotely. I've set up an entry in the mysql.user table to allow access to mysql for all hosts in subnet 10.2.107.0/255.255.255.0. First this worked fine. Then my server moved from address 10.2.107.24 to 10.2.107.204. Now I do not have

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-18 Thread Rich Fortnum
Mikel King chortled: Hi Rich, Just so I understand you correctly; 1. Are you trying to use the replication features of MySql for this communication? Or 2. Are you talking on the client side application, like PHP, Java, Perl...? How about encrypting the data

TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Hi there. I have a need to reach into a remote database and write to their tables from my tables. Or have them reach into my tables and read from mine. Either way, data will travel over the net. I need that data secure and I don't know how I can make that secure. It's not a permissions

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Mikel King
Hi Rich, Just so I understand you correctly; 1. Are you trying to use the replication features of MySql for this communication? Or 2. Are you talking on the client side application, like PHP, Java, Perl...? How about encrypting the data itself and skipping the

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Mikel King chortled: Hi Rich, Hey there. Thanks for the response. Just so I understand you correctly; 1. Are you trying to use the replication features of MySql for this communication? Nope. Or 2. Are you talking on the client side application, like PHP, Java,

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Andreas Schoelver
04.02.02 15:11:30, Rich Fortnum [EMAIL PROTECTED] wrote: Hi there. I have a need to reach into a remote database and write to their tables from my tables. Or have them reach into my tables and read from mine. Either way, data will travel over the net. I need that data secure and I don't know

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Marcus Collins
On Mon, 4 Feb 2002 at 18:06:34 +0100, Andreas Schoelver wrote: 04.02.02 15:11:30, Rich Fortnum [EMAIL PROTECTED] wrote: Hi there. I have a need to reach into a remote database and write to their tables from my tables. Or have them reach into my tables and read from mine. Either way,

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Andreas Schoelver chortled: How about using a VPN (virtual private network) ? regards Andreas sql,select,mysql I want to minimize the network structure on their part because they will have a minimal DSL system as they are on the outskirts of town. As well, I don't want the bulk of the

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Marcus Collins chortled: (sorry; missed the original post) If you have admin access to both machines, then how about using stunnel URL:http://www.stunnel.org/ to set up an SSL-encrypted connection between both machines on the ports on which mysqld communicates? There's an example for

Re: Remote access to MySQL with MySQLGUI on Win32

2001-05-22 Thread Sinisa Milivojevic
Nicolas Verhaeghe writes: I am trying to see if I can communicate with a MySQL on Free BSD from the MySQL GUI client on my Windows NT. The GUI client cannot connect because the MySQL seems to be refusing this connection. This does not seem to be server-related, but related to MySQL itself,

Remote access to MySQL with MySQLGUI on Win32

2001-05-21 Thread Nicolas Verhaeghe
I am trying to see if I can communicate with a MySQL on Free BSD from the MySQL GUI client on my Windows NT. The GUI client cannot connect because the MySQL seems to be refusing this connection. This does not seem to be server-related, but related to MySQL itself, since, when I try to telnet in