Changes between Version 13 and Version 14 of howto/PHP


Ignore:
Timestamp:
Feb 14, 2015, 5:09:56 PM (9 years ago)
Author:
murrayeisenberg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/PHP

    v13 v14  
    160160Next: create a file: ''mysql_phpMyAdmin_pmaSetup.sql'' - containing the following SQL code:   (change the 'pmapass' to your password)
    161161- 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';".
    162164
    163165{{{