Hi,

thanks for the migration module.

I am getting this error when trying to import any item:

user warning: SELECT command denied to user 'angel_drupl1'@'localhost' for table 'mos_users' query: SELECT * FROM angel_joomla.mos_users ORDER BY id in /home/angel/public_html/drupal-5.7/includes/database.mysql.inc on line 172.

The Joomla version is 1.0.15 Stable. I have installed Drupal 5.7 and enabled profiles.

Please advise.

Comments

lvanfleet’s picture

okay -- I figured it out -- added "select" privileges to user -- duh!

spookypld’s picture

Version: 5.x-1.9 » 5.x-2.1

I have same warning and I gave all privileges to user. Drupal version I'm using 5.15.

user warning: 
SELECT command denied to user 'spooky_drupal5'@'localhost' for table 'jos_users' 
query: 
SELECT * FROM _joom1.jos_users 
ORDER BY id in /home/spooky/public_html/drupal5/includes/database.mysql.inc on line 174.

EDIT:
Thanks to what angel posted I figuret out, that I have wrongly named Database name of Joomla: and it was fully my mistake.

spookypld’s picture

Status: Active » Closed (fixed)

Closing it then...