Client to access and edit a MySQL database remotely
Posted
by Scott
on Stack Overflow
See other posts from Stack Overflow
or by Scott
Published on 2010-04-14T16:50:20Z
Indexed on
2010/04/14
16:53 UTC
Read the original article
Hit count: 218
Hey guys,
So I have been given the host, username, and login information for a MySQL Database. I need a client that I can use to log in to the Database remotely and create/update tables and edit all the data.
I found the MySQL Administrator client provided by them, but it seems you can do everything BUT edit the actual data with it.
Is there anything like this?
Would I be able to use SQL Server Express (or something similar), to connect to a remote server online and do all of this?
© Stack Overflow or respective owner