Discussion on:

2
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
The following MYSQL command gives me an error:
GRANT ALL PRIVILEGES ON `postfix` . * TO 'USER'@'localhost';
====================================================
for user I am entering POSTFIX, as this is the user I created in the previous
MySql command.

Here is my setup.php results
=======================
Everything seems fine... attempting to create/update database structure
Updating database:
- old version: 654; target version: 740
updating to version 655 (all databases)...
DEBUG INFORMATION:
Invalid query: Duplicate key name 'domain'
0 Votes
+ -
GRANT ALL PRIVILEGES ON `postfix` . * TO 'USER'@'localhost';

I removed the tick marks from the database name and my error was resolved.

GRANT ALL PRIVILEGES ON postfix. * TO 'USER'@'localhost';
========================================================

Although, I am still getting an error when running the setup.php:

Everything seems fine... attempting to create/update database structure
Updating database:
- old version: 654; target version: 740
updating to version 655 (all databases)...
DEBUG INFORMATION:
Invalid query: Duplicate key name 'domain'
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.