Rotation of errorlog fails

2002-07-14 Thread jan . albrecht
>Description: The command "mysqladmin -h host -u user -ppass flush-logs" does rotate the logs of mysql but not the errorlog. >How-To-Repeat: Self compiled mysql on debian. >Fix: Not a real solution but an manual restart of the mysql server reactivates the errorlog. >Subm

RE: MySQL Poll

2002-07-14 Thread j.urban
I suppose it depends on your needs and/or exactly what you want to accomplish, but I use urSQL (www.urbanresearch.com/ursql) to access data on MySQL, MSSQL, MS Access, and Paradox databases. I use urSQL frequently to do ad hoc queries and basic SQL tasks... I wouldn't really call it an "Admin" t

RE: MySQL Poll

2002-07-14 Thread Bert VdB
MysqlFront is thé best tool for me. http://anse.de/mysqlfront/download.php Works on remote databases to, nice and smooth interface, exporting tables in various formats, export/import from one active db to another ... B. -Original Message- From: Correale, Ernest [mailto:[EMAIL PROTECTED]

Restoring DB

2002-07-14 Thread Charitha
Hello all, Is there any way in mysql to restore the data back after flushing off all the data already present using a single command. I am having backup of the db and i want to restore the data back in the database by flushing off all the data already present. Thanx in advance Regards, Ch

user

2002-07-14 Thread Michal Dvoracek
Hello, is possible to create user which will be not able to create other users and will have full access to all existing databases and databases which will be created in future? Thank you. Regards, Michal Dvoracek [EMAIL PROTECTED] mysql,query,sql ---

mysqld-max-nt 4.0.1-alpha shutdown problem

2002-07-14 Thread Roman Vorobiev
When mysqld-max-nt.exe is started with options --console --standalone and after issuing "mysqladmin -u root shutdown" mysqld reports a shutdown, but does not exit. mysqld-max don't have this problem. OS Windows 2000. Roman Vorobiev. e-mail: [EMAIL PROTECTED] __

RE: Innodb

2002-07-14 Thread Ki Mien
Hi Cal, Thanks for the tip. But any reasons as to why 3.23.51-max is preferred to 3.23.49-max-nt? cheers, Ki Mien -Original Message- From: "Cal Evans" <[EMAIL PROTECTED]> Sent: Saturday, July 13, 2002 11:34 PM To: "Ki Mien" <[EMAIL PROTECTED]>, "[EMAIL PROTECTED]" <[EMAIL PROT

ODBC and TimeStamp

2002-07-14 Thread Todd Cary
I have a MySQL TimeStamp in my table. If I try to do a query via ODBC, I get an error on the field. Any suggestions? Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] --

Re: MySQL and Visual Basic 6.0

2002-07-14 Thread Pacific Net Mail - YFLiew
Hi Carlos and All, Oh ya, i am also trying to use VB6.0 and mysql in window environment but is not sure how well they work together, may i know which middle ware you use to bridge the communication between VB6 and Mysql. - Original Message - From: "Carlos Rovetto" <[EMAIL PROTECTED]> To:

Use MySQL and Visual Basic 6.0

2002-07-14 Thread Carlos Rovetto
Hi. I am begining using MySQL with Visual Basic 6.0 in Windows 98 first edition. Some times i to receive this message but i don't know why. Error on rename of '.\video\products.MYI' to '.\video\#sql2-fffa6015-3.MYI' (Errcode: 13) The SQL instruction is: alter table products add (unitprice do

MySQL and Visual Basic 6.0

2002-07-14 Thread Carlos Rovetto
Hi. I am begining using MySQL with Visual Basic 6.0 in Windows 98 first edition. Some times i to receive this message but i don't know why. Error on rename of '.\video\products.MYI' to '.\video\#sql2-fffa6015-3.MYI' (Errcode: 13) The SQL instruction is: alter table products add (unitprice do

RE: A beginners proplems.

2002-07-14 Thread Peter Lovatt
try logging in as follows [william@localhost william] mysql - u root -p it will then prompt you for your root password you should have access as root after that HTH Peter --- Excellence in internet and open source software

RE: Beginner's question

2002-07-14 Thread Shashank Tripathi
Hi Kelly, | I am writting a search engine using Mysql. I am trying to return | a text object value (which contains all of the html), but it is | taking about 10 seconds to return each text value matching my query. | Is there any way that a text value can be optimized

RE: redirect output to a file?

