Re: MYSQL Setup Question

2004-06-26 Thread Andrew Pattison
Original Message - From: "Leon Ellis" <[EMAIL PROTECTED]> To: "Peter Lovatt" <[EMAIL PROTECTED]> Cc: "MYSQL" <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 11:32 AM Subject: RE: MYSQL Setup Question > Thanx Peter, > But I have no tables

RE: MYSQL Setup Question

2004-06-26 Thread Leon Ellis
Thanx Peter, But I have no tables set up yet. I just installed MySQL I'm try to set remote access (for using Dreamweaver) on a local network. I thought I had to set permission? a friend on the FreeBSD mailing list sent three different user accounts to set up: All Privileges(able to create DB and

RE: MYSQL Setup Question

2004-06-26 Thread Peter Lovatt
hi the error is because you have more or fewer items of data than fields or columns to put it in it is better practice to include fields in your query INSERT INTO sometable ( field1 , field2 , field3 ) VALUES

Re: mysql setup problem

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: mysql setup compared to oracle

2003-07-17 Thread Rudy Metzger
nberg'; [EMAIL PROTECTED] Subject: RE: mysql setup compared to oracle > 1. No, especially not MyISAM. In MyISAM, a database (you can compare > that to instance) is just a directory on disk. Every table in this DB > (instance) again is file (well actually 3 files, one for data, one

RE: mysql setup compared to oracle

2003-07-17 Thread Jim Smith
> 1. No, especially not MyISAM. In MyISAM, a database (you can compare > that to instance) is just a directory on disk. Every table in this DB > (instance) again is file (well actually 3 files, one for data, one for > metadata, one for index information). Actually the server is equivalent to an

RE: mysql setup compared to oracle

2003-07-17 Thread Jim Smith
I'm fairly new to mysql myself, but I'll have a go. The mysql manual is at http://www.mysql.com/doc/. I've only dipped into it, but it seems to be pretty good. > Questions: > > 1. is mysql simular organized as oracle: instance/users/tables, > so that I have to connect to chossen instance a

RE: mysql setup compared to oracle

2003-07-17 Thread Rudy Metzger
1. No, especially not MyISAM. In MyISAM, a database (you can compare that to instance) is just a directory on disk. Every table in this DB (instance) again is file (well actually 3 files, one for data, one for metadata, one for index information). InnoDB looks a bit similar, as it also uses the co

re: MySql SETUP Problem

2002-10-16 Thread Victoria Reznichenko
Balazs, Wednesday, October 16, 2002, 8:27:56 AM, you wrote: BL> I installed the full version of Mandrake 8.2. BL> The problem is that i can't setup the mysql server. BL> When i tried: mysql -u root mysql; the server BL> responded: acces denied for root@localhost !! Have you installed MySQL se

RE: MySql SETUP Problem

2002-10-15 Thread mysql
Well try mysql -u root -p it will prompt asking for the password I really don't remember if the derault password is mysql but you could try empty too. -jose >Hi! > >I installed the full version of Mandrake 8.2. >The problem is that i can't setup the mysql server. >When i tried: mysql -u root

Re: mySQL setup

2001-05-07 Thread Rolf Hopkins
"Alud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 18:32 Subject: RE: mySQL setup > > Hi > > Thanks, I tried, but it still didn't work. > > Can somebody point me to an idiot proof installation site, I've tried a few >

RE: mySQL setup

2001-05-07 Thread Alud
nt: 07 May 2001 10:47 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: mySQL setup Since this a first installation try ./bin/mysqladmin -u root password instead. - Original Message - From: "Alud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, M

Re: mySQL setup

2001-05-07 Thread Rolf Hopkins
Since this a first installation try ./bin/mysqladmin -u root password instead. - Original Message - From: "Alud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 17:27 Subject: mySQL setup > > Hey > > I'm kinda new to all this, so please forgive me if this sea