mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
Update 20150413 How to manage remote MySQL databases on Linux VPS using a GUI tool.md
This commit is contained in:
parent
e147627f12
commit
e2dcca7191
@ -1,3 +1,4 @@
|
|||||||
|
demon 翻译中
|
||||||
How to manage remote MySQL databases on Linux VPS using a GUI tool
|
How to manage remote MySQL databases on Linux VPS using a GUI tool
|
||||||
================================================================================
|
================================================================================
|
||||||
If you need to run a MySQL server on a remote [VPS instance][1], how will you manage databases hosted by the server remotely? Perhaps web-based database administration tools such as [phpMyAdmin][2] or [Adminer][3] will first come to mind. These web-based management tools require a backend web server and PHP engine up and running. However, if your VPS instance is used as a standalone database server (e.g., for a multi-tier app), provisioning a whole LAMP stack for occasional database management is a waste of VPS resource. Worse, the LAMP stack with an additional HTTP port can be a source of security vulnerabilities of your VPS.
|
If you need to run a MySQL server on a remote [VPS instance][1], how will you manage databases hosted by the server remotely? Perhaps web-based database administration tools such as [phpMyAdmin][2] or [Adminer][3] will first come to mind. These web-based management tools require a backend web server and PHP engine up and running. However, if your VPS instance is used as a standalone database server (e.g., for a multi-tier app), provisioning a whole LAMP stack for occasional database management is a waste of VPS resource. Worse, the LAMP stack with an additional HTTP port can be a source of security vulnerabilities of your VPS.
|
||||||
@ -175,4 +176,4 @@ via: http://xmodulo.com/remote-mysql-databases-gui-tool.html
|
|||||||
[4]:http://mysqlworkbench.org/
|
[4]:http://mysqlworkbench.org/
|
||||||
[5]:http://dev.mysql.com/downloads/repo/apt/
|
[5]:http://dev.mysql.com/downloads/repo/apt/
|
||||||
[6]:http://dev.mysql.com/downloads/repo/yum/
|
[6]:http://dev.mysql.com/downloads/repo/yum/
|
||||||
[7]:http://xmodulo.com/how-to-allow-remote-access-to-mysql.html
|
[7]:http://xmodulo.com/how-to-allow-remote-access-to-mysql.html
|
||||||
|
Loading…
Reference in New Issue
Block a user