a

2015-10-15 Thread Dennis Ruiz
a -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: select ... into local outfile ... ???

2011-09-03 Thread Dennis
Thanks, Tyler,  That's very helpful. Dennis --- On Sat, 9/3/11, Tyler Poland wrote: From: Tyler Poland Subject: Re: select ... into local outfile ... ??? To: mysql@lists.mysql.com Date: Saturday, September 3, 2011, 3:45 AM Dennis, The following closely simulates the default "IN

select ... into local outfile ... ???

2011-09-02 Thread Dennis
"select ... into LOCAL file" statement.Any suggestion is appreciated. Dennis

newb problem

2010-07-20 Thread dennis skinner
ll, body longtext not null), primary key(patnote), unique id(patnote)"; mysql_query($query); mysql_close(); then the closing question mark and carat on this line this does not build a file and I am wondering what syntax I am missing here

Re: MySQL purge logs

2008-05-11 Thread Dennis Yu
login MySQL with "root" and use: RESET MASTER that's all you need to do. Kaushal Shriyan wrote: Hi I am referring to http://dev.mysql.com/doc/refman/5.0/en/purge-master-logs.html whats the exact syntax to purge this MySQL Binary Logs -rw-rw 1 mysql 701 1.1G May 5 07:39 host1-bin.000681

ASP time difficulties

2005-08-16 Thread Dennis Olvany
I've got a column called time with the datatype time. When querying the column from asp/ado the values are the current date with a vartype of date. query browser: select time from syslog.mailinfo limit 1 result: "time" "03:18:26" asp/ado: <%set conn=server.createobject("adodb.connection") conn.

Re: Change Datatype (time)

2005-08-16 Thread Dennis Olvany
DATE_FORMAT() Doesn't seem like the most elegant solution, but it does seem to work. Thanks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Change Datatype (time)

2005-08-16 Thread Dennis Olvany
Is there a function that I can use in a query to return values in a different datatype? I've got a column which is time datatype and I'd like to return the values in a vb-compatible datatype. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:htt

VARCHAR changes to INT - UNION

2005-07-15 Thread Dennis Duggen
, '', image_id FROM wesHoldKategori ); === Anyone who can explain why this is happening and how i can solve it? Thanks in advance Dennis Duggen -- Airconditioners and computers have one thing in common: Once you open windows everything fa

Unique Index on multiple columns that can contain NULL in MySQL

