OT: Signing off for a while

2003-07-17 Thread Becoming Digital
I will be gone from the list until further notice. Unfortunately, the volume of email and volume of work do not coincide well. Should anyone need to contact me, please do so directly. Thanks a lot, and sorry for the OT. Edward Dudlik Becoming Digital www.becomingdigital.com -- MySQL

Re: Request modelling

2003-07-13 Thread Becoming Digital
Actually, Live and Learn is correct. Life and Learn makes no sense. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Nils Valentin [EMAIL PROTECTED] To: Bruce Feist

Extracting data from SQL Server *.DB file

2003-07-12 Thread Becoming Digital
. I've tried using Crystal Reports and SQLyog but they don't seem to work, either. As the end result is to convert this data for use in MySQL, I'm hoping that the fine folks on here may be able to help me. Thanks a lot. Edward Dudlik Becoming Digital www.becomingdigital.com -- MySQL General

Re: Get equivalents via SQL?

2003-07-09 Thread Becoming Digital
You need a LEFT JOIN. Check the manual for more info and let us know if you have any more questions. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: motorpsychkill

Re: Dual / Single CPU

2003-07-03 Thread Becoming Digital
so mysql can take full advantage of the dual cpu w/out a recompile? Your choice of OS will probably affect this as well. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message

Re: Uploading scripts in MySQLGUI

2003-06-27 Thread Becoming Digital
MySQL GUI is no longer supported. Try using MySQL CC instead and let us know if you still have problems. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Tang, Sean X

Re: New to Mysql

