<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Probably the underlying problem here is that MySQL is relatively
underused and thus untested with Ur/Web! If you compile with 'urweb
-debug', you will see all of the SQL strings that are being used,
some in /tmp/webapp.c. Can you tell me the right case to use
everywhere? (I <i>think</i> case is at least being used
consistently throughout the generated code, so apparently MySQL
applies a case preference automatically somewhere. Also, I'm pretty
sure the main demo has worked with MySQL recently, so maybe some
element of your configuration is nonstandard, e.g. the filesystem?)<br>
<br>
<div class="moz-cite-prefix">On 01/17/2015 02:23 PM, Kevin Johnson
wrote:<br>
</div>
<blockquote
cite="mid:CAN1HqxyW59MhNvsMQjQz979S9A5H3ipBmR6Z3O6ux_KUoAC0ag@mail.gmail.com"
type="cite">
<div dir="ltr">When I try to execute the examples from Gian
Perrone's web tutorial, I get the following error:
<div><br>
</div>
<div>Fatal initialization error: Table 'uw_urblog_comment' does
not exist.</div>
<div><br>
</div>
<div>I am running mysql 5.5 on a ubuntu system.</div>
<div><br>
</div>
<div>The urblog.sql defined the table as 'uw_Urblog_comment'.</div>
<div><br>
</div>
<div>I have tried modifying the sql file to use
'uw_urblog_comment', but then the urblog.exe complains that
'uw_Urblog_comment' doesn't exist.</div>
<div><br>
</div>
<div>I have to have both table names in the database. Is there
perhaps an ignore table name case flag I am missing somewhere
that everyone uses?</div>
<div><br>
</div>
<div>Thank you,</div>
<div><br>
</div>
<div>Kevin Johnson</div>
</div>
</blockquote>
</body>
</html>