<div dir="ltr">Hello<br><br>I setup 5.6 on a debian with Mysql and when I start interchange the console shows that the table is created, but when I check mysql no tables are created.<br><br>Am not sure how to troubleshoot this.<br>
<br>I also get an error that the INDEX command is denied for the user. <br><br>Here is how the part of the screen output looks like:<br><br>table pay_certs index failed: INDEX command denied to user &#39;admin&#39;@&#39;localhost&#39; for table &#39;pay_certs&#39;<br>
table &#39;pay_certs&#39; failed: list_fields execute on pay_certs: Table &#39;dcri.pay_certs&#39; doesn&#39;t exist at /usr/local/interchange/lib/Vend/Table/DBI.pm line 1809.<br><br>table orderline created: create table orderline (<br>
code varchar(32) NOT NULL PRIMARY KEY,<br>store_id varchar(9) DEFAULT &#39;&#39; NOT NULL,<br>order_number varchar(14) NOT NULL,<br>session varchar(32) NOT NULL,<br>username varchar(32) default &#39;&#39; NOT NULL,<br><br>
<br>Would really appreciate if someone could help me out in fixing this.<br><br>Thanks<br>Hari<br></div>