Changes between Version 13 and Version 14 of howto/PHP
- Timestamp:
- Feb 14, 2015, 5:09:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/PHP
v13 v14 160 160 Next: create a file: ''mysql_phpMyAdmin_pmaSetup.sql'' - containing the following SQL code: (change the 'pmapass' to your password) 161 161 - this is a one-time use scratch file so you can place it anywhere and delete it after use. (It is not included with the phpMyAdmin distribution.) 162 163 '''Note:''' In MySQL versions beginning with 5.6.7, there is no mysql.host table, so you will need to edit the SQL code below: (i) in lines 9 and 17 delete "Host," from the the GRANT SELECT commands; and (ii) delete the line 16 command "GRANT SELECT ON mysql.host TO 'pma'@'localhost';". 162 164 163 165 {{{