dbTalk Databases Forums  

How do I remotely access a mysql database?

comp.databases.mysql comp.databases.mysql


Discuss How do I remotely access a mysql database? in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Fluffy654
 
Posts: n/a

Default How do I remotely access a mysql database? - 07-05-2009 , 01:16 PM






I'm managing a wordpress site for a university organisation but it is
hosted under another person's name. I want to upgrade the wordpress
installation so I need access to the database. Usually I would just
use phpmyadmin to back up the databases but because the account is not
owned by myself, I only have access to the database itself.

How can I connect to the database from my computer? Can I set up
phpmyadmin to do this or do I need to use a different program?

Thanks very much for your help!

Reply With Quote
  #2  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: How do I remotely access a mysql database? - 07-05-2009 , 01:27 PM






Fluffy654 wrote:
Quote:
I'm managing a wordpress site for a university organisation but it is
hosted under another person's name. I want to upgrade the wordpress
installation so I need access to the database. Usually I would just
use phpmyadmin to back up the databases but because the account is not
owned by myself, I only have access to the database itself.

How can I connect to the database from my computer? Can I set up
phpmyadmin to do this or do I need to use a different program?

Thanks very much for your help!
MySQL can accept connections from other systems. But it has to be set
up to accept connections from external systems, there must be no
firewall blocking the MySQL port, your MySQL signon must be allowed to
sign on from other hosts, and it must have the authority do do what you
need.

Security conscious installations will not allow such access, especially
via PHPMyAdmin. It is a huge security exposure.

Additionally, although you could change the tables, you would not be
able to upgrade the WordPress files.

If you're managing the site, you should have the authority do do what
you need.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
  #3  
Old   
Fluffy654
 
Posts: n/a

Default Re: How do I remotely access a mysql database? - 07-05-2009 , 05:33 PM



On Jul 5, 7:27*pm, Jerry Stuckle <jstuck... (AT) attglobal (DOT) net> wrote:
Quote:
Fluffy654 wrote:
I'm managing a wordpress site for a university organisation but it is
hosted under another person's name. I want to upgrade the wordpress
installation so I need access to the database. Usually I would just
use phpmyadmin to back up the databases but because the account is not
owned by myself, I only have access to the database itself.

How can I connect to the database from my computer? Can I set up
phpmyadmin to do this or do I need to use a different program?

Thanks very much for your help!

MySQL can accept connections from other systems. *But it has to be set
up to accept connections from external systems, there must be no
firewall blocking the MySQL port, your MySQL signon must be allowed to
sign on from other hosts, and it must have the authority do do what you
need.

Security conscious installations will not allow such access, especially
via PHPMyAdmin. *It is a huge security exposure.

Additionally, although you could change the tables, you would not be
able to upgrade the WordPress files.

If you're managing the site, you should have the authority do do what
you need.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck... (AT) attglobal (DOT) net
==================
Heya Jerry,
Thanks very much for your reply. Yes it is quite locked down. However,
I am assuming that I do have the necessary permissions otherwise I
would not have been asked to access it in this way.

So just to clarify:
If I have the password, username and host of the mysql server, can I
not create new databases etc from a remote location? If we assume that
the security will let me through, how do I go about actually
establishing a connection? Thus far I have only ever accessed a
database via phpmyadmin on a local server and using the online tools
of various hosts. When I google a remote connection, the only results
are on how to set up a database to allow remote access but how do I
actually do the remote access bit? Sorry if this is a really basic
question.

Thanks!

Reply With Quote
  #4  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: How do I remotely access a mysql database? - 07-05-2009 , 05:56 PM



Fluffy654 wrote:
Quote:
On Jul 5, 7:27 pm, Jerry Stuckle <jstuck... (AT) attglobal (DOT) net> wrote:
Fluffy654 wrote:
I'm managing a wordpress site for a university organisation but it is
hosted under another person's name. I want to upgrade the wordpress
installation so I need access to the database. Usually I would just
use phpmyadmin to back up the databases but because the account is not
owned by myself, I only have access to the database itself.
How can I connect to the database from my computer? Can I set up
phpmyadmin to do this or do I need to use a different program?
Thanks very much for your help!
MySQL can accept connections from other systems. But it has to be set
up to accept connections from external systems, there must be no
firewall blocking the MySQL port, your MySQL signon must be allowed to
sign on from other hosts, and it must have the authority do do what you
need.

