PDA

View Full Version : mysql probelm!



prashanth1990
11-03-2009, 08:43 AM
hello!

I recently installed Joomla and mediawiki

i found a plugin for Joomla that can search in Mediawiki and show up the result in Joomla.
http://www.dosideas.com/mediawiki-search-plugin-for-joomla.html

I have problem in one step in the above plugin

------------------------------------------------------------------
Configure the MediaWiki Database plugin option

The option MediaWiki Database is the name of your MediaWiki database. Your Joomla! database user needs SELECT grants on this database. You'll need to grant this permissions in your database, using your favorite MySQL client. For example, if your Joomla databaser user is "joomla_usr" and your MediaWiki database name is "mediawiki", you'll need to execute the following SQL command:
GRANT SELECT ON mediawiki.* TO 'joomla_usr'
------------------------------------------------------------------

My Mediawiki DB name : telugufi_film
MY Joomla DB user : telugufi_main

so as per the instructions i logged into phpmyadmin and performed the following sql command

GRANT SELECT ON telugufi_film.* TO 'telugufi_main'

I get the following error:


Error

SQL query: Documentation

GRANT SELECT ON telugufi_film . * TO 'main'

MySQL said: Documentation
#1044 - Access denied for user 'telugufi'@'localhost' to database 'telugufi_film'



Rewards
Prashanth Br