Today found a very strange thing oneself in the Mac installed Mamp environment phpMyAdmin not create a database This option, this is the local installation is not the space how can not this create DATABASE permissions, with the question let's see what's going on.
There are many PHP environments on the Windows platform with one-click installation package, only 2 found in OS X. A xampp, a mamp. The former found that does not support Zend, I estimate will cause some programs are incompatible, the latter will not have these problems. Of course, OS X also comes with the environment, but I want to install MySQL and phpMyAdmin, so I'm going to get a button on the package.
Install the free version of Mamp after the official website is installed, and then go to phpMyAdmin and discover that there is no database option created. Searched a lot of domestic tutorials, they are not the same as mine. Google to search foreign phpmyadmin create database article, also no fruit. The Mamp PRO, which unloaded the charging version, also did not create a database.
Then accidentally found a video, which is a foreigner in the demo Mac loaded mamp steps tutorial. After a few minutes, it was strange to find that the phpMyAdmin he had set up was also created with a database. Look carefully, he used mamp 1.9.2, and I downloaded the latest version of the Mamp 2.2, the official only provide this version and Mamp 1.9.6.1, so continue to search Mamp 1.9.2 installation package. Finally found that a site has all the version of the installation package, find 1.9.2 download installation, and video tutorial exactly the same, point open phpMyAdmin, finally have created the database.
I'm not sure if the Mamp 1.9.6.1 is available on the website, so you can try it and give me feedback. I looked at the basic configuration of Mamp 1.9.2, the version should be enough for me to use, so I do not need to upgrade to a very high version. Installed a new version of WordPress, incredibly support pseudo-static, cool!
After half an afternoon and half a night, finally solved, hope for everyone useful. However, I do not know whether to run the PHP environment, my air power is significantly faster than before.
http://www.bkjia.com/PHPjc/633207.html www.bkjia.com true http://www.bkjia.com/PHPjc/633207.html techarticle today found a very strange thing oneself in the Mac installed Mamp environment phpMyAdmin not create a database This option, this is the local installation is not the space how can not this CREATE DATABASE permissions ...