Re: New to MySQL

2014-03-11 Thread Asma rabe
they would even have documentation in your native language. Regards Brian vd Westhuizen -Original Message- From: Asma rabe [mailto:asma.r...@gmail.com] Sent: Thursday, 6 March 2014 12:08 a.m. To: Andrew Moore Cc: Reindl Harald; mysql@lists.mysql.com Subject: Re: New to MySQL How

Re: New to MySQL

2014-03-05 Thread Asma rabe
Hi All, Thank you very much. I checked if mysql installed rpm -qa | grep mysql and found it is installed, so no need for yum installation. when i tried to start the service chkconfig mysql on error reading information on service mysql: No such file or directory sorry to disturb you. Regards,

Re: New to MySQL

2014-03-05 Thread Andrew Moore
Next action is to review the MySQL error log for the reason that it failed. A On Wed, Mar 5, 2014 at 10:55 AM, Asma rabe asma.r...@gmail.com wrote: Hi All, Thank you very much. I checked if mysql installed rpm -qa | grep mysql and found it is installed, so no need for yum installation.

Re: New to MySQL

2014-03-05 Thread Reindl Harald
Am 05.03.2014 11:55, schrieb Asma rabe: I checked if mysql installed rpm -qa | grep mysql post outputs - it's respectless seek for help and hold back infos because as you said you are new you likely not understand really the output and found it is installed, so no need for yum

Re: New to MySQL

2014-03-05 Thread Reindl Harald
Am 05.03.2014 12:03, schrieb Andrew Moore: Next action is to review the MySQL error log for the reason that it failed. oh no - don't reply with no clue chkconfig comes long before mysqld is invoked even if he would have spelled the service name correctly enable *isa not* start see my last

Re: New to MySQL

2014-03-05 Thread Asma rabe
How to do that? Thank you On Wed, Mar 5, 2014 at 8:03 PM, Andrew Moore eroomy...@gmail.com wrote: Next action is to review the MySQL error log for the reason that it failed. A On Wed, Mar 5, 2014 at 10:55 AM, Asma rabe asma.r...@gmail.com wrote: Hi All, Thank you very much. I

Re: New to MySQL

2014-03-05 Thread Andrew Moore
enable *isa not* start - :D This is true. The mailing list is not an interactive article on the basics of installing and starting MySQL. There are 1000s of blog articles, documentation and guides on doing this. Perhaps looking here;

Re: New to MySQL

2014-03-05 Thread Reindl Harald
Am 05.03.2014 12:07, schrieb Asma rabe: How to do that? Thank you besides that the reply was wrong - see my last one it is respectless acting like you do asking every single piece and not read any manual or search http://www.catb.org/esr/faqs/smart-questions.html Google exists

RE: New to MySQL

2014-03-05 Thread Brian Van der Westhuizen [DATACOM]
. Regards Brian vd Westhuizen -Original Message- From: Asma rabe [mailto:asma.r...@gmail.com] Sent: Thursday, 6 March 2014 12:08 a.m. To: Andrew Moore Cc: Reindl Harald; mysql@lists.mysql.com Subject: Re: New to MySQL How to do that? Thank you On Wed, Mar 5, 2014 at 8:03 PM, Andrew Moore

Re: New to MySQL

2014-03-04 Thread Asma rabe
, this command is very safe. On Mon, Mar 3, 2014 at 7:49 PM, Johan De Meersman vegiv...@tuxera.be wrote: - Original Message - From: geetanjali mehra mailtogeetanj...@gmail.com Subject: Re: New to MySQL use rpm -i --replacefiles MySQL-server*.rpm While that will work, it really

Re: New to MySQL

2014-03-04 Thread Reindl Harald
Am 04.03.2014 13:20, schrieb Asma rabe: I have checked before installation if mysql is installed using which mysql i found no mysql is installed. which is pointless rpm -qa | grep mysql next i did rpm installation and got the errors rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm I got the

RE: New to MySQL

2014-03-04 Thread Brian Van der Westhuizen [DATACOM]
Meersman; mysql@lists.mysql.com Subject: Re: New to MySQL Thank you very much for responding. I have checked before installation if mysql is installed using which mysql ,i found no mysql is installed. next i did rpm installation and got the errors rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm I got

Re: New to MySQL

2014-03-04 Thread Andrew Moore
Meersman; mysql@lists.mysql.com Subject: Re: New to MySQL Thank you very much for responding. I have checked before installation if mysql is installed using which mysql ,i found no mysql is installed. next i did rpm installation and got the errors rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm I

