MySQL-Scheme from Dockimbel
[1/3] from: g::santilli::tiscalinet::it at: 4-Jul-2001 21:59
Hello Thorsten!
On 04-Lug-01, you wrote:
TM> has anybody experience with DocKimbel's MySQL-Scheme.
I'm using it quite a lot lately.
TM> I always get an Error 1064 when trying to insert an CREATE
TM> TABLE for an 27 Field Table.
I don't have the MySQL manual at hand, is that a problem of
permissions? If so, you probably need to be the user
[root--localhost] or (being [root--localhost]) grant all privileges to
the user as which you log into MySQL.
TM> Any Ideas out there?
Feel free to contact me privately if you need more help and you
think the list would not be much interested. I also have some
utility functions I wrote, if you are interested.
Regards,
Gabriele.
--
Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
[2/3] from: moeller_thorsten:gmx at: 4-Jul-2001 11:37
Hi,
has anybody experience with DocKimbel's MySQL-Scheme.
I always get an Error 1064 when trying to insert an CREATE TABLE for an 27
Field Table.
Any Ideas out there?
Thorsten
[3/3] from: mccarter:uniserve at: 5-Jul-2001 14:00
It sounds to me that you have an error in your mysql syntax.
Usually I have found that there will be a comma missing or
the will be a need for quotation marks around a string
or you are naming a column with a mysql reserved word.
Bill.
Thorsten Moeller wrote: