473,550 Members | 2,417 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
477
thread by: Chris | last post Jul 19 '05 by: Chris
I think I understand the concept of repeatable read, but this scenario doesn't make sense to me, if someone can explain. Say you have an innodb table test with a string column s = 'blank' and are using the default isolation level of repeatable read. Session 1: begin; Session 2:
0
477
thread by: Fabio | last post Jul 19 '05 by: Fabio
I'd like to create a table with PRIMARY KEY k (a,b,c) where a, b, c are foreign key. Is it possible? How can I do? Thanks Bye
0
477
thread by: Malcolm | last post Jul 20 '05 by: Malcolm
Hello, I'm running MySQL 3.23.58 which came with Red Hat Enterprise AS 3.0 and am having a few problems with starting it up if I modify the /etc/my.cnf file to try and log the SQL running etc. (apologies but I'm doing this from memory having left my notes elsewhere). The essentials are: Stopping and starting the database via:...
0
478
thread by: Vivek | last post Jul 19 '05 by: Vivek
Currently I have a database of about 3.5 GB which contains about 5 text fields and to enable fast accesses to search this I have to use FULL TEXT INDEXES. My server has a RAM of 3.5 GB and I need to find a way so that I can have fast search process on this database. Please let me know of the best possible solution.
1
478
thread by: Adrian | last post Jul 20 '05 by: Bill Karwin
Dear All I've come across a strange issue when using UNION via MyODBC on my Fedora linux box (I'm using MySQL 4.1.3-standard-beta) **This doesn't work: (select a from tbl_name where a=10 and b=1 order by a) union (select a from tbl_name where a=11 and b=2 order by a)
2
478
thread by: adnan alsamari | last post Jul 20 '05 by: Raqueeb Hassan
Hi, I can only access mysql through the root by typing mysql -u root -p. But when I use any other user to connect to mysql I get the access denied error message. Mysql is installed on windows xp. I looked up information online to solve this problem and saw that there are some scripts that i may be able to run in order to fix the problem. But...
1
478
thread by: Eric BARMAZ | last post Jul 20 '05 by: Eric BARMAZ
Qui peut m'indiquer où je peux trouver une documentation en français ? d D'avance merci Eric
-
-
thread by: drkwzrd | last post Nov 6 '12 by: PreethiGowri
0
479
thread by: Etustarr | last post Jul 19 '05 by: Etustarr
Hi, i am really new to mysql so plz dont hit me if i am wrong. Here the problem: i have 2 tables. Voters(IP,Maprated) Maps(Name,Info)
0
479
thread by: james kyari | last post Jul 19 '05 by: james kyari
This is a multi-part message in MIME format --bd66c891-6bf4-4a52-a1a2-3fd37a55e923 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Dear friend, Compliment of the day, I am JAMES KYARI, The son of late General Kubwa Kyari of the Democratic Republic of Congo. My father was a General in the Congolese...
0
479
thread by: John | last post Jul 19 '05 by: John
I am a newbie in MySQL. I would like to know how to avoid repeating typing an SQL statement when an error occurs after execution. That is, if an error occurs I should be able to retrieve the statement that I had written and correct the mistake. It is agonizing to keep on repeating a statement that can take five minutes to write just because...
0
479
thread by: Gary Mayor | last post Jul 19 '05 by: Gary Mayor
Hi, Is there a way to only let the users see databases in there own account. After whats the point of having a username and password if they can see the other databases. I'm trying to setup a server with many users I want to grant each user a database but how on earth do I stop them seeing other databases. I've searched hi and lo for an...
0
479
thread by: Ben | last post Jul 19 '05 by: Ben
I notice in the mysql/data directory the following binary files: ib_arch_log_0000000000 ib_logfile0 ib_logfile1 ibdata1 Some are rather large. I can't seem to find any explanation in the documentation. What are they? What needs to be done with them? Thank,
0
480
thread by: Tony Baker | last post Jul 19 '05 by: Tony Baker
Hi, is there anything wrong with using and older version of libMySql.dll to build version 1.7.1 of MySql++, which is then used by my C++ programs (building with Visual Studio v6) to access MySql v4.1.1? Things seem fine that way so far... Here's why I want to do that: a) I can't seem to find v1.7.9 of MySql++ that I can build with Visual...
0
480
thread by: Jason Gallas | last post Jul 19 '05 by: Jason Gallas
I'm trying to get the GUI to connect to a remote mysql database from my client machine. What is the proper syntax for this in the GUI? I have tried everything with no luck: using the ip of the host, using the complete dns hostname of the host, using root as the user, using root@hostname as the user. I keep getting access denied for every...
2
480
thread by: Reply-Via-Newsgroup | last post Jul 19 '05 by: Reply-Via-Newsgroup
Folks, I have a table containing addresses. I have a seperate contacts table that contains peoples names - This allows me to record more than one persons name related to a single address. My address table contains a numeric field/value. It counts the number of people that are related to a single address. I am wondering if there is a...
0
480
thread by: Steve Malley | last post Jul 20 '05 by: Steve Malley
Is there an elephant in the room and that no one is talking about it? Can anyone say, officially or unofficially, what the strategy is for MySQL and MaxDB? Will they be converged? Remain separate? What are the benefits and risks of using each? I appreciate any feedback you have. --Steve
0
480
thread by: Scott Moseman | last post Jul 20 '05 by: Scott Moseman
http://bugs.mysql.com/bug.php?id=868 Red Hat suggests the LD_ASSUME_KERNEL and the "nosysinfo" parameter on boot as two ways to disable the NPTL support (on RH9 and FC2, probably others). How can I, for example go the "nosysinfo" route, and check that the NPTL support was actually disabled? I have found tons of documentation on what...
2
481
thread by: Derek | last post Jul 20 '05 by: Derek
Hello Sorry if this has been asked before but here we go any way. I am running Mandrake Linux 9 with MYSQL 3.23.52 ( I know not the latest but it did work). I have been running/using the database for about 6 weeks now without a problem. I rebooted the Linux box and now MYSQL doesn't seem to be running and will not start. I get the...
0
482
thread by: aaldrik groenewold | last post Jul 19 '05 by: aaldrik groenewold
I just installed mysql 4.0 .There were many problems with upgrading from 3.23 to 4.0 so I deleted 3.23 and made a fresh start with 4.0. Everything works fine now but the only problem to connect to the server is via the /usr/local/mysql/bin directory. Is there a way to connect if I am root. thanks for your help. -aaldrik ...
0
482
thread by: Alex Molochnikov | last post Jul 20 '05 by: Alex Molochnikov
Hello everyone, We are looking for beta-testers for our new product - Scribe Report Generator. At this moment, Scribe supports 6 relational databases, including Oracle, MS SQL Server 2000, and Sybase. Very briefly: Scribe is written in Java, is based on visual programming and can be extended by adding user-written Java classes; it comes...
0
482
thread by: Jasper Bryant-Greene | last post Jul 20 '05 by: Jasper Bryant-Greene
Hi I have this query: SELECT id, name, YEAR(born) AS year FROM people WHERE DAYOFMONTH(born) = 7 AND MONTH(born) = 12 ORDER BY year DESC, name
0
482
thread by: Shiraz | last post Jan 9 '06 by: Shiraz
Updated to the latest version of DBD-mysql using perl -MCPAN -e "install DBD-mysql" and now the calling mysql function r2() within perl work > $SQL_Text = "select r2() from dual " ; > $sth=$dbh->prepare($SQL_Text); > $sth->execute(); > while ( ($tt) = $sth->fetchrow_array( ) ) { print $tt; } for reference here is the mysql...
0
483
thread by: Naoufal Rih | last post Jul 19 '05 by: Naoufal Rih
Hi I have 3 machines M1 M2 and M3, i need to setup the following : M1 is the master M2 is reading from M1 M2 is a master for M3 M3 is reading from M2 The problem i got, is when i run a command in M2, it's replicated in M3, but when the command is being run in M1, it's replicated in M2 but not in M3. does anybody know how i can fix this...
0
483
thread by: Sanya Shaik | last post Jul 19 '05 by: Sanya Shaik
--0-536761300-1061326346=:17114 Content-Type: text/plain; charset=us-ascii I am unable to find any information about master-master replication. I need to replicate 1 mysql server over to other as a standby master server. Any help ? Any ideas at all ?

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.