热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

MAMPPRO_MySQL

MAMPPRO

MAMP PRO 3.0.5

Description

MAMP PRO is the commercial, professional grade version of the classic local server environment for OS X: MAMP. Designed for professional Web developers and programmers, MAMP Pro allows easy installation and administration of their development environment under OS X.

As a professional Web developer you have to test your programs in detail. In addition, you need a highly configurable developing environment with all the components also used by most ISPs: Apache, MySQL and PHP in the latest stable versions. No matter whether you want to test your latest AJAX creation, or realize a new page with webEdition: MAMP Pro supports you during the tests of your developments.

You can set up any number of servers to carry out tests without danger for your live system. Besides, the local name resolution is performed by MAMP Pro. To simulate a very authentic environment, the MAMP Pro also switches on the local mail server, so that dispatching mails by PHP scripts is possible.

With MAMP Pro, you can easily connect your local server with an existing Dynamic DNS provider, as for example dyndns.com. Making it very simple to quickly make the results of your work accessible externally for superiors and prospective customers. And because you can set up many virtual hosts, you can easily offer alternative configurations or suggestions.

The freely available standard design “MAMP” is automatically coinstalled with MAMP Pro. Thus all MAMP features are available to you immediately:

  • Apache Web server
  • MySQL database server
  • phpMyAdmin to access the MySQL database
  • PHP as a module for the Web server
  • Company of Web server and database on standard or inpidual port

With MAMP Pro, no complicated editing of configuration files is necessary to set up a working test environment. Cleanly seperated, several projects can be developed at the same time. To be able to represent as great of a variety of ISP’s as possible, PHP can be toggled at any time between Version 4 and 5 to guard against any possible incompatibilities. A staging server on your Mac is set up with MAMP Pro with a few mouse clicks, so that you can keep your customers and superiors up-to-date about the state of your projects at any time. The user interface of MAMP Pro allows Apache modules to be systematically enabled or deactivated. Thus you can perfectly emulate the server environment on which your project will later run, and guarantee the highest possible quality of your project.

The MySQL database is a component of the MAMP, however it is much easier to configure with MAMP Pro. To increase the security of a Mac connected to the Internet, you can not only quite easily change the port where MySQL answers, but change of the root password or limit the access to the database server to local users. Should errors occur for SQL inquiries, with MAMP Pro you can also define the location for your error log to be saved, so that you will not have to search for it.

What's New Version 3.0.5

MAMP PRO

  • Corrected a problem with PHP 5.4.26
Components
  • Apache HTTP Server 2.2.26
  • MySQL 5.5.34
  • PHP 5.1.6, PHP 5.2.17, PHP 5.3.28, PHP 5.4.26, PHP 5.5.10
  • APC/apcu 3.1.13/4.0.4
  • eAccelerator 0.9.6.1
  • XCache 1.2.2 and 1.3.2 and 3.1.0
  • Xdebug 2.2.4
  • Perl 5.18.2
  • mod_perl 2.0.8
  • Python 2.7.6
  • mod_wsgi 3.4
  • mod_python 3.5.0
  • phpMyAdmin 4.1.12
  • phpLiteAdmin 1.9.5
  • SQLiteManager 1.2.4
  • Freetype 2.4.12
  • t1lib 5.1.2
  • curl 7.28.1
  • jpeg 8d
  • libpng 1.6.6
  • tiff 4.0.3
  • Ghostscript 9.14
  • ImageMagick 6.8.8-9
  • Imagick 3.1.2
  • gd 2.0.34
  • zlib 1.2.8
  • ICU 52.1 (Unicode 6.3)
  • libxml2 2.8.0
  • libxslt 1.1.28
  • gettext 0.18.1.1
  • libidn 1.17
  • iconv 1.14
  • mcrypt 2.6.8
  • YAZ 4.0.1 and PHP/YAZ 1.1.5

Screenshots