2002-07-14 Thread Matthew Scarrow
Yes you can run querys from the mysql prompt and redirct them to a file. Here's how. Make a file and call it query. Inside the file put something like this: use db_mydatabase select * from tbl_mytable where something=somethingelse; Then from the prompt (not in the mysql prompt) use this command

users & privileges

2002-07-14 Thread tlr7425
I've read the Adding New Users Section and the initial and post setup section of the manual, but I still need some clarification: After an install and a working MySQL I see it like this (Mac OS XS): there are 3 users: mysql - created manually after installing MySQL and has a password root - a mys

RE: Beginner's question

2002-07-14 Thread Matthew Scarrow
Can you provide more information like are you using cgi to get the code and what language. What's your query look like? Are you full text indexing your text field? Do you have an index on the table? What's the table structure look like? Can you send a sample record? How many records in the table?

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDSincl., but need help with FIXes

2002-07-14 Thread R Blake
--On Sunday, July 14, 2002 5:24 PM -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: >> > The correct thing to do is probably to fix include/my_net.h. poll >> > requires , not . In addition, there should be >> > an autoconf check for , instead of assuming that because >> > you have a poll function

Beginner's question

2002-07-14 Thread Kyle and Beth Kelly
I am writting a search engine using Mysql. I am trying to return a text object value ( which contains all of the html), but it is taking about 10 seconds to return each text value matching my query. Is there any way that a text value can be optimized? www.cs.uno.edu/~kkelly --

Re: Presentation

2002-07-14 Thread Alexander Burbello
I need to make a presentation about the topics of mysql like history, phisical structure, logic structure, like that. Alexander --- Jeremy Zawodny <[EMAIL PROTECTED]> escreveu: > On Sat, Jul 13, 2002 at 11:12:11PM -0300, Alexander > Burbello wrote: > > Hi, > > > > I need to make a presentati

MyCC-0.8.4 and MySQL-4.0.2

2002-07-14 Thread Daniel Kasak
Hi all. I just upgraded to MySQL-4.0.2 (great work guys) and noticed that MyCC's user administration isn't displaying privileges properly, ie doesn't show them at all. (When I say upgrade, I mean a full uninstall & new install, and import from mysqldump backups). Granting seems to work OK (I t

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDS incl., but need help with FIXes

2002-07-14 Thread Dan Nelson
In the last episode (Jul 14), R Blake said: > --On Sunday, July 14, 2002 2:04 PM -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: > >In the last episode (Jul 13), R Blake said: > >>BUG #1: > >> does not seem to exist in BSD variants (cref: > >>http://www.netsys.com/bsdi-users/2001-11/msg00093.html), bu

redirect output to a file?

2002-07-14 Thread Brandon McCombs
Hi, WIth the way eSKUeL (a PHP app I found on freshmeat) displays query results in a table, and the way that copying and pasting that data into a xls or doc file appears I'm hoping to be able to run queries manually on the mysql prompt and have the output redirected to a file so that I'm able to

Re: A beginners proplems.

2002-07-14 Thread tlr7425
on 7/14/02 3:29 PM, William Bradley, typed: > mysql> USE mysql > ERROR 1044: Access denied for user: '@localhost' to database 'mysql' > mysql> use mysql; :) - Before posting, please check: http://www.mysql.com/manual.php

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDSincl., but need help with FIXes

2002-07-14 Thread R Blake
dan, thx for your reply! --On Sunday, July 14, 2002 2:04 PM -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Jul 13), R Blake said: >> BUG #1: >> does not seem to exist in BSD variants (cref: >> http://www.netsys.com/bsdi-users/2001-11/msg00093.html), but >> nonetheless, ".

A beginners proplems.

2002-07-14 Thread William Bradley
Your patience please :) I am an absolute newbie. When I setup Mysql I made some mistakes and now I can't seem to get out of them. When I login as root and type "mysql" on the command line as root, I get the following: [william@localhost william]$ su Password: [root@localhost william]# mysql

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDS incl., but need help with FIXes

2002-07-14 Thread Dan Nelson
In the last episode (Jul 13), R Blake said: > BUG #1: > does not seem to exist in BSD variants (cref: > http://www.netsys.com/bsdi-users/2001-11/msg00093.html), but nonetheless, > "./configure" sets HAVE_POLL as defined, causing make to fail with > sys/poll.h "not found". > > WORKAROUND: > ==

auto_increment

2002-07-14 Thread Raymond Hamaker
Hi all, When i use MS access 2000 with odbc to fill my MySQL db(running on linux) auto_increment seems not to work . Is that normal? Or am i missing something? TIA Raymond - Before posting, please check: http://www.mysql.co