Re: New to MySQL

2014-03-03 Thread geetanjali mehra
. Best Regards, Rabe On Fri, Feb 28, 2014 at 1:36 AM, Johan De Meersman vegiv...@tuxera.be wrote: - Original Message - From: Asma rabe asma.r...@gmail.com Subject: Re: New to MySQL so,Is it recommended to install RPM bundle which has compatlibs, MySQL server

Re: New to MySQL

2014-03-03 Thread Johan De Meersman
- Original Message - From: geetanjali mehra mailtogeetanj...@gmail.com Subject: Re: New to MySQL use rpm -i --replacefiles MySQL-server*.rpm While that will work, it really shouldn't happen. I'm a Debian man myself, so I don't know wether it's a problem with the packages or if you

Re: New to MySQL

2014-03-03 Thread Morgan Tocker
: - Original Message - From: Asma rabe asma.r...@gmail.com Subject: Re: New to MySQL so,Is it recommended to install RPM bundle which has compatlibs, MySQL serveretc rather than installing the server only? The Server should suffice; the Bundle is merely a convenient way

Re: New to MySQL

2014-03-03 Thread geetanjali mehra
, this command is very safe. On Mon, Mar 3, 2014 at 7:49 PM, Johan De Meersman vegiv...@tuxera.bewrote: - Original Message - From: geetanjali mehra mailtogeetanj...@gmail.com Subject: Re: New to MySQL use rpm -i --replacefiles MySQL-server*.rpm While that will work, it really

Re: New to MySQL

2014-03-02 Thread Asma rabe
rabe asma.r...@gmail.com Subject: Re: New to MySQL so,Is it recommended to install RPM bundle which has compatlibs, MySQL serveretc rather than installing the server only? The Server should suffice; the Bundle is merely a convenient way to download ALL the RPMs in one go

Re: New to MySQL

2014-02-27 Thread Iqbal Aroussi
Hi Asma, If you are new to MySQL and/or Linux. Start with Ubuntu + MySQL. Best Regards Iqbal Aroussi 514 451-9122 On Thu, Feb 27, 2014 at 10:43 AM, Asma rabe asma.r...@gmail.com wrote: Hi, I would like t install MySQL server on Linux and MYSQL client and GUI may be workbench on client

Re: New to MySQL

2014-02-27 Thread Johan De Meersman
- Original Message - From: Iqbal Aroussi iq...@aroussi.ca Subject: Re: New to MySQL If you are new to MySQL and/or Linux. Start with Ubuntu + MySQL. Iqbal, Please don't start distro wars on this list. Everyone chooses the platform he or she wants. Rabe, The RPM bundle

Re: New to MySQL

2014-02-27 Thread Asma rabe
Thank you very much Iqbal ,Johan, Actually I have Linux redhat already installed so I have to install MySQL server and client. so,Is it recommended to install RPM bundle which has compatlibs, MySQL serveretc rather than installing the server only? Thank you very much. Rabe On Fri, Feb

Re: New to MySQL

2014-02-27 Thread Johan De Meersman
- Original Message - From: Asma rabe asma.r...@gmail.com Subject: Re: New to MySQL so,Is it recommended to install RPM bundle which has compatlibs, MySQL serveretc rather than installing the server only? The Server should suffice; the Bundle is merely a convenient way

Re: New Fast MySQL Compatible Server Released under the GPL License

2012-08-23 Thread Hiromichi Watari
...@daevid.com To: 'Gael Martinez' gael.marti...@gmail.com; mysql@lists.mysql.com Cc: Sent: Wednesday, August 22, 2012 4:31 PM Subject: RE: New Fast MySQL Compatible Server Released under the GPL License Well, considering that MySQL/Sun/Oracle can't even figure out how to reduce an ibdata1 file from ever

Re: New Fast MySQL Compatible Server Released under the GPL License

2012-08-22 Thread Gael Martinez
On Wed, Aug 22, 2012 at 11:43 AM, Hiromichi Watari hiromichiwat...@yahoo.com wrote: [..] Available at www.paralleluniverse-inc.com Hello Pardon my question on that one, but why wasn't the concept detailed in that white paper implemented into the core version of mysql or the percona version

RE: New Fast MySQL Compatible Server Released under the GPL License