推荐阅读
  • 本文介绍了在开发Android新闻App时,搭建本地服务器的步骤。通过使用XAMPP软件,可以一键式搭建起开发环境,包括Apache、MySQL、PHP、PERL。在本地服务器上新建数据库和表,并设置相应的属性。最后,给出了创建new表的SQL语句。这个教程适合初学者参考。 ... [详细]
  • 如何实现织梦DedeCms全站伪静态
    本文介绍了如何通过修改织梦DedeCms源代码来实现全站伪静态,以提高管理和SEO效果。全站伪静态可以避免重复URL的问题,同时通过使用mod_rewrite伪静态模块和.htaccess正则表达式,可以更好地适应搜索引擎的需求。文章还提到了一些相关的技术和工具,如Ubuntu、qt编程、tomcat端口、爬虫、php request根目录等。 ... [详细]
  • 本文讨论了Alink回归预测的不完善问题,指出目前主要针对Python做案例,对其他语言支持不足。同时介绍了pom.xml文件的基本结构和使用方法,以及Maven的相关知识。最后,对Alink回归预测的未来发展提出了期待。 ... [详细]
  • 在说Hibernate映射前,我们先来了解下对象关系映射ORM。ORM的实现思想就是将关系数据库中表的数据映射成对象,以对象的形式展现。这样开发人员就可以把对数据库的操作转化为对 ... [详细]
  • 本文介绍了使用cacti监控mssql 2005运行资源情况的操作步骤,包括安装必要的工具和驱动,测试mssql的连接,配置监控脚本等。通过php连接mssql来获取SQL 2005性能计算器的值,实现对mssql的监控。详细的操作步骤和代码请参考附件。 ... [详细]
  • 安装mysqlclient失败解决办法
    本文介绍了在MAC系统中,使用django使用mysql数据库报错的解决办法。通过源码安装mysqlclient或将mysql_config添加到系统环境变量中,可以解决安装mysqlclient失败的问题。同时,还介绍了查看mysql安装路径和使配置文件生效的方法。 ... [详细]
  • 搭建Windows Server 2012 R2 IIS8.5+PHP(FastCGI)+MySQL环境的详细步骤
    本文详细介绍了搭建Windows Server 2012 R2 IIS8.5+PHP(FastCGI)+MySQL环境的步骤,包括环境说明、相关软件下载的地址以及所需的插件下载地址。 ... [详细]
  • 本文介绍了如何使用php限制数据库插入的条数并显示每次插入数据库之间的数据数目,以及避免重复提交的方法。同时还介绍了如何限制某一个数据库用户的并发连接数,以及设置数据库的连接数和连接超时时间的方法。最后提供了一些关于浏览器在线用户数和数据库连接数量比例的参考值。 ... [详细]
  • 本文介绍了在SpringBoot中集成thymeleaf前端模版的配置步骤,包括在application.properties配置文件中添加thymeleaf的配置信息,引入thymeleaf的jar包,以及创建PageController并添加index方法。 ... [详细]
  • 本文由编程笔记小编整理,介绍了PHP中的MySQL函数库及其常用函数,包括mysql_connect、mysql_error、mysql_select_db、mysql_query、mysql_affected_row、mysql_close等。希望对读者有一定的参考价值。 ... [详细]
  • 本文介绍了在Mac上搭建php环境后无法使用localhost连接mysql的问题,并通过将localhost替换为127.0.0.1或本机IP解决了该问题。文章解释了localhost和127.0.0.1的区别,指出了使用socket方式连接导致连接失败的原因。此外,还提供了相关链接供读者深入了解。 ... [详细]
  • 本文介绍了RPC框架Thrift的安装环境变量配置与第一个实例,讲解了RPC的概念以及如何解决跨语言、c++客户端、web服务端、远程调用等需求。Thrift开发方便上手快,性能和稳定性也不错,适合初学者学习和使用。 ... [详细]
  • 本文介绍了关于apache、phpmyadmin、mysql、php、emacs、path等知识点,以及如何搭建php环境。文章提供了详细的安装步骤和所需软件列表,希望能帮助读者解决与LAMP相关的技术问题。 ... [详细]
  • MyBatis多表查询与动态SQL使用
    本文介绍了MyBatis多表查询与动态SQL的使用方法,包括一对一查询和一对多查询。同时还介绍了动态SQL的使用,包括if标签、trim标签、where标签、set标签和foreach标签的用法。文章还提供了相关的配置信息和示例代码。 ... [详细]
  • Python SQLAlchemy库的使用方法详解
    本文详细介绍了Python中使用SQLAlchemy库的方法。首先对SQLAlchemy进行了简介,包括其定义、适用的数据库类型等。然后讨论了SQLAlchemy提供的两种主要使用模式,即SQL表达式语言和ORM。针对不同的需求,给出了选择哪种模式的建议。最后,介绍了连接数据库的方法,包括创建SQLAlchemy引擎和执行SQL语句的接口。 ... [详细]
author-avatar
S_o_m_n_u_211
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有