richard.9979
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 0
Hi, I was installing YARPP on my wordpress blog, and it requested that one of my tables have a MyISAM engine. So I went to change the database table by entering "ALTER TABLE `wp_games_posts` ENGINE = MyISAM;" when this error pops up:
"Error
SQL query:
CREATE DATABASE `ALTER TABLE ``wp_games_posts`` ENGINE = MyISAM` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
MySQL said:
#1044 - Access denied for user 'mrrichar'@'localhost' to database 'ALTER TABLE `wp_games_posts` ENGINE = MyISAM' "
Is there any way I can get permission, or can I just use the default engine InnoDB?
"Error
SQL query:
CREATE DATABASE `ALTER TABLE ``wp_games_posts`` ENGINE = MyISAM` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
MySQL said:
#1044 - Access denied for user 'mrrichar'@'localhost' to database 'ALTER TABLE `wp_games_posts` ENGINE = MyISAM' "
Is there any way I can get permission, or can I just use the default engine InnoDB?