2012-08-22 Thread Daevid Vincent
Martinez [mailto:gael.marti...@gmail.com] Sent: Wednesday, August 22, 2012 10:13 AM To: Hiromichi Watari Cc: mysql@lists.mysql.com Subject: Re: New Fast MySQL Compatible Server Released under the GPL License On Wed, Aug 22, 2012 at 11:43 AM, Hiromichi Watari hiromichiwat...@yahoo.com wrote

Re: New Fast MySQL Compatible Server (Take 2)

2012-05-15 Thread Hiromichi Watari
Subject: Re: New Fast MySQL Compatible Server (Take 2) On 11/05/2012 07:57, Johan De Meersman wrote: - Original Message - From: Hiromichi Watarihiromichiwat...@yahoo.com I created Parallel Universe which is a MySQL 5.5 compatible server with fast query execution. Speed is achieved

Re: New Fast MySQL Compatible Server (Take 2)

2012-05-14 Thread Johan De Meersman
- Original Message - From: Hiromichi Watari hiromichiwat...@yahoo.com I uploaded the technology whitepaper to the website. Hmm, interesting idea, to allocate a thread per table - I can imagine it's going to be pretty heavy on the thread cache, though :-) How does it respond to

Re: New Fast MySQL Compatible Server (Take 2)

2012-05-12 Thread Hiromichi Watari
Hi, I uploaded the technology whitepaper to the website. Hope this helps. Hiromichi - Original Message - From: Johan De Meersman vegiv...@tuxera.be To: Hiromichi Watari hiromichiwat...@yahoo.com Cc: mysql@lists.mysql.com Sent: Friday, May 11, 2012 2:57 AM Subject: Re: New Fast MySQL

Re: New Fast MySQL Compatible Server (Take 2)

2012-05-11 Thread Johan De Meersman
- Original Message - From: Hiromichi Watari hiromichiwat...@yahoo.com I created Parallel Universe which is a MySQL 5.5 compatible server with fast query execution. Speed is achieved by the new patent pending technology which utilizes multi core/CPU of server hardware. Just like

Re: New Fast MySQL Compatible Server (Take 2)

2012-05-11 Thread Giles Coochey
On 11/05/2012 07:57, Johan De Meersman wrote: - Original Message - From: Hiromichi Watarihiromichiwat...@yahoo.com I created Parallel Universe which is a MySQL 5.5 compatible server with fast query execution. Speed is achieved by the new patent pending technology which utilizes multi

Re: New Fast MySQL Compatible Server (Take 2)

2012-05-10 Thread Reindl Harald
Am 10.05.2012 21:16, schrieb Hiromichi Watari: Hi, I created Parallel Universe which is a MySQL 5.5 compatible server with fast query execution. Speed is achieved by the new patent pending technology which utilizes multi core/CPU of server hardware after reading new patent pending

Re: New Fast MySQL Compatible Server

2012-04-03 Thread Johan De Meersman
- Original Message - From: Singer X.J. Wang w...@singerwang.com Perhaps something called a VM can be use? Perhaps something called documentation can be provided? I also notice that the original poster seems to have vanished again, which makes the whole thing even more shady. --

Re: New Fast MySQL Compatible Server

2012-04-03 Thread Daniel Brown
On Tue, Apr 3, 2012 at 04:10, Johan De Meersman vegiv...@tuxera.be wrote: - Original Message - From: Singer X.J. Wang w...@singerwang.com Perhaps something called a VM can be use? Perhaps something called documentation can be provided? I also notice that the original poster seems

Re: New Fast MySQL Compatible Server

2012-04-02 Thread Singer X.J. Wang
Perhaps something called a VM can be use? S On Tue, Mar 27, 2012 at 18:12, Mogens Melander mog...@fumlersoft.dk wrote: Guys, really... Is this a binary release? Need to sudo to root? Not on my watch! On Tue, March 27, 2012 16:40, Baron Schwartz wrote: The license of this software is

Re: New Fast MySQL Compatible Server

2012-03-27 Thread Baron Schwartz
The license of this software is unclear. The binary is clearly derived from the MySQL server with InnoDB, but no source code is provided. Is the software GPL-licensed? If so, where can I get a copy of the source code? - Baron On Tue, Mar 27, 2012 at 10:26 AM, Hiromichi Watari

Re: New Fast MySQL Compatible Server

