Re: New to MySQL

2014-03-11 Thread Asma rabe
ore > 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 wrote: > > > Next action is to review the MySQL error log for the reason that it > > failed. > >

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-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 https://www.g

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; http://www.rackspace.com/knowledge_center/article/installing-my

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 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 wrote: > >> Hi All, >> >> Thank you very much. >> >> I checked if mysql installed

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 ans

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 installati

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 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. when i trie

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, R

Re: New to MySQL

2014-03-04 Thread Andrew Moore
014 1:21 a.m. > To: geetanjali mehra > Cc: Johan De 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 r

RE: New to MySQL

2014-03-04 Thread Brian Van der Westhuizen [DATACOM]
an De 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

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

Re: New to MySQL

2014-03-04 Thread Asma rabe
by default and not needed here. So, this command is very safe. > > > On Mon, Mar 3, 2014 at 7:49 PM, Johan De Meersman >wrote: > > > - Original Message ----- > > > From: "geetanjali mehra" > > > Subject: Re: New to MySQL > > > > &

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 wrote: > - Original Message - > > From: "geetanjali mehra" > > Subject: Re: New to MySQL > > > > use > > rpm -i --replacefiles MySQL-server*.rpm > > While that w

Re: New to MySQL

2014-03-03 Thread Morgan Tocker
preciated . > > > > Best Regards, > Rabe > > > On Fri, Feb 28, 2014 at 1:36 AM, Johan De Meersman wrote: > >> - Original Message - >>> From: "Asma rabe" >>> Subject: Re: New to MySQL >>> >>> so,Is

Re: New to MySQL

2014-03-03 Thread Johan De Meersman
- Original Message - > From: "geetanjali mehra" > 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

Re: New to MySQL

2014-03-03 Thread geetanjali mehra
t > > bin/mysqlshow > -bash: bin/mysqlshow: No such file or directory > > > Any help is appreciated . > > > > Best Regards, > Rabe > > > On Fri, Feb 28, 2014 at 1:36 AM, Johan De Meersman >wrote: > > > - Original Message - >

Re: New to MySQL

2014-03-02 Thread Asma rabe
quot;Asma rabe" > > 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 > downlo

Re: New to MySQL

2014-02-27 Thread Johan De Meersman
- Original Message - > From: "Asma rabe" > 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

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 28

Re: New to MySQL

2014-02-27 Thread Johan De Meersman
- Original Message - > From: "Iqbal Aroussi" > 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, T

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 wrote: > Hi, > > I would like t install MySQL server on Linux and MYSQL client and GUI may > be workbench on client machine. > > For

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

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 Jam

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 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. Fi

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 Red

RE: New to MySQL on Linux

2005-02-11 Thread Dean, Michael L USAATC
February 11, 2005 2: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,

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, usua

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

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-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? -Ori

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 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-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 o

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

Re: New to Mysql

2003-06-27 Thread Becoming Digital
learner! Edward Dudlik 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]> S

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] 1-800-5

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 k

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/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, 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 keyword

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-25 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 speci

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 L

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 pla

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? > > T

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) ... there

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 from

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 pret

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 Su

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 Wi

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 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.

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 m

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.

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 yo