<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Database creation wizard dialog missing mysql connector options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119850#c24">Comment # 24</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Database creation wizard dialog missing mysql connector options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119850">bug 119850</a>
from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
<pre>@Tamas :
You need to create a database called "test" on your mysql server, and then a
table "AC" as follows:
CREATE TABLE `AC` (
`bid` int(10) NOT NULL AUTO_INCREMENT,
`Ac` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`Cur` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
`dt` datetime DEFAULT NULL,
PRIMARY KEY (`bid`),
KEY `cur` (`Cur`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
and then add some data to it
or else modify the content.xml of the ODB file to point to an already existing
db and table.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>