2012-03-27 Thread Singer X.J. Wang
Thanks Baron. I downloaded it and found it was dervied from the MySQL server as well. I was looking for the source and found nothing. Mr. Watari, is there source code available? Since you are using GPL source code in your code, you must provide the source code. S On Tue, Mar 27, 2012 at 10:40,

Re: New Fast MySQL Compatible Server

2012-03-27 Thread Rick James
Please elaborate on what conditions your server will/won't process queries in parallel. On 3/27/12 7:26 AM, Hiromichi Watari wrote: Hi, I created Parallel Universe which is a MySQL 5.5 compatible server with fast query execution. Speed is achieved by processing tables in parallel utilizing

Re: New Fast MySQL Compatible Server

2012-03-27 Thread Mogens Melander
Guys, really... Is this a binary release? Need to sudo to root? Not on my watch! On Tue, March 27, 2012 16:40, Baron Schwartz wrote: The license of this software is unclear. The binary is clearly derived from the MySQL server with InnoDB, but no source code is provided. Is the software

Re: New to MySQL

2009-03-21 Thread Joerg Bruehe
Manish, Manish Gupta wrote: Hi all, I am Manish from India and i am new to mysql. These are the steps that i had taken: 1. Installed MySQL 4.0.20d-Winit came with a cd in a book i bought. 2. Executed the winmysqladmin file from mysql/bin. gave it a username and password. 3. went

Re: New to MySQL

2005-12-24 Thread John Meyer
On Saturday 24 December 2005 1:05 pm, James Lumb wrote: Hi, I am new to mySQL and have mac OS X. Please could any other Mac users or anyone for that matter tell me the best way of connecting to a mySQL database? Should I use terminal or a program like PHPmyAdmin? Cheers, James James,

Re: New to MySQL on Linux

2005-02-12 Thread Terry Riley
Thanks, Joshua - just the sort of info I needed. Off to find a more recent distro Cheers Terry - Original Message - On Friday 11 February 2005 09:15, Terry Riley said something like: Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, that had an apparently

Re: New to MySQL on Linux

2005-02-11 Thread Andy
On Fri February 11 2005 19:15, Terry Riley wrote: Now the question: If I'm only using this as a database (no development) on RH7.3, which is the preferred download? I am confused by the plethora of options available for Linux. Just need something that is relatively simple to install (either

Re: New to MySQL on Linux

2005-02-11 Thread Hassan Schroeder
Terry Riley wrote: install my first Linux instead, using an ancient RedHat 7.3 distribution. Having done that successfully, and increased the memory from 256 to 768Mb, I think I'm now ready to install the latest MySQL on it. All my previous MySQL experience, unfortunatley, has been on WinNT,

RE: New to MySQL on Linux

2005-02-11 Thread Dean, Michael L USAATC
:31 PM To: [EMAIL PROTECTED]; mysql@lists.mysql.com Subject: Re: New to MySQL on Linux Terry Riley wrote: install my first Linux instead, using an ancient RedHat 7.3 distribution. Having done that successfully, and increased the memory from 256 to 768Mb, I think I'm now ready to install

Re: New to MySQL on Linux

2005-02-11 Thread Terry Riley
Thanks to all who replied - food for thought... Cheers Terry - Original Message - Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, that had an apparently unusable XP SP2 OS on it, I decided to wipe the disk and install my first Linux instead, using an ancient

Re: New to MySQL on Linux

2005-02-11 Thread Joshua J. Kugler
On Friday 11 February 2005 09:15, Terry Riley said something like: Having inherited an elderly PIII/500MHz box with an 8Gb SCSI disk, that had an apparently unusable XP SP2 OS on it, I decided to wipe the disk and install my first Linux instead, using an ancient RedHat 7.3 distribution. First

RE: New to MySQL

2004-03-17 Thread Peter Lovatt
Hi To use phpMyAdmin you need a webserver and php installed - the code suggests you either are not running through a webserver or that it is not configured for php. If you are not developing for php you might take a look at windows front ends for mysql - search the list for recommendations HTH

RE: New to MySQL

2004-03-17 Thread DChristensen
Why don't you try MySQLCC from the MySQL site? -Original Message- From: Terry Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 4:25 AM To: [EMAIL PROTECTED] Subject: New to MySQL I have just started having a look at MySQL. I have the server installed and running with the

RE: New to MySQL

2004-03-17 Thread Terry Smith
Thanks for the reply. I will have a look at MySQLCC. Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 13:30 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: New to MySQL Why don't you try MySQLCC from the MySQL site? -Original

