Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


installing_phpmyadmin_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installing_phpmyadmin_tips [2016/12/16 15:22] juckinsinstalling_phpmyadmin_tips [2022/01/24 14:08] (current) juckins
Line 12: Line 12:
   * Run SQL as shown in the section "MySQL version 4.0.2 or newer" on [[http://wiki.phpmyadmin.net/pma/control_user|configure Control User]]   * Run SQL as shown in the section "MySQL version 4.0.2 or newer" on [[http://wiki.phpmyadmin.net/pma/control_user|configure Control User]]
     * Instructions above are now missing     * Instructions above are now missing
-    * Login to the older server's phpmyadmin as root and go to Users.  Find the control user and export it.  Take that code and paste it into the SQL box on the server's phpmyadmin page.+    * Login to the older server's phpmyadmin as root and go to User accounts.  Find the control user and export it.  Take that code and paste it into the SQL box on the server's phpmyadmin page.
     * Repeat step above for user pma.       * Repeat step above for user pma.  
  
Line 19: Line 19:
   * <del>GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost'  IDENTIFIED BY 'pmapass';</del>   * <del>GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost'  IDENTIFIED BY 'pmapass';</del>
   * <del>pma_db defined in config.inc.php</del>   * <del>pma_db defined in config.inc.php</del>
-  * Follow instructions and run script in <PHPMYADMIN_ROOT>/examples/create_tables.sql+  * Follow instructions and run script in <PHPMYADMIN_ROOT>/sql/create_tables.sql
     * Can be done at the command line     * Can be done at the command line
       * cd to <PHPMYADMIN_ROOT>/examples/       * cd to <PHPMYADMIN_ROOT>/examples/
installing_phpmyadmin_tips.1481919771.txt.gz · Last modified: 2016/12/16 15:22 by juckins