2005-05-04 Thread Dennis Fogg
I'm getting lots of duplicate rows even though I have a unique index defined over multiple columns. The issue is that multiple NULL values are allowed, even when some values are not null. This could be as specified by the SQL standard, but it's certainly confusing for the developer. (By the way, on

Re: Mysql 4.1 and the LIMIT sql statement

2005-03-09 Thread Dennis Fogg
#x27;inc'] being set to "Value of -1 lists all records in a table" which gets converted to a SQL statement using LIMIT 0,-1 This does not make for a smooth migration from MySQL 4.0 to 4.1 and the solution suggested in the documentation is a step backwards in elegance (IM

I'm working on a library redesign, and need help

2004-06-06 Thread Dennis Gearon
Please CC me, I am on digest. What is an int(11) as in the following table creation statement? I looked online at the documentation, and not only is the documentation MUCH different than the last time I looked at it, (been awhile), but I didn't see anything related to a parameter to the size of

optimize table - OK to abort?

2004-05-31 Thread Dennis T Cook
way to estimate whether it's any where close to finishing. If I abort the mysql process doing the optimization, will the table or the index be damaged? The system is a development system and is really sluggish while the optimize is going on. -- Dennis T.Cook -- MySQL General Mailing Li

Help restoring mysql access

2004-04-22 Thread Dave Dennis
rsion 4.0.17 . Kind regards, +----- + Dave Dennis + Seattle, WA + [EMAIL PROTECTED] + http://www.dmdennis.com +- -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: limit stop count

2004-03-17 Thread Rogers, Dennis
SELECT COUNT(*) FROM tbl WHERE where_clause limit 200; -Original Message- From: Lorderon [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 6:45 PM To: [EMAIL PROTECTED] Subject: limit stop count How can I limit a count to stop when he reaches 200 rows? SELECT COUNT(*) FROM tbl W

RE: Query help - add results then divide by

2004-02-25 Thread Rogers, Dennis
Thanks so much!! SELECT (SUM(( ads.col * 1.91) * ads.depth ) / 131.77) * 100 FROM ads WHERE date = '2004-02-26' AND editionID = '13' AND ads.page = '16' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004

Query help - add results then divide by

2004-02-25 Thread Rogers, Dennis
Good afternoon, How can I take the 3 results below add them together then divide by 131.77? Can it all be done in one SQL statement? Thanks in advance. mysql> describe ads; +---+---+--+-+++

Is it True?

2003-12-31 Thread Dennis Strickland
Just started using MYSQL. And in doing some reading about MYSQL I read that MYSQL does not support nested Selects.Is this true?

MySQL Control Center

2003-11-07 Thread Dennis Strickland
Are there any help files for MySQL Control Center at this time? Dennis H. Strickland SatisFacts Research, LLC 2360 W. Joppa Road., Joppa Concourse Building Suite 322 Lutherville, MD 21093 Toll Free: 866.655.1490 ext. 103 Fax: 866.655.1491 Local: 410.583.9080

configure string for solaris?

2003-10-03 Thread James Dennis
Where can I find the configure string MySQL AB uses to compile their solaris binaries? -James -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

trouble compiling

2003-10-02 Thread James Dennis
gettimeofday(&tv,0);\ (ABSTIME).tv_sec=tv.tv_sec+(time_t) (SEC);\ (ABSTIME).tv_nsec=tv.tv_usec*1000;\ } uname -a shows: SunOS hostname 5.8 Generic_108528-21 sun4u sparc SUNW,Ultra-60 Any help would be VERY appreciated! - James Dennis -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Provider error '80040e37'

2003-09-24 Thread Dennis Bennett
Robert, ADO seems to prefer blobs to be at the end of the select. Try the following to see if it works: Select Picture, Questions, Answers FROM FAQ ORDER by OrderID Dennis -Original Message- From: Helpdesk3 ( Mid North Coast Internet ) [mailto:[EMAIL PROTECTED] Sent: Wednesday

'Commands out of sync' when moving app from Linux to MacOS X

2003-09-04 Thread David Dennis
I have a complex web application consisting of several programs totalling about 100k lines of C code that has been running successfully under Linux. To improve security, I want to port the application to MacOS X, where considerably less effort goes into designing security breaches. When I try com

Storing Java Objects

2003-08-29 Thread Dennis Knol
Hello, Is it possible to store Java objects in the mysql database? Kind regards, Dennis Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 -- MySQL General

Problems while compiling mysql on HP-UX 11.11

2003-07-30 Thread Dennis Francis B. Tutanes
(B[EMAIL PROTECTED](B $B%D%?%M%9([EMAIL PROTECTED](B (B (BHello, (B (BI am trying to install MySQL 3.23.55 on HP-UX 11.11 (B (BWhen I ran ./configure, I got the following messages : (B (B Configure: WARNING: sys/socket.h: present but cannot be compiled (B Configure: WARNING: sy

MySQL 3.23.55 compilation errors

2003-07-30 Thread Dennis Francis B. Tutanes
long long unsigned int, const iovec*, (Bint) (B' (B (B>Fix: (B (B (B>Submitter-Id: (B>Originator:Dennis Francis Tutanes (B>Organization: (B (B (B>MySQL support: [none | licence | email support | extended email support ] (Bnone (B>Synopsi

RE: mysql Digest 16 Jun 2003 00:46:21 -0000 Issue 2497

2003-06-15 Thread Rogers, Dennis
How do I unsub from this list? The unsub link doesn't work? } echo("Quick it's all most closing time!!!"); more_help(); ?> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 8:46 PM To: [EMAIL P

Unable to install from source due to crash

2003-06-01 Thread Dennis van der Meer
>Description: The file scripts/mysql_install_db crashes when trying to create the databases. Since the system isn't configured MySQL cannot start >How-To-Repeat: Just a simple build from source will do the trick. There are no compile errors and even the make install

MySQL 3.23.54a can be crased with a exploit for 3.23.53

2003-01-21 Thread Dennis Kruyt
| N | N | +--++--+-+-+ -+-+-+---+-+ ---+--+---++-+-- --++ 5 rows in set (0.00 sec) Ragards, Dennis Kruyt, - Before posting, please check: http://www.mysql.com/manual.php (th

Re: DELETE with no WHERE clause

2002-12-23 Thread Dennis Salguero
I can not confirm this, but it would make sense that this was updated in 4.05. After all, you are only deleting your records, not re-building the table. The new functionality you describe is also present in SQL Server and Oracle. Filter: Mysql , sql , query Good Luck, Dennis Salguero

Fwd: Re: Bug in auto_increment

2002-12-15 Thread Dennis Schwerdel
I think you did not properly process this request. Dennis Schwerdel Date: Sun, 15 Dec 2002 20:51:14 +0100 From: [EMAIL PROTECTED] To: Dennis Schwerdel <[EMAIL PROTECTED]> Subject: Re: Bug in auto_increment X-WEBDE-TAG: S Sender: [EMAIL PROTECTED] Your message cannot be posted to

Error 1030 table_handler error 12

2002-12-11 Thread Dennis Allison
Inspection of the mysql.log shows that the failing sql query alter table foo add index foodex( colone, coltwo, colthree); where foo is a BerkeleyDB type table with 150,000 entries of 500 bytes organized into 10 fields dies when it runs out of locks. How does one change the size of the

Re: MySQL eats 99& CPU time problem help

2002-12-11 Thread Dennis Allison
> On Wed, Dec 11, 2002 at 11:12:33AM -0500, shawn xu wrote: > > We have MySQL 3.23.53 running on Intel machine with OS > > BSDI 4.3. > > > > The problem happened more often like this. > > > > MySQL eated up 99% cpu time which was told by running > > "top". When this happened, I guess it still an

Re: Building Web Pages

2002-12-10 Thread Dennis Allison
> Does anyone know of a package that computer novices can use to build simple > web pages. Even if they know nothing of HTML? > > I'm using mysql and I figure there might be something out there all ready > built. This is for a small college that teachers can use to put on there > stuff. > typo/g

BDB and mysql problem

2002-12-10 Thread Dennis Allison
Using the sql: alter table foo add index dex( keycol1, keycol2, keycol3 ); causes a Error 1030 with the annotation "table handler error 12". The particular table involved has about 15 entries, contains 10 or so varchar() fields with a record size of O(500) bytes. The table is decla

Re: opaque error message [2]

2002-12-08 Thread Dennis Allison
I have found a work around, but I do wonder what the problem is with MySQL and BDB tables. When I rerun the load with the table type set to ISAM it all works. Looks like there may be some limitation of the BDB implementation I am triggering. In my previous post, I reported receiving an Error

Opaque mysql error ...

2002-12-08 Thread Dennis Allison
I have a moderately large database (150K records of nine fields, a bit under 500 bytes per record with a primary key. The database is of Type BDB. To improve query performance I concluded I needed to add a three element index. Running alter table foo add index udex( w_1, w_2, w3 );

Re: Javascript and mySQL

2002-11-25 Thread Dennis Salguero
e page and the access the array elements via JavaScript. While this raises quite a few issues (I'll leave that exercise to you), it is a way to access your database information with JavaScript. Good Luck! Dennis Filter: MySQL, SQL, Query - Original Message - From: "Michael

Re: select from two table

2002-11-22 Thread Dennis Salguero
Doh! Just when you think you have a softball . . . Yes, the answer should include the FROM: SELECT name, table1.position, table2.position FROM table1,table2 WHERE table1.name=table2.name Filter: MySQL SQL - Original Message - From: "Jocelyn Fournier" <[EMAIL PROTECTED]

Re: select from two table

2002-11-22 Thread Dennis Salguero
Doh! Just when you think you have a softball . . . Yes, the answer should include the FROM: SELECT name, table1.position, table2.position FROM table1,table2 WHERE table1.name=table2.name Filter: MySQL SQL - Original Message - From: "Jocelyn Fournier" <[EMAIL PROTECTED]

Re: select from two table

2002-11-22 Thread Dennis Salguero
You might want to add some unique IDs or something else in common to make this query a bit better, but the following is what you should be doing: SELECT name, table1.position, table2.position WHERE table1.name=table2.name Good Luck! Dennis - Original Message - From: "Osman

Re: SQL Query

2002-11-16 Thread Dennis Salguero
't mean that you can't use the earlier suggestion. You should pull the records, split the data based on the comma and then insert them individually into new fields and then run your query on the new table. Good Luck! Dennis --

Re: Access replacement...

2002-11-05 Thread Dennis Salguero
On the other hand, if your reports are not complex at all, then you can simply rely on something like PHP or ASP and have web-based reports. This may not always be the best option for all reports, but if you're only running a few reports and need a cost-effective solution, this may not be so

Re: password function

2002-10-31 Thread Dennis Salguero
You can't decrypt the password from MySQL, instead, you should encrypt the input from PHP and then do the string comparison. Good Luck, Dennis - Original Message - From: "Elaine Kwek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 200

Lost my socks...

2002-10-27 Thread Dennis Herndon
I just upgraded to Linux-Mandrake 9.0 and installed mysql via the RPM files. Everything installed just fine and dandy except when I try to run mysql it can't find /var/lib/mysql/mysql.sock file. I'm read how to protect that file, but where does it come from?

Re: sql problem

2002-10-23 Thread Dennis Salguero
It looks like you're missing a comma in your SQL statement in between placeOfBirth and civilStatus. Good Luck! Dennis - Original Message - From: "Mylin Campos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 2:13 AM Subject: sql

Re: Strange problem with MySql & IIS & ASP

2002-10-22 Thread Dennis Salguero
Have you tried using a GROUP BY statement - maybe something like: SELECT ExpDepDate, ActArrDate, Count(Ref) as NoOfRefs FROM oceandata GROUP BY ExpDepDate, ActArrDate, Ref Good Luck! Dennis - Original Message - From: "Morsky Juha" <[EMAIL PROTECTED]> To: <[EMA

RE: Copying Tables across machines

2002-10-14 Thread Dennis
ould easily be a "load data from server" also. Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

Copying Tables across machines

2002-10-14 Thread Dennis
. Something like: Copy Server:dbase:table to localhost:dbase:table Any ideas would be appreciated. Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the

Installation woes, please help

2002-07-29 Thread Dennis Daupert
root 178 Mar 23 12:05 /usr/lib/libc.so Configure command: CFLAGS="-O3" CC=gcc CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions \ -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler

Installation problem, please help

2002-07-29 Thread Dennis Daupert
s \ --with-mysqld-ldflags=-all-static I've read docs until my eyes are popping out. I need a bit of a rescue here. TIA. /dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Installation problem, help! help!

2002-07-29 Thread Dennis Daupert
s \ --with-mysqld-ldflags=-all-static I've read docs until my eyes are popping out. I need a bit of a rescue here. TIA. /dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Configure/Make problem, SuSE 8.0, mysql-3.23.51

2002-07-24 Thread Dennis Daupert
>Description: Make reports this: libmysql.c: In function `mysql_real_connect': libmysql.c:1325: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type libmysql.c:1325: too few arguments to function `gethostbyname_r' libmysql.c:1325: warning: assignment makes pointer from integ

myODBC BIGINT conversion

2002-07-17 Thread Dennis
sql query We have data stored as BIGINT in unix, and there are 32bit unsigned values but nothing larger. I would assume if we convert this to integer in win98 it would seem that values over 31bits would be wrong. Are there workarounds for this? Is this also an issue in later version of windows

Re: BIGINT -> INT in ODBC

2002-07-16 Thread Dennis
ample. > >You have written the following: > > >Is it possible to export 32-bit unsigned values stored as a BIGINT in unix >as a usable value in Access? there doesnt seem to be an "unsigned" option. > >Dennis ---

re: External MySQL access from Windows

2002-06-29 Thread Dennis
Its not clear from the docs if external mySQL databases (say running on a linux system) can be linked to Windows database with myODBC. Does this work bi-directionally (ie can I retrieve info from the linux databases and update records on the linux box with queries from windows? Thanks, DB -

Greek characters support

2002-05-27 Thread Dennis Bekatoros
Hi! First of all I would like to congratulate you for MySQL, which I, among many users, have found a both useful and powerfull tool. My name is Dennis Bekatoros. I am a pretty new user of MySQL but having some experience with other SQL platforms I managed to get used to MySQL environment in

Re: A new GUI for mySQL

2002-05-19 Thread Dennis Megarry
at I was looking for. Dennis - Original Message - From: "Ritesh Nadhani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 9:25 AM Subject: A new GUI for mySQL > greetings... > Webyog has released mySQLyog, a win32 based Query > analyzer.

Query question in join table with null

2002-05-18 Thread Dennis Megarry
NULL.. Any help would be greatly appreciated! Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAI

What uses more resources

2002-05-14 Thread Dennis
Hi all, I have different scripts which use Mysql databases. Now is my question; Is it better to have different databases for the different scripts or should I use 1 database for all the scripts? The scripts aren't used a lot. Thanks, D

mysql_fetch_object

2002-05-13 Thread Dennis Peyerl
Concerning my actual question to the group, I got the feeling that the function mysql_fetch_object is just not working correctly. Is it possible that mysql_fetch_object is not working, if something gone wrong during compilation-time or if there's a wrong entry in any cnf-file (or php.ini)? I

Supplementation: problem with password auth in mysql-database

2002-05-13 Thread Dennis Peyerl
What is wrong, I just cannot explain??? Im > completely pzzled and confused. > > Please help me. It would be nice if you'd cc to my email-address too. > > Thank you very much for your interest. > > dennis > > > > $host = "localhost"; > $user

problem with password auth in mysql-database

2002-05-13 Thread Dennis Peyerl
er, which is intented for the job, but now the username fails, unless it's working on my machine. What is wrong, I just cannot explain??? Im completely pzzled and confused. Please help me. It would be nice if you'd cc to my email-address too. Thank you very mu

Load data infile

2002-05-07 Thread Dennis Peyerl
sql, query > >Hello Dear Group > > >I want to use the command LOAD DATA INFILE > >I have a table with 18 columns. But to fill the columns unfortunately I >don't have one input file put two. > >The first on shall fill 16 of the 18 columns. The second one contains >the data of column 8 and colum

Every user can access the databases

2002-05-06 Thread Dennis
et it right. Thanks in advance, Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTEC

mysql@lists.mysql.com

2002-05-03 Thread Dennis Peyerl
> server-side part and will only produce the html-code you want it to > produce. > > If your users have ftp-access to docs, you have a problem. > Yours > Henning > > Dennis Peyerl wrote: > >> Hello >> >> I want to realize the following thing: >> A

mysql@lists.mysql.com

2002-05-03 Thread Dennis Peyerl
Hello I want to realize the following thing: A user shall be able to connect through a php-website into mysql. I have a form with to input types (standard html). The two input types are text and password. I don't know how to use that, to log a user in. Do I have to create a special table for

setup confusion

2002-04-30 Thread Dennis Peyerl
Hi there Server: i386 System: LAMPS (Suse Linux 8.0, Apache, MySQL, PHP, SSL) I've installed MySQL now several times and I am running already two databases. Sounds if I would have understood how things working? I still don't know where the mysql-stuff actually is. Now I want to set up a new se

How to make the Win target from source?

2002-04-28 Thread Dennis George
I downloaded mysql-3.23.49-win-src.zip. There are various files missing (e.g. Makefile) that would enable compiling with gcc. Has anyone out there made mysql from source on Win platform with gcc? I had been trying to compile my own client but was getting a lot of undefines at link time - the

Re: New Problem with LAMP (CORRECTION)

2002-03-28 Thread Dennis Peyerl
Thank you very much it workes now. Could you tell me, how come, that the search-path points to /tmp/mysql.sock? I've just created a link, but isn't it possibly to change the apache of trying to connect to /tmp/mysql.sock? thnax dcp Me& wrote: >Correction! > >Look for the line socket in the [

New Problem with LAMP

2002-03-28 Thread Dennis Peyerl
Hi there The database is now running, i've created my tables and put the data inside. This is fine. Next step is to create a PHP-Website which communicates with the database, but i am not able to connect over my apache (this is what it seems to me). to log into the database I use > mysq

First Question

2002-03-26 Thread Dennis Peyerl
Hi I am new to the list My boss told me I have three days of time to develop a php-website that is capable to handle SQL-Requests into a database. Problem is I don't have any experiences. Now I have startet with compiling Apache with PHP support and installing the MySQL package which comes wi

mysqldump with BLOB

2002-02-20 Thread Dennis Wu
Hello, I have a table with a column defined as BLOB. However, when I dump this table using ./mysqldump, the dump file cannot be imported. Is that because a binary field cannot be dumped into a text file? Any solution if I really need to do the backup by dumping the table? Cheers! Dennis

Select with while loops

2002-01-29 Thread Rick Dennis
I am trying to do a select that will display events by category, but will NOT display a category name if it is empty (has no events). 2 tables: categories and events events contains a field called category_id that corresponds to the id of a category in categories. I am doing a 'while' loop for

AW: AW: Stability problems on 4-way server

2002-01-10 Thread Dennis Jacobfeuerborn
> -Ursprüngliche Nachricht- > Von: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 10. Januar 2002 15:29 > An: Dennis Jacobfeuerborn > Cc: [EMAIL PROTECTED] > Betreff: Re: AW: Stability problems on 4-way server > > > Dennis Jacobfeuerb

AW: Stability problems on 4-way server

2002-01-10 Thread Dennis Jacobfeuerborn
> -Ursprüngliche Nachricht- > Von: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 9. Januar 2002 15:06 > An: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Dennis Jacobfeuerborn; [EMAIL PROTECTED] > Betreff: Re: Stability problems on 4-way server >

RE: 2 GB limit reached

2002-01-09 Thread Dennis
I just found out that this is Freebsd 4.1 running v3.22.23 of mySQL. Is there an issue with v3.22 related to this? Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Re: 2 GB limit reached

2002-01-09 Thread Dennis
At 12:09 PM 01/09/2002, Dan Nelson wrote: >In the last episode (Jan 08), Dennis said: > > We have a database that seems to have grown too large, and now any > > operation fails on it. How can we fix this? > >If you can SELECT from it, create a new MYISAM table with the RAID

Re: 2 GB limit reached

2002-01-09 Thread Dennis
At 11:26 PM 01/08/2002, you wrote: >On Tue, Jan 08, 2002 at 08:03:07PM -0500, Dennis wrote: > > At 07:07 PM 01/08/2002, you wrote: > > >Dennis, > > > > > >You may want to look into using InnoDB tables. I believe InnoDB tables > > >are immune t

RE: 2 GB limit reached

2002-01-08 Thread Dennis
At 07:07 PM 01/08/2002, you wrote: >Dennis, > >You may want to look into using InnoDB tables. I believe InnoDB tables >are immune to the 2gb limit (which usually comes from the filesystem). >Also, InnoDB claims that the innodb tables are faster than MyISAM tables >i

RE: 2 GB limit reached

2002-01-08 Thread Dennis
We have a database that seems to have grown too large, and now any operation fails on it. How can we fix this? Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Stability problems on 4-way server

2002-01-08 Thread Dennis Jacobfeuerborn
curs. They just run slower because of the high load. Regards, Dennis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this

Q: Stored Procedures

2002-01-01 Thread Dennis Salguero
My question pertains to the implementation of stored procedures in MySQL. According to the MySQL documentation, this is scheduled for the 4.1 release. Is this still accurate? When will we be seeing the first downloads of 4.1 available? Thanks, Dennis

Re: How many tables?

2001-12-24 Thread Dennis Salguero
way you have broken out the data shows at least some understanding of Normalization rules and you are avoiding repetitive data,which is good. Yes, it may be a pain to have to create a SQL statement with a join, but the fact is that you have a one-to-many relationship here and

Re: Yet another can't connect problem

2001-11-27 Thread Dennis Herndon
so I'm behind the times :-) -Dennis Carl Troein wrote: > Dennis Herndon writes: > > >>Ok, I have read through the manual and archives and still I cannot find >>this problem I'm having. >> >>" can't connect to local MySql server through

Yet another can't connect problem

2001-11-26 Thread Dennis Herndon
Ok, I have read through the manual and archives and still I cannot find this problem I'm having. " can't connect to local MySql server through socket ' var/lib/mysql/mysql.sock' (2) " Help! Thanks in advance. - Before posti

Any Interest In A MySQL DB Viewer?

2001-11-16 Thread Dennis Salguero
meant as a robust managing or editing tool. If anyone thinks that they may use a tool like this for MySQL, or want to request a copy, please e-mail me. Any other thoughts on a "release structure" are also welcome. Thanks, Dennis Salguero

Re: Ultimate DB Server

2001-10-28 Thread Dennis Salguero
an board - easy to configure and rig to the case), 512Mb RAM and 30 gb hard-drive - works like a charm. Good Luck, Dennis Salguero ** Beridney Computer Services [EMAIL PROTECTED] http://www.beridney.com -

Re: Proposed Guidelines for Posting to the MySQL list

2001-10-21 Thread Dennis Salguero
s. > Note also that there's a good chance your question has been answered in the > past. Please spend a minute or two checking one of the MySQL List archives, > eg. the one at the MySQL site (http://lists.mysql.com/). See above; this archive is a

Re: Absolute beginner moving from Access

2001-10-21 Thread Dennis Salguero
e some resources for that already out there. Good Luck, Dennis Salguero ** Beridney Computer Services [EMAIL PROTECTED] http://www.beridney.com - Before posting, please check:

Re: shared datafiles.

2001-10-21 Thread Dennis Salguero
're much better off creating two connections rather than having two simulatneous servers. Good Luck, Dennis Salguero ** Beridney Computer Services [EMAIL PROTECTED] http://www.beridney.com --

Re: foreign key

2001-10-19 Thread Dennis Salguero
I'm pretty sure that the "complete" implementation is not done yet, in the sense that there is no RDI enforcement. Good Luck, Dennis ** Beridney Computer Services [EMAIL PROTECTED] http://www.beridney.com - Original Message

Re: FOREIGN KEY ... ON DELETE CASCADE

2001-09-11 Thread Dennis Salguero
Take a look at: http://www.mysql.com/doc/M/i/Missing_Foreign_Keys.html Basically, MySQL does not support foreign keys. Therefore, referrential data integrity (RDI) is also not available. Good Luck, Dennis ** Beridney Computer Services http

RE: MySQL/PHP

2001-09-05 Thread Dennis Herndon
Cheer up - I too am having similar problems using Mandrake 8.0. I can run php files, I have MySql running etc. Hopefully I will try a couple of the things mention here and see what happens. -Original Message- From: Chakravarthy K Sannedhi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Se

Re: Trouble w/MySQL Server

2001-09-04 Thread Dennis Salguero
rver on '24.254.141.32' (10061) > > /members/admin/login-action.asp, line 66 For a problem like this, it never hurts to include the code that the error is referring to. Dennis - Before posting, please check: h

RE: Setting User Privileges ? Confused !!

2001-08-29 Thread Dennis Herndon
I have the same problem and have looked all over for the solution. You have to delete the anonymous user from which table? I would assume the users table? -Original Message- From: Roman Festchook [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 10:05 To: Peter Moscatt; MySQL

Re: ldap authentication for mysql

2001-08-22 Thread Dennis Salguero
een is to create a stand-alone COM component to interface with the LDAP server. Its quite simple really, take in the userID and password and return a negation or access rights - one of the easiest COM components you'll ever write! Making it a COM component can then let you work with it in

Re: development tools

2001-08-14 Thread Dennis Salguero
that, keep in mind that it's an ADO world and you should be just fine when creating Windows applications with MySQL. Good Luck, Dennis ** Beridney Computer Services http://www.beridney.com - Original Message - From: "Christian He

Re: quickie!

2001-08-05 Thread Dennis Salguero
Are you looking for: SELECT table1.name, table2.subject FROM table1, table2 WHERE table1.id=table2.student_id Good Luck, Dennis ** Beridney Computer Services http://www.beridney.com - Original Message - From: "Jamie Burns" <[EM

Re: sequences or auto_increment column????

2001-07-27 Thread Dennis Salguero
I prefer to use Auto_Increment for ease of use. In addition, I don't think that MySQL supports sequences outright (like you may be used to with Oracle). There are some workarounds availabe within the MySQL manual, do a search with "sequences". Goo

  1   2   >