简体   繁体   English

我应该将PHPMyAdmin上传到服务器吗

[英]Should I upload PHPMyAdmin to the server

This is going to be a very stupid question. 这将是一个非常愚蠢的问题。 But i'm new to php and programming all together. 但是我是php和编程新手。 I would be launch my first every database powered website. 我将启动我的第一个基于数据库的网站。 I'm still a student in college, so please take it easy on me. 我仍然是大学学生,所以请放心。

I was using PHPMyAdmin for my local development. 我在本地开发中使用PHPMyAdmin。 I'm ready now to launch the website and wanted to ask. 我现在准备启动该网站,并想问一下。 Should I upload PHPMyAdmin together with my website? 我应该和我的网站一起上传PHPMyAdmin吗? Or Not? 或不?

Thanks a million. 太感谢了。 This is an easy question for most of you but I really dont know 对于大多数人来说这是一个简单的问题,但我真的不知道

No, you should not. 不,你不应该。 If you are using a shared webhosting, they normally have an internal URL where you can manage your databases using phpMyAdmin. 如果您使用共享虚拟主机,则它们通常具有内部URL,您可以在其中使用phpMyAdmin管理数据库。 Or if you are using your own private server, install phpMyAdmin in another location under another hostname/port, and only allow connections from your IP. 或者,如果您使用自己的专用服务器,则将phpMyAdmin安装在另一个主机名/端口下的另一个位置,并且仅允许来自IP的连接。

I say no, it can become a security vulnerability if not properly secured - but that's completely up to you. 我说不,如果没有适当保护,它可能会成为安全漏洞-但这完全取决于您。 If you get yourself a good GUI mysql client you'll save yourself a lot of time anyway. 如果您获得了一个好的GUI mysql客户端,无论如何您将节省很多时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将图像上传到Php服务器并存储在phpmyadmin中 - How to Upload images to Php server and store in phpmyadmin 如何在服务器上的phpmyadmin上传大型sql文件 - how to upload a large sql file in phpmyadmin on server 什么时候应该将文件上传到数据库而不是Web应用程序中的服务器? - When should i upload a file into a database instead of the server in a web application? 我无法在 phpMyAdmin 上上传 sql 文件 - I can't upload sql file on phpMyAdmin 我应该如何在phpmyadmin中导入一个巨大的表 - how should i import a huge table in phpmyadmin 当我将文件上传到phpmyadmin时显示4行错误 - when i upload file to phpmyadmin show error in 4 lines 我应该使用 phpmyadmin 或 php 将内容添加到数据库吗? - Should I use phpmyadmin or php to add content a to a database? 如何将图像从移动客户端上传到PHP服务器? - What should I do to upload an image from mobile client to PHP server? iOS到php服务器的文件上传-我应该允许什么文件大小的图像? - iOS to php server file upload - what file size image should I allow? 我应该在当前文件中添加文件上传大小而不在服务器上添加php.ini和htaccess吗 - Should i add file upload size in current file without adding php.ini & htaccess on server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM