By Ticktockman on
Hey all -
So I'm hoping someone can give me dumbed-down instructions for Nodewords. It looks like a great module and does exactly what I need done. I downloaded the module, (4.6) and installed it. When I publish stories now I get an error - I assume because I didn't follow this step in the Readme:
3. Import the supplied nodewords.mysql file into your Drupal database. Eg:
$ mysql -u user -p database < nodewords.mysql
Do not forget to adjust it to work with your table prefix if you use
table prefixing.
Can someone explain more fully how to do this? Where do I put that line of code?
Thanks! :)
Comments
importing into mysql
That is the command line version of loading data into your mysql database. If your web host has phpmyadmin installed and configured for you already, or if you can install it yourself, you can load the data through phpmyadmin.
If you have ssh access to your account you can run that command directly on your mysql database.
HTH!
--------------------
Michael
http://michaelangela.name
almost there
Thanks for the tip michaelangela -
I do have PHPmyAdmin already installed. I've looked around, and don't see anything to "import" a database. (is nodewords.mysql a table or a whole db?)
Under "operations" theres "create new table."
Where do I go from here?
Select database then SQL or import
Depending on the version of phpmyadmin an import tab may be present or not.
First select the drupal database, then choose either SQL or import. There you can choose a file to use.
If that's not possible, open the .mysql file with a text editor and copy & paste the contents in the textarea you find under the tab SQL.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
Yes!
Thanks guys! It worked like a charm - thanks for holding a newbies hands through his baby steps.
If this forum had a rep system I'd give you a gold star :)