简体   繁体   English

WAMP和MYSQL之间有区别吗

[英]Is There A Difference Between WAMP and MYSQL

This is my first post on Stack overlow I'm a computer Engineer, but i'm relatively New to MYSQL also i love using CLI 这是我关于Stack overlow的第一篇文章,我是一名计算机工程师,但是我对MYSQL比较陌生,我也喜欢使用CLI

Backround info : I Initially Installed MYSQL on my computer on IIS7 Virtual Server Then Seperately installed PHP My Admin 背景信息:我最初在IIS7虚拟服务器上的计算机上安装了MYSQL,然后单独安装了PHP我的管理员

when i did that it installed components such as MYSQL Workbench and Connectors and so on i like the installed components but didn't use them frequently, i only found myself using the Console and the Workbench Now. 当我这样做时,它安装了组件,例如MYSQL Workbench和连接器等,我喜欢已安装的组件,但不经常使用它们,我只发现自己正在使用Console和Now Workbench。 the workbench has been replaced by PHP MyAdmin at that time my database had only a few entries 那个时候工作台已经被PHP MyAdmin取代了,我的数据库只有几个条目

after more research i learnt about WAMP, LAMP etc.. 经过更多研究后,我了解了WAMP,LAMP等。

I'm now using the WAMP Stack 我现在正在使用WAMP堆栈

MY QUESTION IS THIS.. Other than the obvious fact that WAMP Uses Apache and i was using IIS7 is there any real difference between installing WAMP as a package or installing all the components seperately 我的问题是..除了WAMP使用Apache而我使用IIS7的明显事实之外,将WAMP作为软件包安装或单独安装所有组件之间没有任何实际区别。

i would think not, but, what i did notice before i installed WAMP, was that i was always having to alter directory locations to enable new features 我认为不会,但是,在安装WAMP之前,我确实注意到,我始终不得不更改目录位置以启用新功能

i find in WAMP that i'm doing that so much 我发现在WAMP中我正在做很多事情

In Giving me an answer i would like it to be considered that .. - I'm pretty much doing standard Data entry - Running Queries - i would like to have the ability to Backup the data file locations without any issues - i would like to have the ability to Import and Export a table to another table if i see fit eg. 在给我一个答案时,我希望它被认为是..-我正在做标准的数据输入-运行查询-我希望能够备份数据文件位置而没有任何问题-我想有能力导入和导出表到另一个表,如果我认为合适的。 if i created a table in a database called (for example) stock_my and then i populated that with about 100 entries for example 如果我在名为(例如)stock_my的数据库中创建了一个表,然后用例如约100个条目填充了该表

and then i decided to rename the table my_stock i would like to be able to export the data from stock_my to a .sql file 然后我决定重命名表my_stock,我希望能够将数据从stock_my导出到.sql文件

and then to be able to Import the data to the new table 然后能够将数据导入到新表中

  • Lastly , i would like Upgrading to newer versions of MySql or PHP My Admin to be relatively painless 最后,我希望升级到MySql或PHP My Admin的较新版本相对比较容易

THAT'S IT SORRY ABOUT THE LONG POST 关于长邮,这很抱歉

Any Comments are appreciated ahead of time and i'd like to say , it's a pleasure to NOW be part of the community 任何评论都需要提前感谢,我想说,现在很高兴成为社区的一分子

sincerely 真诚地

Martin Kuliza 马丁·库里扎(Martin Kuliza)

The only difference is that Wamp installs those products already configured to work together and tuned up for a development environment, which means putting minimal footprint on your computer resources so you can work normally in the same machine you have the servers installed. 唯一的区别是Wamp会安装那些已配置为可以协同工作并针对开发环境进行调整的产品,这意味着将您的计算机资源占用的空间降至最低,以便您可以在安装服务器的同一台计算机上正常工作。

Installing them separately would only mean you would have to configure all that yourself, but essentually you would be installing the same things. 单独安装它们仅意味着您必须自己配置所有内容,但实际上,您将安装相同的东西。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM