... No, I'm not.. is that a command to be entered via msql2.exe ? I tried that, it does not recognise that command. I tried it with msqladmin (?) but that...
turgut kalfaoglu
turgut@...
Mar 2, 2000 12:06 pm
29
Hi Turgut! ... Are you doing a flush-privilegs after applying a user? -- TAM...
Timo Maier
tam@...
Mar 2, 2000 10:00 am
28
... Thanks; I just read thru the docs, and I can see there is a mysqladmin command, (several) , that start with flush-?? like flush-tables, etc. It appears...
turgut kalfaoglu
turgut@...
Mar 2, 2000 8:43 am
27
... Neither did I a lot with MySQL yet nor am I sitting here at my (home) OS/2 computer where it runs, but I read a lot in the docs - and I mean to remember...
Cornelis Bockemühl
cbockem@...
Mar 2, 2000 7:31 am
26
I just wanted to re-iterate my problem: A user is added to mysql2's userbase database, but he/she cannot use the private web pages until apache and mysql2 is...
Turgut Kalfaoglu
turgut@...
Mar 2, 2000 12:46 am
25
thank you all for your help, but i wasn't able to compile/link apps using your headers... yesterday i found modified headers in the odin source-tree and they...
Christian Wonschina
fonz@...
Mar 1, 2000 10:07 pm
24
Hi Antony! nice to see, that you're still working on th OS/2 port. ... Can you give us a date when you have a new version ready? Especially the problem with...
Timo Maier
tam@...
Mar 1, 2000 4:35 pm
23
There is a problem with ALTER TABLE on OS/2 as well as Win32... The Win32 code currently has loads of hacks to make it work better - I'll try to enable some of...
Antony T Curtis
antony@...
Feb 29, 2000 2:39 pm
22
I'm using RexxSQL/MySQL version 2.4 to connect to MySQL v3.22.26a. Is this the recommended method to access MySQL through REXX scripts? Is there an...
Stephane Charette
charette@...
Feb 26, 2000 7:00 pm
21
... No, I have this problem as well. I kept trying to add a new column, and while I never wrote the error message down, it seems to be the same problem you...
Stephane Charette
charette@...
Feb 26, 2000 6:47 pm
20
Hi, I have more problems with mysql. I can't ALTER a table. When I try: alter table artist change name name1 char(30); I get an error: ERROR 7: Error on rename...
Christian
solder@...
Feb 26, 2000 2:27 pm
19
... Glad to see I'm not the only one with the command-line switch problem. Thought maybe I'd installed it wrong. How do we go about getting new builds? I'm...
Stephane Charette
charette@...
Feb 26, 2000 7:00 am
18
... mySQL comes with it's own getopt sources - which I think *really* don't like OS/2. The next compile - I'll have to see if I can use the emx/gnu getopt api ...
Antony T Curtis
antony@...
Feb 25, 2000 9:33 am
17
"timo maier" <ta-@...> wrote: original article:http://www.egroups.com/group/mysql2/?start=15 ... I have the same problem with mysql and mysqladmin. If I use...
Christian
solder@...
Feb 24, 2000 8:53 pm
16
Hi there. I installed the Mysql/2 - ApacheSSL package from hobbes, and I noticed this problem: When a new entry to the database is made, via a CGI for example,...
Turgut Kalfaoglu
turgut@...
Feb 24, 2000 2:01 pm
15
Hi! Version .26 mysqldump does not accept commandline parameters like --add-drop-table. My fault or known bug? -- TAM...
Timo Maier
tam@...
Feb 24, 2000 9:53 am
14
... I'd prefer if Anthony did that esp. since I cant get the client utils to take a socket as parameter. I assume this is a bug (or a bug in me ;). Ideally...
Martin Alfredsson
mafa@...
Feb 23, 2000 2:21 pm
13
... I'd prefer if Anthony did that esp. since I cant get the client utils to take a socket as parameter. I assume this is a bug (or a bug in me ;). Ideally...
Martin Alfredsson
mafa@...
Feb 23, 2000 2:19 pm
12
... But we can trade :-) Help me setup a working environment for compiling/linking things like mysql, apache, php and I give you my VisualAge C++ 3.0. The box...
Martin Alfredsson
mafa@...
Feb 23, 2000 1:50 pm
11
... Using my headers/lib (not the one in the client mysql package, though the changes are almost none): Add this line to your C/C++ source #include <mysql.h> ...
Martin Alfredsson
mafa@...
Feb 23, 2000 1:50 pm
10
... would ... Are you saying that you will do it?! :) ... case-insensitive ... Nice. :) Now all we have to do is to persuade B. Havard into building PHP with...
Nenad Milenkovic
nenad_milenkovic@...
Feb 23, 2000 1:20 pm
9
... VAC has different calling conventions from gcc/emx. I recommend compiling the client library with VAC and use that. I have client libraries compiled with...
Antony T Curtis
antony@...
Feb 23, 2000 10:02 am
8
... Is it that easy ?? A good ODBC for OS/2 would be great. Currently its hard to use different databases on OS/2 since one have to rewrite the code (and...
JMA Technologies
mail@...
Feb 23, 2000 9:03 am
7
hi martin! could you give me an example how to compile/link something with your c-api header's. i am useing vac++ 3.08 and always get an sys1808 if am starting...
Christian Wonschina
fonz@...
Feb 22, 2000 9:57 pm
6
... That's because when you mix cases - it's got more than one in-memory index cache for one table and they go out of sync. ... My quick&dirty compile of mySQL...
Antony T Curtis
antony@...
Feb 22, 2000 9:30 am
5
... case ... Heh, so i was right when I blamed case-sensitivity. :) Tricky part is that works that way to some extent, only indexes die, I had no data loss,...
Nenad Milenkovic
nenad_milenkovic@...
Feb 21, 2000 9:22 pm
4
... This is a bug because mySQL *thinks* they're seperate tables (has a case sensitive compare for filenames). I'll have to hunt down the conditional define to...
Antony T Curtis
antony@...
Feb 21, 2000 3:31 pm
3
I have reasons to beleive that I have found a bug in OS/2 version of MySQL. From time to time my indexes get corrupted - mostly when I ALTER table, but I also ...
Nenad Milenkovic
nenad_milenkovic@...
Feb 21, 2000 1:35 pm
2
If you want to create c programs that use mysql you can find a .zip file in the vault. Its tested on VACPP 3.6 but sould work on any OS/2 compiler. /Martin...
Martin Alfredsson
mafa@...
Feb 18, 2000 10:22 am
1
Hi, This group is for users and developers that run (and/or develops with) mysql on OS/2. Related things like PHP and Apache may also be discussed ! Cheers, ...