Sinisa,
>> >> | GRANT USAGE ON *.* TO 'news'@'192.168.1.%' IDENTIFIED BY PASSWORD
> 'xxxxxxxxxxxxxxxx' |
>> >> | GRANT SELECT ON cotations.* TO 'news'@'192.168.1.%'
> |
>> >> | GRANT SELECT, INSERT, UPDATE, DELETE ON contenu.* TO
> 'news'@'192.168.1.%' |
>> >> | GRANT SELECT, INSERT, UPDATE, DELETE ON pratique.* TO
> 'news'@'192.168.1.%' |
>> >>
> +----------------------------------------------------------------------------------------+
>>
>> But the query is :
>>
>> SELECT i.libelle FROM news n, symbole_news s, cotations.instrument i WHERE
> n.id=s.news_id AND i.symbole=s.symbole AND n.id=xxxx LIMIT 1
SM> In which database are tables news, symbole_news ??????
In database "contenu".
Alex.