installing_phpmyadmin_tips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installing_phpmyadmin_tips [2015/11/08 13:30] – juckins | installing_phpmyadmin_tips [2022/01/24 14:08] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | __Installing mcrypt for php__ | + | ==== Installing phpMyAdmin Tips ==== |
| - | 1. Download, unpack, install from http:// | + | * Ensure php-mcrypt, libmcrypt, php-mbstring, |
| - | 2. Create symbolic link to phpmy \\ | + | * Ensure mysql/ |
| - | 3. cd to phpmy and load up config.inc.php | + | * Download, unpack, install from http:// |
| - | 4. login to web interface | + | |
| - | 5. Make sure to set mysql server | + | |
| - | 6. Load mcrypt extension with the following (or higher): | + | * Login to web interface |
| - | | + | |
| - | | + | |
| - | 7. Remember that you might need 64-bit versions of the RPMs, such as: \\ | + | Enable special tables |
| - | | + | |
| - | | + | |
| - | 8. RPMs can be found at: \\ | + | * Run SQL as shown in the section "MySQL version 4.0.2 or newer" on [[http://wiki.phpmyadmin.net/ |
| - | [[http://rpm.pbone.net|rpm.pbone.net]] \\ | + | * Instructions above are now missing |
| - | [[http:// | + | * Login to the older server' |
| + | * Repeat step above for user pma. | ||
| - | __Installing mbstring__ \\ | + | |
| - | \\ | + | * < |
| - | Ensure that php-mbstring RPM is installed.\\ | + | * <del> |
| - | Restart httpd server. | + | * < |
| - | + | * Follow | |
| - | Enable special tables and configuring Control User | + | * Can be done at the command line |
| - | + | * cd to < | |
| - | | + | * As root: mysql -uroot -p < |
| - | * Set password for control user | + | * Logout, log back into phpMyAdmin to see new database and tables |
| - | * [[https:// | + | |
| - | * The following code was current as of 8 Nov 2015: | + | |
| - | + | ||
| - | <code> | + | |
| - | GRANT USAGE ON mysql.* TO ' | + | |
| - | GRANT SELECT ( | + | |
| - | Host, User, Select_priv, | + | |
| - | Create_priv, | + | |
| - | File_priv, Grant_priv, References_priv, | + | |
| - | Show_db_priv, | + | |
| - | Execute_priv, | + | |
| - | ) ON mysql.user TO ' | + | |
| - | GRANT SELECT ON mysql.db TO ' | + | |
| - | GRANT SELECT ON mysql.host TO ' | + | |
| - | GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv) | + | |
| - | ON mysql.tables_priv TO ' | + | |
| - | </code> | + | |
| - | + | ||
| - | Finally, follow | + | |
| __Installing phpMyAdmin updates and merging configuration files__ \\ | __Installing phpMyAdmin updates and merging configuration files__ \\ | ||
installing_phpmyadmin_tips.1447007442.txt.gz · Last modified: by juckins
