473,549 Members | 2,222 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.
2
2,958
thread by: Simon Harvey | last post Jul 19 '05 by: Simon Harvey
Hi everyone, I am having what I hope is a very simple problem getting started with mySQL. I had the server running earlier this morning and everything seemed fine. But I had to unistall it for some reason (I can't even remember why now!) The problem is, the new installation won't work - the service won't start. It doesnt give any more...
0
2,123
thread by: Andreas | last post Jul 19 '05 by: Andreas
Hi folks, how would you design a 1:1 relation ? I'd like to split an entities's attributes because they won't get equally frequently requested. So I can save memory and disk access time. The integrity of the splitted record should be retained. The key points would be:
0
1,154
thread by: Paul Moberg | last post Jul 19 '05 by: Paul Moberg
MySQL 4.0.13-nt I have a table: CREATE TABLE state_county ( StCo_key bigint(20) NOT NULL auto_increment, State varchar(255) NOT NULL default '', County varchar(255) NOT NULL default '', Territory bigint(20) NOT NULL default '0', Hits bigint(20) NOT NULL default '0', PRIMARY KEY (StCo_key,State),
0
1,130
thread by: Adam Carmichael | last post Jul 19 '05 by: Adam Carmichael
------=_NextPart_000_4BC8_01C34EFD.A4A62470 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am trying to report a bug, and I would like to compile mysql with = debugging enabled to provide further information, but I receive compile = errors. I would like to resolve the compile errors...
2
1,560
thread by: Beau E. Cox | last post Jul 19 '05 by: Aggro
Hi - I have an application which is essentially 'read-only' - once the database is loaded it is only read from. So, I am trying to implement it with various indices and a table containg some large content in blob columns. I observe the max_allowed_packet setting and 'split' blobs too large among multiple rows. All is fine during testing....
0
1,836
thread by: Jeremy Booker | last post Jul 19 '05 by: Jeremy Booker
I installed the current stable release of MySQL from RPMs. I used the client and server packages. After installing the server package, the RPM printed a note saying I should run two commands. I only got the first one, which was # ./mysqladmin -u root --password I assume this gave the root user a password. I then downloaded and proceeded...
0
1,736
thread by: limbert | last post Jul 19 '05 by: limbert
------=_NextPart_000_0001_01C34D7B.DFBF53C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 I was reading the manual and it said that the subselect is only
0
2,586
thread by: Tetsuji Ueda | last post Jul 19 '05 by: Tetsuji Ueda
Hello, I'm currently porting an application using some other DB to MySQL. The database in question has several tables with foreign key relations. The application is written such that, on table INSERTs, if a foreign key relation is violated, the error message is parsed for the particular relation that is violated. As a simple example, say...
0
1,465
thread by: Andrew Rothwell | last post Jul 19 '05 by: Andrew Rothwell
------=_NextPart_000_0008_01C34E11.3CC415C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good day list, I hope that this is an easy one for you guys to help me with, I am relatively new to DB design, and I realized that I have left out a few very important Indexing and counting columns.
6
5,474
thread by: Nick | last post Jul 19 '05 by: Drazen Gemic
Is there a way to reference the 'primary key' field of a record you are actually inserting at the moment. Im using an 'int auto increment' field as the primary key. I could reference it with a select statement and adding a 1 to the last record's primary key. However, there must be a better way to do this - what if someone adds a record...
0
1,431
thread by: G Gill | last post Jul 19 '05 by: G Gill
--------------000209050009010900080700 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit how do you make a socket or use unix_socket etc. The basics? -- G Gill <mailto:gurvinder@sikhcom.net>
0
1,538
thread by: C. Reeve | last post Jul 19 '05 by: C. Reeve
This is probably easy, but I just can't to put my finger on it. I have a list of numbers (i.e. 1 to 175) and I want to do a select statement to get the highest number. I have tried the limit thing but not getting the right output. Can someone shed some light on this? TIA -- MySQL General Mailing List
0
1,033
thread by: Kevin Michael Reed | last post Jul 19 '05 by: Kevin Michael Reed
------=_NextPart_000_002B_01C34DF8.C34C94F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Assistance required. I have 3 tables:
0
1,163
thread by: Kevin Michael Reed | last post Jul 19 '05 by: Kevin Michael Reed
------=_NextPart_000_002B_01C34DF8.C34C94F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Assistance required. I have 3 tables:
0
1,326
thread by: Andrew | last post Jul 19 '05 by: Andrew
is there a tool to view a schematic of a MySQL DB I don't mean the .sql file I mean a pretty chart type schematic :) Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=mysql@freebsd.csie.nctu.edu.tw
0
762
thread by: Michael Weiner | last post Jul 19 '05 by: Michael Weiner
I know this is quite a bit off topic, but i was wondering if anyone else out there had any experience with Segue's Silk Performer load testing tools. More specifically, i am trying to compile a test script to allow me to perform some transactional database testing to load test a MySQL 4.0.13 database server running behind some apache...
0
1,108
thread by: Andrew | last post Jul 19 '05 by: Andrew
is there a tool to view a schematic of a MySQL DB I don't mean the .sql file I mean a pretty chart type schematic :) Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=mysql@freebsd.csie.nctu.edu.tw
0
3,485
thread by: Michael Weiner | last post Jul 19 '05 by: Michael Weiner
I know this is quite a bit off topic, but i was wondering if anyone else out there had any experience with Segue's Silk Performer load testing tools. More specifically, i am trying to compile a test script to allow me to perform some transactional database testing to load test a MySQL 4.0.13 database server running behind some apache...
0
1,205
thread by: Matthew | last post Jul 19 '05 by: Matthew
Hi, I'm clear as to what is meant by "The mysql client" in the MySQL core certification revision check list. I understand that the mysql database itself is the "server". Would client then be any program that talks to the server? Perhaps it is referring to mysql, the command line tool? I understand "client side programs", examples being:...
0
1,625
thread by: Ed Brown | last post Jul 19 '05 by: Ed Brown
I create a database, foo, then designate a user, pooh, with full privileges, including grant option (pooh is to administer this database, including creating other users): grant all on foo.* to 'pooh'@'localhost' identified by 'zoo' with grant option; Now pooh logs in to the mysql server, and tries to use his grant option
0
1,283
thread by: PaT! | last post Jul 19 '05 by: PaT!
------=_NextPart_000_00E2_01C34DE9.4541BA40 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi, I need a hint how to use myisamchk I use this syntax in a shell but it doesn't work
0
1,152
thread by: Neeraj Vasudeva | last post Jul 19 '05 by: Neeraj Vasudeva
------=_NextPart_000_004A_01C34E06.17F4DF00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable this is a test message ------=_NextPart_000_004A_01C34E06.17F4DF00--
2
26,595
thread by: Jason Tudisco | last post Jul 19 '05 by: Jason Tudisco
Hello, I not sure if this is the right place to ask this... I am using mysql. What I need is a SQL statement that can find what years are in the database that is greater than last year. For example... I have a table full of dates ranging from 2001 to 2005..
0
1,134
thread by: Eric Vaughen | last post Jul 19 '05 by: Eric Vaughen
By convention, MySQL is installed on the SYS: volume... I know you can move the whole data subdirectory... however can you have the different databases stored on different volumes... windows version uses a "sym" file... is there a similar feature for Netware?
0
1,359
thread by: Ralph Guzman | last post Jul 19 '05 by: Ralph Guzman
Paul, I just picked up your book today: MySQL Cookbook and I just wanted to comment on how great it is. I've spent hours at the bookstore looking through mySQL books, and by far this is the best one I come across. I strongly recommend it to anybody--Beginners, Intermediate, or Advanced Users.

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.