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:36] – juckins | installing_phpmyadmin_tips [2022/01/24 14:08] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | __Installing mcrypt for php__ | + | ==== Installing phpMyAdmin Tips ==== |
- | * Ensure php-mcrypt, libmcrypt, php-mbstring are installed and httpd service restarted | + | * Ensure php-mcrypt, libmcrypt, php-mbstring, php-pear-MDB2-Driver-mysqli.noarch |
* Ensure mysql/ | * Ensure mysql/ | ||
* Download, unpack, install from http:// | * Download, unpack, install from http:// | ||
Line 8: | Line 8: | ||
* Login to web interface as user root | * Login to web interface as user root | ||
- | Enable special tables | + | Enable special tables |
- | * [[http:// | + | * Run SQL as shown in the section "MySQL version 4.0.2 or newer" on [[http:// |
- | | + | * Instructions above are now missing |
- | * [[https:// | + | * Login to the older server' |
- | * The following code was current as of 8 Nov 2015: | + | * Repeat step above for user pma. |
- | <code> | + | * <del>Create control user/ |
- | GRANT USAGE ON mysql.* TO ' | + | * < |
- | GRANT SELECT | + | * <del>GRANT SELECT, |
- | Host, User, Select_priv, Insert_priv, | + | * < |
- | Create_priv, | + | * Follow |
- | File_priv, Grant_priv, References_priv, | + | * Can be done at the command line |
- | Show_db_priv, | + | * cd to < |
- | Execute_priv, | + | * As root: mysql -uroot -p < |
- | ) ON mysql.user TO ' | + | * Logout, log back into phpMyAdmin to see new database and tables |
- | GRANT SELECT ON mysql.db TO 'pma' | + | |
- | 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.1447007782.txt.gz · Last modified: 2015/11/08 13:36 by juckins