By gray97 on
I have Img_assist module loaded but I don't understand what this #2 below means. Do you install that file img_assist.mysql into mysql? if so, how and where?
I do have phpmyadmin and cpanel.
Thanks!
2. Load the database definition file (img_assist.mysql) using the
tool of your choice (e.g. phpmyadmin). For mysql and command line
access use:
mysql -u user -p drupal < img_assist.mysql
Replace 'user' with the MySQL username, and 'drupal' with the
database being used.
Comments
Re: img_assist module installing
I did this just yesterday. Login into your phpMyAdmin from your cpanel. You then need to execute the SQL command in the file "img_assist.mysql". In the version of phpMyAdmin I have you can do this in to two ways. Browse to the SQL tab and either (a) cut-and-paste the SQL code into the appropriate box and execute; or (b) upload the file and execute (with no compression). In either case you should get a short message saying your table create command was successful. Good luck.
Thank you very much dshaw
Thank you very much dshaw for the great instructions. Now, that's how instructions should be written.
Take care.