mysqldump permissions
am 05.06.2011 23:56:05 von ron.piggott------=_NextPart_000_003E_01CC23A9.D71F2710
Content-Type: text/plain;
charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
I created a VIEW â=9Ctableâ=9D yesterday. Last night when the =
cron job ran to back up the database I received this error:
mysqldump: Couldn't execute 'show create table =
`bible_anagrams_rss_feed_summary`': SHOW VIEW command denied to user=20
I use the following syntax to do the backup of the database each day =
within the context of a cron job:
date=3D`date -I` ; mysqldump â=93uUSER â=93pPASS =
--all-databases | gzip > /home/path/backup_$date.sql.gz
Even when I have given the mysql backup user all the permissions =
available within the control panel of my web site hosting company I =
still get the same error. These are the permissions I have available. =20
SELECT
INSERT
UPDATE
DELETE
INDEX
CREATE TEMPORARY TABLE
EXECUTE
CREATE
ALTER
DROP
LOCK TABLES
REFERENCES
CREATE ROUTINE
How to resolve the error?
Ron
The Verse of the Day
â=9CEncouragement from Godâ=99s Wordâ=9D
http://www.TheVerseOfTheDay.info =20
------=_NextPart_000_003E_01CC23A9.D71F2710--