compiling 4.0.2

2002-07-14 Thread Michael Widenius
Hi! > "Marko" == Marko Djukic <[EMAIL PROTECTED]> writes: Marko> Anyone know what this syntax error is about? trying to compile the 4.0.2 on a freebsd server... Marko> Making all in sql Marko> gmake[2]: Entering directory `/usr/home/oblo/xfer/mysql-4.0.2/sql' Marko> byacc -d sql_yacc.yy

Re: CREATE FUNCTION

2002-07-14 Thread Veysel Harun Sahin
ahh sorry for misunderstand. the truth is that i have no idea about the solution of your problem but i would like to hear from you if you find a solution. Sameh Attia wrote: > > > Veysel Harun Sahin wrote: > >> http://www.mysql.com/doc/P/r/Privileges.html >> >> Sameh Attia wrote: >> >>> Hi, >>

mysqld (3.23.49) crash on netbsd_1.6BETA4

2002-07-14 Thread holgr
>Description: No problems during compilation. Nonetheless the server won't start at all. Been unable to execute mysql_install_db --force after installation. hostname.err: mysqld got signal 11; This could be because you hit a bug. It is also possible

Re: CREATE FUNCTION

2002-07-14 Thread Sameh Attia
Veysel Harun Sahin wrote: > http://www.mysql.com/doc/P/r/Privileges.html > > Sameh Attia wrote: > >> Hi, >>Can anybody help me figuring how to control granting users >> permissions to created functions in MySQL like we do for SELECT, >> INSERT, ...etc or it is not possible and every one l

Re: CREATE FUNCTION

2002-07-14 Thread Veysel Harun Sahin
http://www.mysql.com/doc/P/r/Privileges.html Sameh Attia wrote: > Hi, >Can anybody help me figuring how to control granting users > permissions to created functions in MySQL like we do for SELECT, > INSERT, ...etc or it is not possible and every one logged in to MySQL > could simply use t

Extremely slow UPDATE in 4.02

2002-07-14 Thread Dominique Peretti
>Description: This very basic UPDATE command is very slow in 4.02 : UPDATE lang2 SET ref_id = 0; (could be also = 1, = 2, etc) It takes several minutes to run on a 235,000 records table, with high disk activity (fs_usage reveals many seek/read/write accesses). For comparison, it takes about 5

CREATE FUNCTION

2002-07-14 Thread Sameh Attia
Hi, Can anybody help me figuring how to control granting users permissions to created functions in MySQL like we do for SELECT, INSERT, ...etc or it is not possible and every one logged in to MySQL could simply use them like any other native function? Regards -- Sameh Attia Senior System

ERROR 1030: Got error 22 from table handler

2002-07-14 Thread Michael Widenius
Hi! > "grant" == grant <[EMAIL PROTECTED]> writes: >> Description: grant> when running a "insert data infile" command on a 500MB text file, I grant> get the error "ERROR 1030: Got error 22 from table handler" from grant> mysql. I did a listing of the database files and it looks like t

Re: using a '*.seq' file

2002-07-14 Thread George Pitcher
Wouter, I did open it up in MSWord and found that there were no commands in the file, just data. What makes this worse is that each field is preceded with a tab and a character which identifies the field. Empty fields are omitted to the extent that although the fields run in the sequence A-Z and

Re: Updates

2002-07-14 Thread Heikki Tuuri
Karl, - Original Message - From: ""karl "" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Sunday, July 14, 2002 7:41 AM Subject: Updates > Hello, > This is similar to my post earlier...(I'm really racking my brains over this). > I'm going to try and rephrase (shorten) my q

Re: date subtraction error

2002-07-14 Thread Jeff Kilbride
You can't subtract dates like that. You need to use the built in date/time functions. See the following: http://www.mysql.com/doc/D/a/Date_calculations.html http://www.mysql.com/doc/D/a/Date_and_time_functions.html Your query would be something like this: SELECT TO_DAYS(completion_date) - TO_DA

rpm of plain MySQL-4.0.2 does not contain InnoDB; download rpm of MySQL-Max-4.0.2 instead

2002-07-14 Thread Heikki Tuuri
Hi! Due to an error in the build process, the rpm of plain MySQL-4.0.2 does not contain InnoDB. Please download the rpm of MySQL-Max-4.0.2 instead. The error in the build of the plain MySQL-4.0.2 rpm will be fixed in the coming days. Best regards, Heikki Tuuri Innobase Oy