Security conscious installations will not allow such access, especially
via PHPMyAdmin. It is a huge security exposure.

Additionally, although you could change the tables, you would not be
able to upgrade the WordPress files.

If you're managing the site, you should have the authority do do what
you need.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck... (AT) attglobal (DOT) net
==================

Heya Jerry,
Thanks very much for your reply. Yes it is quite locked down. However,
I am assuming that I do have the necessary permissions otherwise I
would not have been asked to access it in this way.

So just to clarify:
If I have the password, username and host of the mysql server, can I
not create new databases etc from a remote location? If we assume that
the security will let me through, how do I go about actually
establishing a connection? Thus far I have only ever accessed a
database via phpmyadmin on a local server and using the online tools
of various hosts. When I google a remote connection, the only results
are on how to set up a database to allow remote access but how do I
actually do the remote access bit? Sorry if this is a really basic
question.

Thanks!
If all of the above are true, yes. But that is NOT something you can
assume.

For how to do it in PHPMyAdmin, try the PHPMyAdmin support forums. It
has nothing to do with MySQL.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
  #5  
Old   
Fluffy654
 
Posts: n/a

Default Re: How do I remotely access a mysql database? - 07-05-2009 , 06:25 PM



On Jul 5, 11:56*pm, Jerry Stuckle <jstuck... (AT) attglobal (DOT) net> wrote:
Quote:
Fluffy654 wrote:
On Jul 5, 7:27 pm, Jerry Stuckle <jstuck... (AT) attglobal (DOT) net> wrote:
Fluffy654 wrote:
I'm managing a wordpress site for a university organisation but it is
hosted under another person's name. I want to upgrade the wordpress
installation so I need access to the database. Usually I would just
use phpmyadmin to back up the databases but because the account is not
owned by myself, I only have access to the database itself.
How can I connect to the database from my computer? Can I set up
phpmyadmin to do this or do I need to use a different program?
Thanks very much for your help!
MySQL can accept connections from other systems. *But it has to be set
up to accept connections from external systems, there must be no
firewall blocking the MySQL port, your MySQL signon must be allowed to
sign on from other hosts, and it must have the authority do do what you
need.

Security conscious installations will not allow such access, especially
via PHPMyAdmin. *It is a huge security exposure.

Additionally, although you could change the tables, you would not be
able to upgrade the WordPress files.

If you're managing the site, you should have the authority do do what
you need.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck... (AT) attglobal (DOT) net
==================

Heya Jerry,
Thanks very much for your reply. Yes it is quite locked down. However,
I am assuming that I do have the necessary permissions otherwise I
would not have been asked to access it in this way.

So just to clarify:
If I have the password, username and host of the mysql server, can I
not create new databases etc from a remote location? If we assume that
the security will let me through, how do I go about actually
establishing a connection? Thus far I have only ever accessed a
database via phpmyadmin on a local server and using the online tools
of various hosts. When I google a remote connection, the only results
are on how to set up a database to allow remote access but how do I
actually do the remote access bit? Sorry if this is a really basic
question.

Thanks!

If all of the above are true, yes. *But that is NOT something you can
assume.

For how to do it in PHPMyAdmin, try the PHPMyAdmin support forums. *It
has nothing to do with MySQL.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck... (AT) attglobal (DOT) net
==================
Cool thank you!

Reply With Quote
  #6  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: How do I remotely access a mysql database? - 07-06-2009 , 08:30 AM



A. Dischner wrote:
Quote:
Hi,

the mysqlguitool MySQLAdministrator might be what you are looking for.

Creating databases, tables etc. is very easy.

hope that helps,

Toni

http://dev.mysql.com/downloads/gui-tools/5.0.html

But it doesn't matter if you're using MySQLAdministrator, PHPMyAdmin,
the CLI or any other tool. The problem is going to be with the server's
security.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.