<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[TM] Broken Database]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have unusable tables when I do the following process :</p>
<ul>
<li>Open an existing table</li>
<li>Clic on "Create table script" -&gt; Copy the content</li>
<li>Clic on "New query"</li>
<li>Paste the script previously copied -&gt; Change the table name (to not create the new one under the same name)</li>
<li>Execute the query<br />
The new table is here but can't be opened, so I can't even delete it...</li>
</ul>
<p dir="auto">What to do from here ^^" ?</p>
<p dir="auto">Thanks,<br />
Best regards,</p>
]]></description><link>https://community.appdrag.com/topic/258/tm-broken-database</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 01:01:02 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/258.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jul 2020 15:55:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [TM] Broken Database on Mon, 27 Jul 2020 14:05:34 GMT]]></title><description><![CDATA[<p dir="auto">Oops, I misunderstood!</p>
]]></description><link>https://community.appdrag.com/post/954</link><guid isPermaLink="true">https://community.appdrag.com/post/954</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Mon, 27 Jul 2020 14:05:34 GMT</pubDate></item><item><title><![CDATA[Reply to [TM] Broken Database on Mon, 27 Jul 2020 14:03:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/9">@Daniel-Mulroy</a> the generated script is fine, I added manually the '-' when I copy/pasted it in a new query to add a prefix <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /><br />
If you create a table the managed way, it will prevent you to put a '-' altogether.</p>
]]></description><link>https://community.appdrag.com/post/953</link><guid isPermaLink="true">https://community.appdrag.com/post/953</guid><dc:creator><![CDATA[Pierre SULPICE]]></dc:creator><pubDate>Mon, 27 Jul 2020 14:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to [TM] Broken Database on Mon, 27 Jul 2020 13:04:59 GMT]]></title><description><![CDATA[<p dir="auto">Ooooh ok my bad !</p>
<p dir="auto">I deleted the 4 tables by query, created a new one the same way, worked flawlessly !</p>
<p dir="auto">Thanks a lot, my be a good idea to forbid it upfront since the interface can't print it ^^"</p>
<p dir="auto">See you,</p>
]]></description><link>https://community.appdrag.com/post/944</link><guid isPermaLink="true">https://community.appdrag.com/post/944</guid><dc:creator><![CDATA[Pierre SULPICE]]></dc:creator><pubDate>Mon, 27 Jul 2020 13:04:59 GMT</pubDate></item><item><title><![CDATA[Reply to [TM] Broken Database on Mon, 27 Jul 2020 10:08:45 GMT]]></title><description><![CDATA[<p dir="auto">Hey Pierre,</p>
<p dir="auto">your issue is coming from "-" in table name ... it's a forbidden character with MySQL ...<br />
Internally we do have a trick to be able to use it but it's really not recommended ... you will have to backtick the table name everywhere in your queries because of this...</p>
<p dir="auto">My advice, follow best pratices a just don't use forbidden characters in your table names <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
]]></description><link>https://community.appdrag.com/post/943</link><guid isPermaLink="true">https://community.appdrag.com/post/943</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Mon, 27 Jul 2020 10:08:45 GMT</pubDate></item><item><title><![CDATA[Reply to [TM] Broken Database on Mon, 27 Jul 2020 06:23:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Here is one of the scripts I used with the new table name :<br />
CREATE TABLE <code>PP-MOONAGE_leads</code> (<br />
<code>id</code> int(11) NOT NULL AUTO_INCREMENT COMMENT '::',<br />
<code>visitor_id</code> int(11) DEFAULT NULL COMMENT 'select:MOONAGE_visitors:id',<br />
<code>email</code> varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'email::',<br />
<code>pack</code> varchar(12) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '::',<br />
<code>completed</code> tinyint(4) DEFAULT NULL COMMENT '::',<br />
<code>action_time</code> timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '::',<br />
PRIMARY KEY (<code>id</code>)<br />
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci</p>
<p dir="auto">The original table looks like this then :<br />
<img src="/assets/uploads/files/1595830754649-908af139-1bbf-443a-9425-f4f49fced9ef-image.png" alt="908af139-1bbf-443a-9425-f4f49fced9ef-image.png" class="img-responsive img-markdown" /><br />
Maybe an issue with the link field ?</p>
<p dir="auto">Once created if I click on it I have the Databases dashboard (with stats and all):<br />
<img src="/assets/uploads/files/1595830853414-80c475ad-06a3-4a14-99e3-fdd36a12a345-image.png" alt="80c475ad-06a3-4a14-99e3-fdd36a12a345-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">I now have 4 unusable tables <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--confused" title=":/" alt="😕" /><br />
<img src="/assets/uploads/files/1595830907167-3aa321f6-636e-40a5-8da5-32b6b24d5ee5-image.png" alt="3aa321f6-636e-40a5-8da5-32b6b24d5ee5-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Thanks,<br />
Best regards,</p>
]]></description><link>https://community.appdrag.com/post/939</link><guid isPermaLink="true">https://community.appdrag.com/post/939</guid><dc:creator><![CDATA[Pierre SULPICE]]></dc:creator><pubDate>Mon, 27 Jul 2020 06:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to [TM] Broken Database on Sun, 26 Jul 2020 08:48:20 GMT]]></title><description><![CDATA[<p dir="auto">Hello Pierre,</p>
<p dir="auto">Just tried to follow your procedure and it worked well for me.<br />
Would you mind to post screenshots or all column details?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.appdrag.com/post/934</link><guid isPermaLink="true">https://community.appdrag.com/post/934</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Sun, 26 Jul 2020 08:48:20 GMT</pubDate></item></channel></rss>