RE: New to MySQL

2004-03-17 Thread Terry Smith
Thanks Peter, Will try out XAMPP. Regards -Original Message- From: Peter Lovatt [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 10:50 To: Terry Smith; [EMAIL PROTECTED] Subject: RE: New to MySQL Hi To use phpMyAdmin you need a webserver and php installed - the code suggests you either

Re: New to MySQL

2004-02-05 Thread Bernard Clement
Some answers within your message. I would suggest you to browse the reference manual. Bernard On Thursday 05 February 2004 17:27, /dev/null wrote: wow, nice product. Pretty easy to use and install - I like it. I know enough about SQL and databases to just about break any flavor of them I

Re: New to MySQL

2004-02-05 Thread KKoTY
- Original Message - From: /dev/null [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 05, 2004 11:27 PM Subject: New to MySQL wow, nice product. Pretty easy to use and install - I like it. I know enough about SQL and databases to just about break any flavor of them

Re: New to Mysql

2003-06-27 Thread Wavyx
I only know good references: the manual: http://www.mysql.com/documentation/index.html the Bible: MySQL by Paul Dubois ;) for the access to mysql from webpages, you'll need to use perl dbi and acquire some notions about how CGI works Wavyx Ben Ferderer wrote: I am so new to mysql that I only

Re: New to Mysql

2003-06-27 Thread Leonard French
Ben, You can also access MySQL databases from PHP, FYI. I've learned a lot from the book: PHP and MySQL Web Development By Luke Welling Laura Thomson ISBN: 0-672-31784-2 Hope that helps! Len -- Len French Technical Applications Specialist Lutron Electronics, Inc. [EMAIL PROTECTED]

Re: New to Mysql

2003-06-27 Thread Becoming Digital
Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Leonard French [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, 27 June, 2003 16:56 Subject: Re: New to Mysql

Re: New to MySQL/PHP with Rank-Amateur Questions

2003-01-20 Thread dunk fordyce
1) I have administrator rights on the G3 PowerBook on which I'm doing this learning. But that's not the same as MySQL recognizing me with administrator acces, is it? How can I make MySQL give me administrator access, so I can have permission to issue CREATE [and ALL other] commands. As it is

Re: New to MySQL/PHP with Rank-Amateur Questions

2003-01-20 Thread Benjamin Pflugmann
Hello. On Mon 2003-01-20 at 09:26:18 -0500, [EMAIL PROTECTED] wrote: I'm brand-new to MySQL/PHP and to this list, spending an interesting holiday weekend devoted to trying to start learning the MySQL/PHP/Apached axis. There're three things that had me thinking of just giving it all up.

Re: New to MySQL, ported from MS Access. Using ASP MyODBC - UPDATEproblem...

2002-11-04 Thread Venu
Luis Sanches wrote: Hi, I've recently made the move over from Access to MySQL. So far, everything has been fine. I'm using: Win2K server (ASP) WinMySQLadmin 1.4, MyCC 0.8.4-alpha, MyODBC 3.51 and MySQL 3.23.51-nt First problem: (fixed) -- I had used some

re: New to MySql

2002-09-26 Thread Egor Egorov
Mann, Wednesday, September 25, 2002, 10:29:55 PM, you wrote: MJ Hello all, I am brand new to MySql and I wanted to know if you could MJ recommend any books that are a good start on learning the mechanics of MJ MySql. Thanks! Paul DuBois's book MySQL :) It's really a good book. Searchable

Re: New to mySQL

2002-08-26 Thread Dicky Wahyu Purnomo
Pada Sun, 25 Aug 2002 15:24:43 +0100 Ray Healy (Data Net Services) [EMAIL PROTECTED] menulis : The one thing I cannot get into my head is how can you tell the database that all the days between the start and end dates are booked. Also when people search for a caravan on a specific date and

Re: New to MySQL

2002-08-25 Thread Benjamin Pflugmann
Hello. On Sun 2002-08-25 at 02:36:35 -0700, [EMAIL PROTECTED] wrote: Recently I have been approached to do a web based reservations database for hotels. I am thinking highly of using MySQL on Linux(?) with Apache. I have used Informix SE on SCO Unix for years (due to the previous

Re: New to MySQL

2002-08-25 Thread MySQL Newsgroup (@Basebeans.com)
Subject: Re: New to MySQL From: Benjamin Pflugmann [EMAIL PROTECTED] === Hello. On Sun 2002-08-25 at 02:36:35 -0700, [EMAIL PROTECTED] wrote: Recently I have been approached to do a web based reservations database for hotels. I am thinking highly of using MySQL on Linux(?) with Apache. I

Re: New To MySql

2002-08-03 Thread Amer Neely
Hello everybody! I am new to mysql and am totally confused as how to proceed? Is it installed automatically like perl or do I have to install and configure? in the docs its often referred as shell mysql but when I type it on c: prompt it says access denied. can anybody help? Thanks

Re: New to mySQL questions.

2002-07-28 Thread Gerald R. Jensen
Ray: The only database you shouldn't mess with is the mysql database ... it is the equivalent of the 'master' database found in other systems, and contains all of the rights and privileges you invoke. Get to know the 'GRANT' command in the MySQL Manual (http://www.mysql.com/manual.php) ...

RE: new to mysql, what did I type wrong?

2002-06-07 Thread justin cunningham
Try 'mysqlaccess root localhost' and see if there is a password set in the output. Try man mysqladmin and set the password there. If you've hosed your perms then stop the damon and restart it with --skip-grant-tables and start again. Remember to do mysqladmin reload or flush privileges

RE: new to MySQL

2002-04-17 Thread Gurhan Ozen
This pages might be helpful: http://www.mysql.com/doc/T/a/Table_types.html http://www.innodb.com/ Gurhan -Original Message- From: Steve Bradwell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: new to MySQL Hey Everbody, I am still

Re: New to MySQL

2002-04-07 Thread Scalper
You could do that, but if you want to keep it simple, I would download some gui tools like mysql-front (mysqlfront.de) and do all of your development work remotely. Craig At 05:16 PM 4/7/2002, you wrote: Hi I'm new to sql but am familiar with Access \ SQL 7 \ ASP. My ISP offers MySql

Re: New to MySQL - can't start server :-(

2002-03-17 Thread Pierre du Parte
Hi Alexander, I use the PHPDEV compilation for local PHP/mySQL development work (http://www.firepages.com.au/devindex.htm for a no-brainer approach to getting PHP/mySQL/Apache up and running in seconds!) Anyway, for me start c:\phpdev\mysql\bin\mysqld-nt.exe --standalone kicks mySQL off on

Re: new bee - Mysql Database Update Problem

2002-01-14 Thread Richard Ward
It seems like you have hit a file size limit. Soalris has a 2 Gig ( or is it 4Gig) file size limit which is restricting your database. You could get past this by breaking up your data into different segments, eg. group the data by month and store it in monthly tables, reducing the size of the

Re: NEW TO MYSQL

2001-07-06 Thread Duncan Hill
On 6 Jul 2001, Anoop K Gupta wrote: it prompts for password : it is blank so I just pressed enter. and Mysql prompt appeared.. mysql Well, do you have a password for the root user? If so, type it in! Note, root in mysql is NOT the root login for the server, so the passwords are probably

Re: New To mySQL

2001-06-07 Thread Mazur
I agree. The online manual is wonderful: http://www.mysql.com/ ...and the book by Paul Dubois is fabulous: http://www.amazon.com/exec/obidos/ASIN/0735709211/o/qid=991937746/sr=2-1/ref=aps_sr_b_1_1/107-9361976-5006147 These two resources will have you up in no time. A little reading will get

Re: New To mySQL

2001-06-07 Thread Olexandr Vynnychenko
Hello Geoffrey, Thursday, June 07, 2001, 3:34:32 PM, you wrote: GVN Hi all, GVN I am a new user of mysql DB. GVN I am working with WN NT 4. GVN I already downloaded the mysql binary package for window. GVN I installed it. GVN But, now I don\'t know where to begin. How to start the DB. GVN

Re: New To mySQL

2001-06-07 Thread Hasan Niyaz
Start with the manual - Original Message - From: Geoffrey Van Nuffelen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 5:34 PM Subject: New To mySQL Hi all, I am a new user of mysql DB. I am working with WN NT 4. I already downloaded the mysql binary

Re: New To mySQL

2001-06-07 Thread Olexandr Vynnychenko
Hello Geoffrey, Thursday, June 07, 2001, 3:34:32 PM, you wrote: GVN Hi all, GVN I am a new user of mysql DB. GVN I am working with WN NT 4. GVN I already downloaded the mysql binary package for window. GVN I installed it. GVN But, now I don't know where to begin. How to start the DB. GVN