Re: MySQL Master and Slave Database Setup

2008-04-15 Thread Ananda Kumar
Use the below link to know how to setup replication. http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html regards anandkl On 4/15/08, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > > Hi, > > I need to run a longer running insert and test it in the Master Slave > Replication Database Serve

MySQL Master and Slave Database Setup

2008-04-14 Thread Kaushal Shriyan
Hi, I need to run a longer running insert and test it in the Master Slave Replication Database Server. And interrupt the Insert query on the Master and check on slave to ensure that the data is in sync. How can i do it, are there benchmark tools to do that. Thanks and Regards Kaushal

Re: Understanding relational database setup/construction

2002-06-23 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cal -- ...and then Cal Evans said... % % TjL, % % To start with: Thanks for the titles! ... % Work your way through both books in a couple of months and then spend every % waking hour organizing data into tables for a couple of years and you'll

Re: Understanding relational database setup/construction

2002-06-22 Thread Phil Dobbin
On 22/6/02 at 17:05, [EMAIL PROTECTED] (Timothy J. Luoma) wrote: > I've looked through Google and the MySQL website without luck. > > I'm looking to find a place which discusses the theory of how one > should > create a database, how to organize the information, etc. > > There's got to be a g

Re: Understanding relational database setup/construction

2002-06-22 Thread Jeff Kilbride
ty simple and can be applied to any relational db system. --jeff - Original Message - From: "Timothy J. Luoma" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Saturday, June 22, 2002 2:05 PM Subject: Understanding relational database setup/

RE: Understanding relational database setup/construction

2002-06-22 Thread Cal Evans
verybody knows that SSN's aren't unique!) ;) HTH, =C= -Original Message- From: Timothy J. Luoma [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 4:06 PM To: MySQL List Subject: Understanding relational database setup/construction I've looked through Google

Re: Understanding relational database setup/construction

2002-06-22 Thread Ed Kasky
For theory and history, I found the manual to be an excellent place to start... http://www.mysql.com/manual.php and have a walk through the tutorial starting with: http://www.mysql.com/doc/C/o/Connecting-disconnecting.html At 05:05 PM Saturday, 6/22/2002, Timothy J. Luoma wrote -=> >I've lo

RE: Understanding relational database setup/construction

2002-06-22 Thread Peter Lovatt
t; Subject: Understanding relational database setup/construction > > > > I've looked through Google and the MySQL website without luck. > > I'm looking to find a place which discusses the theory of how one should > create a database, how to organize the information, e

Understanding relational database setup/construction

2002-06-22 Thread Timothy J. Luoma
I've looked through Google and the MySQL website without luck. I'm looking to find a place which discusses the theory of how one should create a database, how to organize the information, etc. There's got to be a good site out there, but I'm obviously plugging in the wrong search terms or somet

Re: database setup

2002-04-11 Thread Norman Zhang
if (($row[0]==1) || ($row[0]==2)) { echo "Successful."; die(); } } else { echo "Go Away!"; echo "You are not authorized to view this resource."; die(); } - Original Message - From: "Rick Emery" <

RE: database setup

2002-04-08 Thread Rick Emery
rman Zhang [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:49 PM To: [EMAIL PROTECTED] Subject: database setup Hi, I am setting up a mysql database, with two tables. One keeps the user authentication info such as user name, password and user level. The other table with contains files

database setup

2002-04-08 Thread Norman Zhang
Hi, I am setting up a mysql database, with two tables. One keeps the user authentication info such as user name, password and user level. The other table with contains files for upload and download. Is there a good way to setup the user authentication table so it can check appropriate user rights