473,544 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MySQL Database Forum

MySQL database (open source) - Ask questions about mysql server, setup, queries, optimization, errors, tables, syntax, functions, SQL, storage engines, MySQL cluster, replication, scalability, availability, stored procedures, views and more.
0
1,769
thread by: Dan | last post Jul 19 '05 by: Dan
Hi all. I have a MyISAM table ( MySQL-4.0.13) that will get truncated every month, and around 1,000,000 records imported into it. The import process consists of a 'load data infile' operation, followed by some updates to extract data and dump it somewhere where it is easier to access ( in the same table ). The problem is that each time I...
0
1,182
thread by: Tom Roos | last post Jul 19 '05 by: Tom Roos
------_=_NextPart_001_01C349EC.F2635A68 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable _________ _______ _ __ /___ ___/ / ___ / / \ / / / / / / / / / ^ v /
2
7,227
thread by: George Georgeus | last post Jul 19 '05 by: ventre-à-pattes
Hi, does anybody know how to copy a record within one table? I am looking for some simple method similair to INSERT INTO orders SELECT * FROM orders WHERE Order_ID=256; Actually, this method does not work and I can not believe that MySQL does not offer some simple method how to do it. Keep in mind that I have a 60-field table. So, naming...
0
1,583
thread by: George Georgeus | last post Jul 19 '05 by: George Georgeus
Hi, does anybody know how to copy a record within one table? I am looking for some simple method similair to INSERT INTO orders SELECT * FROM orders WHERE Order_ID=256; Actually, this method does not work and I can not believe that MySQL does not offer some simple method how to do it. Keep in mind that I have a 60-field table. So, naming...
0
1,350
thread by: Gijsbert Noordam | last post Jul 19 '05 by: Gijsbert Noordam
------_=_NextPart_001_01C349DA.E4B7E120 Content-Type: text/plain; charset="iso-8859-1" Hi, As a newcomer to this mailing list -- and to the MySQL database environment -- my main field of interest is the use of Spatial data. Before I start dropping my questions (a have a few) all over this list, two quick ones to start with:
0
1,597
thread by: Gijsbert Noordam | last post Jul 19 '05 by: Gijsbert Noordam
------_=_NextPart_001_01C349DA.E4B7E120 Content-Type: text/plain; charset="iso-8859-1" Hi, As a newcomer to this mailing list -- and to the MySQL database environment -- my main field of interest is the use of Spatial data. Before I start dropping my questions (a have a few) all over this list, two quick ones to start with:
0
1,423
thread by: Sreesekhar Palaparthy | last post Jul 19 '05 by: Sreesekhar Palaparthy
Hi, How do i insert binary data into a BLOB field??? Like , if i have a table with say 3 fields of which 1 is blob type, now how do i store some binary file in that particular field??? Please help me out as i have to look put for some corresponding function in C++ API after that.Thank You ___________________________________________________...
0
1,179
thread by: Jamie Krasnoo | last post Jul 19 '05 by: Jamie Krasnoo
Hey all, I was trying to compile, test and install MySQL-4.0.13. Compile went well and it was configured with --with--innodb --enable-assembler --prefix=/usr and nothing else. However when I make test it goes through to create, passes that then stops for 30 seconds and give the error that the '/master.pid file was not created in 30 seconds;...
0
1,143
thread by: Will | last post Jul 19 '05 by: Will
I am currently using MySQL 3.23 for a live web site. I have new queries that need UNION provided in v4.0.0+. It's a simple db with 5 tables and doesn't perform any e-commerce type transactions. All of the 7 tables are of type MyISAM. So I have to upgrade MySQL on the live server. Q: Do I install to 4.0.12, or 4.1, or 5.x ? Because the...
0
1,485
thread by: Jamie Krasnoo | last post Jul 19 '05 by: Jamie Krasnoo
Hey all, I was trying to compile, test and install MySQL-4.0.13. Compile went well and it was configured with --with--innodb --enable-assembler --prefix=/usr and nothing else. However when I make test it goes through to create, passes that then stops for 30 seconds and give the error that the '/master.pid file was not created in 30 seconds;...
0
1,146
thread by: Will | last post Jul 19 '05 by: Will
I am currently using MySQL 3.23 for a live web site. I have new queries that need UNION provided in v4.0.0+. It's a simple db with 5 tables and doesn't perform any e-commerce type transactions. All of the 7 tables are of type MyISAM. So I have to upgrade MySQL on the live server. Q: Do I install to 4.0.12, or 4.1, or 5.x ? Because the...
0
1,094
thread by: Andy Hartman | last post Jul 19 '05 by: Andy Hartman
------=_NextPart_000_004A_01C34977.7C6908A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =20 After I downloaded the Ver 5 Dev tree how do I get it active. I tried = the Windows stuff on the Mysql site with no luck.
2
1,883
thread by: Robert Oschler | last post Jul 19 '05 by: Chrisw
I'm running MySQL 4.0 on SuSE Linux 7.3 Pro. I accidentally granted priveledges to a user with the following user label, quotes are part of the user label: // NOTE: replace with @, this was done to keep the mail client from turning it into a "mailto:" link. "someuser180.150.2.%" I did this by enclosing the entire user label in quotes...
14
4,197
thread by: KnockKnock | last post Jul 19 '05 by: KnockKnock
Hi all, I have run into a bit of a problem. I recently setup mysql to run on a Debian Linux box I setup. I am by no means an expert on either linux or mysql. I know enough to just be dangerous. =) I had it set up so I could read and write to the database through my perl code, connect with phpmyadmin, etc. Not one to be happy I attempted...
0
1,315
thread by: David Corsaut | last post Jul 19 '05 by: David Corsaut
trying to add a FK to an existing table, to see table structures, alter table syntax and error refer to http://sourcepost.sytes.net/sourceview.aspx?source_id=6332 ===== David L. Corsaut dcorsaut@yahoo.com mobile: 206.790.0969 __________________________________
0
1,112
thread by: RHO | last post Jul 19 '05 by: RHO
I have a table containg say subjects with an id field: Table subjects: id integer primary key name varchar(30) other fields Some subjects may be associated. This is handled by another table, containing two fields:
4
2,028
thread by: ParisTheDog | last post Jul 19 '05 by: ParisTheDog
I am trying to figure how to make a single select query in one table between two fields to see if they are similiar. I need the second one to have a wildcard. I can easily do this with no wildcard to see if they are the same but I can't get anything to work when it should be LIKE. Example: Table: test Field1 = "testing 123"...
0
2,611
thread by: Shawn McGinn | last post Jul 19 '05 by: Shawn McGinn
I would like to select data from a table where the table name is located in another table, and I am using the following query: select t1.* from (select tbl_name from user_table where user="guy") t1; This should return the data from table 'tbl_name', but I only get results from the subquery (ie. the query as a whole returns 'tbl_name', not...
0
4,935
thread by: Dan Anderson | last post Jul 19 '05 by: Dan Anderson
I ran a search through the mySQL manual and google and could not find a satisfactory answer. Does mySQL support the declaration of a boolean data type? Currently I am using VARCHAR(6)s with either 'TRUE' or 'FALSE' and would like to cut down on the storage. Thanks in advance, Dan Anderson
0
1,224
thread by: Dan Anderson | last post Jul 19 '05 by: Dan Anderson
I am curious about the internal representation of VARCHARS. I cannot find any documentation on it in the mySQL manual. Will a VARCHAR(10) take up less space then a VARCHAR(80), even though they are variable? Thanks in advance, Dan --
2
4,884
thread by: Konrad Mathieu | last post Jul 19 '05 by: Aggro
While doing a couple of grant statements I suddenly got the message that user.MYD could not be opened. So I copied it back from yesterdays backup but no luck. I restored user.MYD, user.MYI and user.frm and after that the whole mysql directory in /var/lib/mysql but the server now refuses to start. What can I do? Thanks and cheers, Konrad
0
1,327
thread by: Sagi Bashari | last post Jul 19 '05 by: Sagi Bashari
Hello, I would like to know the status of the UTF8 support in MySQL 4.1. I tried to create a table using utf8 charset, and inserting hebrew text into it. it seems like it still treats this text as binary - for example the length() function returns 8 on 4 chars string, or when cretting a column using varchar(4) i can only insert 2 letters...
0
1,365
thread by: anders | last post Jul 19 '05 by: anders
What is the better approach in MySQL from a performance point of view? I have approx 1000 stock market fond titles that I want to insert in MySQL on daily basis and keep them in there for some years, I'll then use the data for presentations, analysis,… the data I save is the name, the date, the lowest, highest and last value and the volume....
0
1,740
thread by: Sagi Bashari | last post Jul 19 '05 by: Sagi Bashari
Hello, I would like to know the status of the UTF8 support in MySQL 4.1. I tried to create a table using utf8 charset, and inserting hebrew text into it. it seems like it still treats this text as binary - for example the length() function returns 8 on 4 chars string, or when cretting a column using varchar(4) i can only insert 2 letters...
0
4,077
thread by: Yann GAUTHERON | last post Jul 19 '05 by: Yann GAUTHERON
Hi, ID_LOGIN is an integer Can anyone say me if this : WHERE index1=ID_LOGIN OR index2=ID_LOGIN must be slower than those 2 queries :

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.