[MacPorts] howto/MAMP modified

MacPorts noreply at macports.org
Sat Sep 22 02:54:36 PDT 2012


Page "howto/MAMP" was changed by ryandesign at macports.org
Diff URL: <https://trac.macports.org/wiki/howto/MAMP?action=diff&version=62>
Revision 62
Comment: fix path to create_tables.sql (#35335)
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/MAMP
=========================================================================
--- howto/MAMP (version: 61)
+++ howto/MAMP (version: 62)
@@ -414,13 +414,13 @@
 
 For additional features provided by pmadb (http://wiki.phpmyadmin.net/pma/pmadb), run 
 {{{
-mysql5 -u root -p < /opt/local/www/phpmyadmin/scripts/create_tables.sql
+mysql5 -u root -p < /opt/local/www/phpmyadmin/examples/create_tables.sql
 }}}
 
 Then run this SQL to setup the pma 'controluser' (change the 'pmapass' to your password).
 {{{
 -- HOW TO USE THIS FILE (with MacPorts installation)
--- mysql5 -u root -p < /opt/local/www/phpmyadmin/scripts/create_tables.sql
+-- mysql5 -u root -p < /opt/local/www/phpmyadmin/examples/create_tables.sql
 -- mysql5 -u root -p < mysql_phpMyAdmin_pmaSetup.sql
 
 CREATE USER 'pma'@'localhost' IDENTIFIED BY 'pmapass';
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/howto/MAMP>
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone added your email address to be
notified of changes on 'howto/MAMP' page.
If it was not you, please report to .


More information about the macports-changes mailing list