A
A
Anya2015-12-14 22:05:30
MySQL
Anya, 2015-12-14 22:05:30

What and where to fix in the database?

Good evening. Tell me what could be wrong if this error is
displayed 14.SELECT elems.* FROM `example`.`example2` elems WHERE 1 ORDER BY `id` DESC, `len` ASC LIMIT 0, 30
SELECT command denied to user ' example3'@'localhost' for table 'example2'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2015-12-14
@BuriK666

GRANT SELECT ON `пример`.`пример2` TO 'пример3'@'localhost'
dev.mysql.com/doc/refman/5.7/en/grant.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question