2003-06-27 Thread Becoming Digital
Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Leonard French [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, 27 June, 2003 16:56 Subject: Re: New to Mysql

Re: InnoDB foreign keys

2003-06-24 Thread Becoming Digital
If possible, what is the syntax? It's possible, but if you can't search, I'm not sure you can handle it. ;P http://www.innodb.com/ibman.html#InnoDB_foreign_keys Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry

Re: SQL Query

2003-06-24 Thread Becoming Digital
SELECT Place.id, Place.name FROM Place LEFT JOIN Place_link ON Place.id=Place_link.Place WHERE Place.id!=1 AND Place_link.LinkTo!=1; This section of the manual will probably help you further. http://www.mysql.com/doc/en/ANSI_diff_Sub-selects.html Edward Dudlik Becoming Digital

Re: InnoDB file size...

2003-06-20 Thread Becoming Digital
that helps. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: I-A.Kotopoulos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, 20 June, 2003 04:36 Subject: InnoDB file size... I am currently working on some experiments and have to deal

Re: is CREATE VIEW possible in MySQL?

2003-06-18 Thread Becoming Digital
You have to implement the view functionailty in code. Or maybe someone else has a better suggestion :) There are PHP classes that create views. Check the Repository for them. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Oh Chye Yong [EMAIL

Re: Apstrophee Errors

2003-06-18 Thread Becoming Digital
If you're using PHP, format the result with addslashes(). This will escape-out any quotes in the string. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Weston Skeans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 15 June, 2003 13:47 Subject

Re: [PHP-DB] PLS Advise, Highlighted Text from a Query

2003-06-18 Thread Becoming Digital
, it seems better suited to your level of experience. As they say, if you need to ask... Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: nabil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 18 June, 2003 02:44 Subject: [PHP-DB] PLS Advise

Re: I wonder why nobody answered me

2003-06-18 Thread Becoming Digital
Please note, as always that 72.83% of all statistics are made up on the spot. As someone (who, specifically, is oft-disputed) once said: There are three kinds of lies: lies, damn lies, and statistics. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From

Re: is CREATE VIEW possible in MySQL?

2003-06-18 Thread Becoming Digital
And, where's the repository? www.phpclasses.org. If you'd checked Google first, you wouldn't have had to wait for my reply. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Lingua2001 [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED]; [EMAIL

Re: STRANGE : SELECT OK on Localhost, OK within Dreamweaver, OK on phpmyadmin on site, BUT NOT OK on webpage???????HELP

2003-06-18 Thread Becoming Digital
I'd suggest a version difference, but I guess that might rule out things working in phpMyAdmin. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Martin H.J.Smetsers [EMAIL PROTECTED] To: 'mysql' [EMAIL PROTECTED] Sent: Wednesday, 18 June, 2003 15:35

Re: NOT NULL ?

2003-06-17 Thread Becoming Digital
in agreement. :p Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Keith C. Ivey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 10:40 Subject: Re: NOT NULL ? On 16 Jun 2003 at 19:29, Becoming Digital wrote: Think of the many cases

Re: transactions with php

2003-06-17 Thread Becoming Digital
I found one item in the PHP Classes Repository that may be of use. Unfortunately, the comments are in Spanish, so it's up to you to figure out the code. http://promoxy.mirrors.phpclasses.org/browse.html/file/3077.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message

Re: Now() and time function bug??

2003-06-17 Thread Becoming Digital
That's really odd. I've never experienced that problem, but I'm running the latest production release (4.0.13), so I perhaps it's been fixed between versions. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Lucas Heuman [EMAIL PROTECTED] To: [EMAIL

Re: Triggers

2003-06-17 Thread Becoming Digital
work. Unfortunately, these won't work from the command line, so perhaps that's why the original poster hasn't taken this route. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Primaria Falticeni [EMAIL PROTECTED] To: Kerry Colligan [EMAIL PROTECTED] Cc

Re: Open Tables

2003-06-17 Thread Becoming Digital
That should have had a question mark. What version of MySQL are you running? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: John Farkas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 13:28 Subject: Open Tables I am new

Re: Open Tables

2003-06-17 Thread Becoming Digital
What version of MySQL are you running. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: John Farkas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 13:28 Subject: Open Tables I am new to mysql so please excuse my ignorance. I am

Re: I wonder why nobody answered me

2003-06-17 Thread Becoming Digital
. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Primaria Falticeni [EMAIL PROTECTED] To: MySQL LIST [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 12:50 Subject: I wonder why nobody answered me Why nobody answered me? I posted two questions on this list

Re: format a scientific number

2003-06-17 Thread Becoming Digital
mysql SELECT CONCAT(LEFT(@v, 4), 'e', SUBSTRING_INDEX(@v, 'e', -1)) as v; Nice job. The only problem now is that the result doesn't round properly. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Don Read [EMAIL PROTECTED] To: Paula R. T. Coelho

Re: Triggers

2003-06-17 Thread Becoming Digital
Folks PHP is available from the command line...we use it for triggers and stored procedures all the time. Most people I've spoken too are either not aware of or not comfortable with CLI PHP. I can't explain why, but I've almost given up on suggesting it. Edward Dudlik Becoming Digital

Re: transactions with php

2003-06-17 Thread Becoming Digital
that I'm mistaken, but I believe that 'if($flag)' would evaluate to false if '$flag = false'. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jonas Geiregat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 15:19 Subject: Re

Re: fastest DB engine

2003-06-16 Thread Becoming Digital
so i want userTypeID in tblUsers to be a foregn key referencing the userTypeID col in userTypes both tables are myISAM You answered your own question. MyISAM tables don't support foreign keys. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From

Re: several key values in one field?

2003-06-16 Thread Becoming Digital
be. The difference in speed comes when you're looking at two queries or two program functions; the latter is almost always a great deal faster. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Lingua2001 [EMAIL PROTECTED] To: Roman Neuhauser [EMAIL PROTECTED] Cc: Ryan

Re: NOT NULL ?

2003-06-16 Thread Becoming Digital
not want a field left blank: a customer's last name or zip code, a product's name or id number, a payment amount. Were any of those fields allowed to be NULL, the system of which they are a part could fall on its face. We wouldn't want that, would we? Edward Dudlik Becoming Digital

Re: New Idea

2003-06-16 Thread Becoming Digital
older ones, always stemmed from the fact that neither the processor or the OS (in the case of Windows) was capable of making full use of a multi-proc architecture. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Shane Bryldt [EMAIL PROTECTED] To: [EMAIL

Re: checking NULL or ''

2003-06-16 Thread Becoming Digital
Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Roddie Grant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, 16 June, 2003 10:52 Subject: Re: checking NULL or '' I'm still a bit of newbie, but surely these are not the same query. The empty string

Re: several key values in one field?

2003-06-16 Thread Becoming Digital
Your statements are all too true, so much so that I feel no need to quote any one part. This is information everyone should pay attention to. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ryan Yagatich [EMAIL PROTECTED] To: Becoming Digital [EMAIL

Re: SELECT... EXCEPT FOR

2003-06-15 Thread Becoming Digital
. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jed Hunsaker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 14 June, 2003 22:03 Subject: SELECT... EXCEPT FOR If there's not a way to do this I would suggest it be added to the next version

Re: Question about INSERT vs UPDATE

2003-06-15 Thread Becoming Digital
Consider going over Section 5.2.9 of the manual. http://www.mysql.com/doc/en/Insert_speed.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Shane Bryldt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 15 June, 2003 01:12 Subject: Question about

Re: Question about INSERT vs UPDATE

2003-06-15 Thread Becoming Digital
will likely run into the same problem once your table grows, even with the best choice of UPDATE or INSERT. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Shane Bryldt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 15 June, 2003 06:03 Subject: Re

Re: Remote access to MySQL

2003-06-15 Thread Becoming Digital
I have all privileges to all the databases and tables, with user 'root'. User 'root' likely doesn't have access from the desired IP. Users are configured by both name and approved hosts. Try this: GRANT ALL ON database TO [EMAIL PROTECTED] IDENTIFIED BY 'password'; Edward Dudlik Becoming

Re: mmmh

2003-06-15 Thread Becoming Digital
to make sure you handle the variable names properly (dot concatenation). Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Tad Ellis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 15 June, 2003 19:27 Subject: mmmh hello and thank you for your time

Re: HELP!!! permissions not working!

2003-06-15 Thread Becoming Digital
Try specifying someuser at all hosts. GRANT ALL ON * TO [EMAIL PROTECTED] IDENTIFIED BY 'somepass'; Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Timothy Waters [EMAIL PROTECTED] To: MySQL mail [EMAIL PROTECTED] Sent: Saturday, 14 June, 2003 22:54

Re: Set no root password

2003-06-14 Thread Becoming Digital
You saved my day. Haven't laughed like this for long time ;-) Seriously. I wish I was drinking more earlier so as to fully appreciate this one. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Nils Valentin [EMAIL PROTECTED] To: John Chang [EMAIL

Re: underscore character?

2003-06-14 Thread Becoming Digital
The error is in FLOAT(1). Think about that for a moment. What's a float with one-digit precision? It's an integer. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Chris Webster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003

Re: import weirdness

2003-06-14 Thread Becoming Digital
Take a look at this section of the manual. http://www.mysql.com/doc/en/LOAD_DATA.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ben Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 14 June, 2003 07:20 Subject: import weirdness

Re: Setting root password

2003-06-14 Thread Becoming Digital
Try setting the user as [EMAIL PROTECTED] Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: John Utting [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 14 June, 2003 07:57 Subject: Setting root password Hi, I have installed MySQL v4.0.13

Re: Impossible query??

2003-06-14 Thread Becoming Digital
| 0| nok | | 10 | 9| nok | | 11 | 10 | ok | +-+--+--+ Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: trashMan [EMAIL PROTECTED

Re: howto store files in mysql

2003-06-14 Thread Becoming Digital
If you mean a file as in an image or other binary data, you need to use a BLOB field. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Joe Baptista [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 14 June, 2003 19:57 Subject: howto store files

Re: Machine requirements

2003-06-13 Thread Becoming Digital
MySQL should have no problems running on your system, and if it runs better on another box, that would indicate a configuration problem or background processes clogging up the works. If you post your my.cnf file, someone here might be able to rule out the former. Edward Dudlik Becoming Digital

Re: Latest version of MySQL for windows

2003-06-13 Thread Becoming Digital
Losing your mind, perhaps? http://www.mysql.com/downloads/download.php?file=Downloads%2FMySQL-4.1%2Fmysql-4 .1.0-alpha.zipmirror=http%3A%2F%2Fmysql.secsup.org%2F Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: PHP, MySQL and Apache

2003-06-13 Thread Becoming Digital
If PHP was built without MySQL support, you need to recompile it. It should be in there, though, so check the php.ini file. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Subscriptions [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, 13 June

Re: table creation - arrays ?

2003-06-13 Thread Becoming Digital
Arrays are not currently supported in any production-release versions of MySQL. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Hans Nerdell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 09:25 Subject: table creation - arrays

Re: How to import MySQL tables from Linux?

2003-06-12 Thread Becoming Digital
http://www.mysql.com/doc/en/mysql.html In the MySQL client, end your command line statement with \. From the shell, use this syntax: shell mysql database script.sql output.tab Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: CM Miller [EMAIL

Re: Second Auto-increment

2003-06-12 Thread Becoming Digital
While I'm not sure I understand your intention, it seems to me like you need another table to hold your data. As Paul stated, AUTO_INCREMENT doesn't work this way. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Q Zantos [EMAIL PROTECTED] To: [EMAIL

Re: Can't insert data from Apache/PHP

2003-06-12 Thread Becoming Digital
Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: CM Miller [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, 11 June, 2003 08:04 Subject: RE: Can't insert data from Apache/PHP [snip] Sorry, but I am a bit behind on MySQL

Re: BDB or InnoDB

2003-06-12 Thread Becoming Digital
or as developed as the InnoDB or Gemini table types. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Nils Valentin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 02:19 Subject: BDB or InnoDB Hi MySQL Fans, I am sure this question was asked

Re: memory setup

2003-06-12 Thread Becoming Digital
Please check the manual. http://www.mysql.com/doc/en/Memory_use.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: George Christoforakis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 04:07 Subject: memory setup Hello, anybody

Re: sum on counts

2003-06-12 Thread Becoming Digital
, but shouldn't you declare 'count(*) AS C' before you start trying to do calculations on it? Try this: select count(*) as C, SUM(IF(C=1,1,0)) AS VIEW_1, SUM(IF(C=2,1,0)) AS VIEW_2, SUM(IF(C=3,1,0)) AS VIEW_3 from object_hist where type_id=5879 group by object_id Edward Dudlik Becoming

Re: soft real-time database

2003-06-12 Thread Becoming Digital
help. Most significant is likely the data format coming from your sensors. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Chris Webster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 11:46 Subject: soft real-time database

Re: soft real-time database

2003-06-12 Thread Becoming Digital
this: SELECT * FROM table ORDER BY id_field DESC LIMIT 1; You could also use a DATETIME type field for the id (primary key) so that it contains useful data. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Chris Webster [EMAIL PROTECTED] To: Curtis Maurand [EMAIL

Re: tables size in mysql database

2003-06-11 Thread Becoming Digital
http://www.mysql.com/doc/en/SHOW_TABLE_STATUS.html Searching is usually faster than waiting for the list to respond, too. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Sohail Hasan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 11 June

Re: mysql windows passwd probleme

2003-06-11 Thread Becoming Digital
I've been having the same problem with one of my systems, also on Windows XP, but using 4.0.12. Perhaps it's time for a bug report... Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jonas Geiregat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday

Re: mySQL GUIs

2003-06-11 Thread Becoming Digital
Why not try MySQL Control Center? It's MySQL AB's own project. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Rodolphe Toots [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 11 June, 2003 07:16 Subject: mySQL GUIs hi! i am looking

Re: Need help with an update

2003-06-11 Thread Becoming Digital
. ;) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: System Administrator a.k.a. The Root of the Problem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 11 June, 2003 19:15 Subject: Need help with an update Here is the scenario. I was running

Re: Storing negative numbers in AUTO_INCREMENT

2003-06-10 Thread Becoming Digital
I hate to be the one to ask, but what's the subject have to do with the rest of the message? I can't see how the two are related at all. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: rich johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday

Re: Dual boot system

2003-06-10 Thread Becoming Digital
of the manual linked below. http://www.mysql.com/doc/en/Disaster_Prevention.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Steve Mansfield [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 04:24 Subject: Dual boot system I have MySQL

Re: Dual boot system

2003-06-10 Thread Becoming Digital
Becoming Digital www.becomingdigital.com - Original Message - From: rich johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 05:48 Subject: Re: Dual boot system I take this to mean that you want to installations of MySQL

Re: Storing negative numbers in AUTO_INCREMENT

2003-06-10 Thread Becoming Digital
Fair enough. I was afraid that something rather obvious was going over my head. Fortunately, Egor had the answer you needed. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: rich johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

Re: is it possible to get around 4 billion row limit

2003-06-10 Thread Becoming Digital
supports 2G tables). http://www.mysql.com/doc/en/CREATE_TABLE.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Martin Waite [EMAIL PROTECTED] To: MySQL List [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 04:45 Subject: is it possible to get around 4

Re: is it possible to get around 4 billion row limit

2003-06-10 Thread Becoming Digital
Sorry, I meant to include this link, too. http://www.mysql.com/doc/en/Table_size.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Martin Waite [EMAIL PROTECTED] To: MySQL List [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 04:45 Subject

Re: web app ideas

2003-06-10 Thread Becoming Digital
Take a look at the PHP Classes Repository for plenty of authentication classes. Also consider subscribing to the PHP-DB mailing list. The address is below. [EMAIL PROTECTED] Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Timothy Waters [EMAIL

Re: Tips Hints regarding DB/App design

2003-06-10 Thread Becoming Digital
based on the great user reviews at Amazon. Here are links to both. http://www.amazon.com/exec/obidos/tg/detail/-/0471380237/102-5674589-9040158 http://www.amazon.com/exec/obidos/tg/detail/-/0471353485/102-5674589-9040158 Good luck! Edward Dudlik Becoming Digital www.becomingdigital.com

Re: Which database?

2003-06-10 Thread Becoming Digital
PostgreSQL at some point in time, if only for curiousity's sake, I'm glad I started with MySQL. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Kaarel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 07:38 Subject: Which database? Hi I am

Re: Column or Table issue

2003-06-10 Thread Becoming Digital
Check out make sure you're properly encoding the string. You likely need to use addslashes() and htmlspecialchars(), possibly htmlentities() as well. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Steve Marquez [EMAIL PROTECTED] To: MySQL List [EMAIL

Re: Cannot execute query

2003-06-10 Thread Becoming Digital
Without seeing your code, it's hard to gauge what the problem is, but my guess is that your insert statement in missing a VALUES field (or one has been transposed). If data types don't match up, this will cause your query to fall on its face, just as it seems to be doing. Edward Dudlik Becoming

Re: Hmm looks like this query works

2003-06-10 Thread Becoming Digital
What's your end goal, and for what do you need/desire a weighted random? Your objective will determine if this is actually of use or if it simply appears to be. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Dathan Vance Pattishall [EMAIL PROTECTED

Re: Select between different hosts

2003-06-10 Thread Becoming Digital
Assuming you have the proper permissions (which could get confusing), I suppose it could be done. So, I'll follow up with one of my most frequent responses: why don't you try it and then let us know? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From

Re: money field

2003-06-09 Thread Becoming Digital
stored. The 4-byte storage overhead is easily justified by this. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Quinlan, Grant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 15:16 Subject: RE: money field I would use Decimal (12,2

Re: Default Datetime?

2003-06-09 Thread Becoming Digital
for the example): $query = INSERT INTO table (field, messageDated) VALUES( \.$value1.\, NOW() ); Being that the messageDated and messageTimed (not shown in example) fields aren't user variables, there's no problem with hard-coding them into the insert statement. Edward Dudlik Becoming

Trouble with SELECT AS syntax

2003-06-09 Thread Becoming Digital
) NOT NULL default '', `item_price` decimal(5,2) NOT NULL default '0.00', PRIMARY KEY (`item_id`), KEY `idx_cat` (`cat_id`) ) TYPE=MyISAM | If I'm overlooking something simple, I apologize, but this just isn't working for me. Thanks a lot. Edward Dudlik Becoming Digital

Re: Trouble with SELECT AS syntax

2003-06-09 Thread Becoming Digital
Thank you much. I don't know why that didn't occur to me. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jim Winstead [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED] Cc: MySQL List [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 22:18

Re: InnoDB question(s)

2003-06-09 Thread Becoming Digital
http://www.innodb.com/ibman.html#Backing_up See the section on Forcing Recovery. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Nils Valentin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 01:40 Subject: InnoDB question(s

Re: INNODB Transactions

2003-06-09 Thread Becoming Digital
http://www.innodb.com/ibman.html#InnoDB_transaction_model Scroll down a bit to Section 8.5 Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Miguel Perez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 18:44 Subject: INNODB

Re: Can't insert data from Apache/PHP

2003-06-08 Thread Becoming Digital
So the next step would be to provide us with the code so that we might try to help you. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: ComCity [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, 08 June, 2003 01

Re: Re[2]: Please help: Can not insert binary data larger than 16 megabytes

2003-06-07 Thread Becoming Digital
Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Stefan Hinz [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, 07 June, 2003 03:25 Subject: Re[2]: Please help: Can not insert binary data larger than 16 megabytes Brad

Re: Can i create a composite foreign key(on multiple columns) in a table.

2003-06-07 Thread Becoming Digital
The InnoDB manual (below) doesn't mention it. Why not try and let us know? http://www.innodb.com/ibman.html#InnoDB_foreign_keys Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: san [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, 06 June, 2003 09

Re: establishing a relationship

2003-06-07 Thread Becoming Digital
The linking table adds more flexibility at the cost of complexity. In this case, I see absolutely no reason for it as it only serves to muck up your data. As Jeff mentioned, a linking table is great for many-many relationships, but otherwise it's just a pain. Edward Dudlik Becoming Digital

Re: CAUTION! ALERT! WARNING! Newbie on board :)

2003-06-07 Thread Becoming Digital
. [EMAIL PROTECTED] Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Andre [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 07 June, 2003 17:09 Subject: CAUTION! ALERT! WARNING! Newbie on board :) I hope this is the correct place to ask for help

Re: Trouble optimizing a query

2003-06-07 Thread Becoming Digital
chances are they wouln't upgrade until 4.0 has been in use a while. Version 4.0.1 has been out since December 2001. Tell them that and you just might luck out. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Can't insert data from Apache/PHP

2003-06-07 Thread Becoming Digital
That points to a fault in your coding because phpMyAdmin *is* PHP running via the web server. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: ComCity [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 07 June, 2003 21:09 Subject: More: Can't insert

Re: Where is the COMPRESS() function?

2003-06-06 Thread Becoming Digital
Ever consider that this could have something to do with the fact that you're running an alpha release? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ed Leafe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 05 June, 2003 14:53 Subject: Where

Re: finding the 1st 2nd 3r or 4th DOW of a month

2003-06-06 Thread Becoming Digital
of which will facilitate much more complex processing of your data. However, if someone can explain how to do this strictly with SQL, I would be impressed. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: kallwn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Why is this not possible???

2003-06-06 Thread Becoming Digital
Unknown table 'item' in where clause while of course table 'items' exists... Well... which table exists, 'item' or 'items?' Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Moj Bordel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 05 June

Re: SQL no-op?

2003-06-06 Thread Becoming Digital
just suppress the error with @. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Mark Rages [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, 06 June, 2003 17:15 Subject: SQL no-op? I need a placeholder statement that does nothing

Re: MySQL versus Color Images

2003-06-06 Thread Becoming Digital
PROTECTED]) and re-posting there. We'd all be happy to help you. :) PS - If you're worried about getting too much mail, that list generates a whole lot less than this one! Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: David Blomstrom [EMAIL PROTECTED

Re: Please help: Can not insert binary data larger than 16 megabytes

2003-06-06 Thread Becoming Digital
better practice to do the latter. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, 06 June, 2003 17:11 Subject: Please help: Can not insert binary data larger than 16 megabytes Hello -- I am having

Re: Color Images + Installation Questions

2003-06-06 Thread Becoming Digital
with the operating system. I did a search on Google and was able to find a setup tutorial that may be helpful. Good luck. http://www.ricocheting.com/server/ Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: David Blomstrom [EMAIL PROTECTED] To: Becoming Digital [EMAIL

Re: AUTO_INCREMENT

2003-06-06 Thread Becoming Digital
I believe this thread (from only three days ago) will answer your question. http://lists.mysql.com/list.php?1:mss:141551:200306:kkmidpclnclgkpjgpgkd Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Dylan Pham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Getting the row back with the highest ID.

2003-06-05 Thread Becoming Digital
Sub-selects are supported in v4.1, which is still in Alpha release. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Petre Agenbag [EMAIL PROTECTED] To: Egor Egorov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, 05 June, 2003 06:18 Subject: Re

Re: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Becoming Digital
I'd suggest using phpMyAdmin on the remote server for your setup. Depending on the application, it might make further transfers easier in the future. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Creative Solutions New Media [EMAIL PROTECTED

Re: MySQL: standard SQL compliancy: primary keys: default: should be NOT NULL

2003-06-05 Thread Becoming Digital
, ...) syntax. Long story short, regardless of whether or not MySQL complies with SQL92 specs, it currently doesn't even comply with it's own documentation. That, I will concur, is a problem. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Neil Zanella

Re: MySQL: standard SQL compliancy: primary keys: default: should be NOT NULL

2003-06-05 Thread Becoming Digital
the new release notes. Thanks for the heads up, though. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Mark Matthews [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED] Cc: MySQL Mailing List [EMAIL PROTECTED] Sent: Wednesday, 04 June, 2003 18:54 Subject

Re: Meaning of error codes

2003-06-04 Thread Becoming Digital
http://www.mysql.com/doc/en/Commands_out_of_sync.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Andrew Hazen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 03 June, 2003 09:40 Subject: Meaning of error codes Hi folks, A couple of my

Re: Mysql / PHP image link problem.

2003-06-04 Thread Becoming Digital
FWIW, there is a PHP-DB mailing list that might prove more helpful to you. I know certain folk on both lists can get mighty annoyed when an off-topic question is posted, so I thought I'd give you a heads-up. [EMAIL PROTECTED] Edward Dudlik Becoming Digital www.becomingdigital.com

  1   2   >