newbie installation question

2004-09-29 Thread Morten Pedersen
sorry for spamming the list with this, i tried asking on the forums, but didn't receive a reply. i'm a complete newbie to mysql/php, but have programmed professionally (in C/C++/ASM) for about 9 years now. i originally installed mysql into C:/Program Files/mysql, before deleting and

Re: newbie installation question

2004-09-29 Thread SGreen
Machine (operating system) rights and database rights are two, very separate, permissions systems. MySQL maintains it's own access control lists, separate and distinct, from your operating system. You cannot see any other tables when you use your database tool because you are authenticating

Installation Question

2004-01-01 Thread Kirti S. Bajwa
I am trying to install MySQL from source distribution by following the instructions under section: 2.3.1 Quick Source Installation Overview. I notice that the configure state is listed as follows: shell ./configure --prefix=/usr/local/mysql which means to install the software in

RE: Installation Question

2004-01-01 Thread Kirti S. Bajwa
all over again. Thanks again. Kirti -Original Message- From: dan orlic [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 2004 12:07 PM To: Kirti S. Bajwa Subject: Re: Installation Question i never had much luck with the source distribution, let alone using the prefix flag. Try

RE: Installation Question

2004-01-01 Thread Ugo Bellavance
-Message d'origine- De : Kirti S. Bajwa [mailto:[EMAIL PROTECTED] Envoyé : Thursday, January 01, 2004 12:16 PM À : '[EMAIL PROTECTED]' Objet : RE: Installation Question Dan: Thank you fast reply on New Year Day. The only reason I was trying to install the source

Re: Installation Question

2004-01-01 Thread dan orlic
I second Ugo's opinion. dan Ugo Bellavance wrote: -Message d'origine- De : Kirti S. Bajwa [mailto:[EMAIL PROTECTED] Envoyé : Thursday, January 01, 2004 12:16 PM À : '[EMAIL PROTECTED]' Objet : RE: Installation Question Dan: Thank you fast reply on New Year Day. The only reason I

Installation Question - RedHat 9.0

2003-12-16 Thread Ryan Sinnwell
I am trying to setup Jabberd2 as a test for our IT users and have run into a few issues. Here is a link to the instructions I'm following: http://www.jabberdoc.org/app_mysql.html I know there are things missing because after I complete the make install in step A.4.6, it goes right on to have

Re: Installation Question - RedHat 9.0

2003-12-16 Thread Nicolas Ross
For RedHat, just download the rpms and install it, it's far much simpler... Nicolas - Original Message - From: Ryan Sinnwell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:21 PM Subject: Installation Question - RedHat 9.0 I am trying to setup Jabberd2

installation question...missing 'host.frm'

2003-09-10 Thread Craig A. Finseth
I am trying to install: mysql-standard-4.0.14-sun-solaris2.8-sparc.tar on a Solaris 8 system. I am getting this message in the .err file: 030910 11:05:41 mysqld started 030910 11:05:41 InnoDB: Started 030910 11:05:41 Fatal error: Can't open privilege tables: Can't find file:

RE: installation question...missing 'host.frm'

2003-09-10 Thread Christensen, Dave
PROTECTED] Subject: installation question...missing 'host.frm' I am trying to install: mysql-standard-4.0.14-sun-solaris2.8-sparc.tar on a Solaris 8 system. I am getting this message in the .err file: 030910 11:05:41 mysqld started 030910 11:05:41 InnoDB: Started 030910 11:05:41

Re: installation question...missing 'host.frm'

2003-09-10 Thread Craig A. Finseth
Errno 13 indicates that you have some permission issues. Check the data directories you've set up to make sure that they are owned by the user/group mysql. Thank you. That was the problem. The host.frm really threw me. Craig -- MySQL General Mailing List For list archives:

Newbie Installation Question

2003-06-09 Thread David M Friscia
When executing from the COMMAND PROMPT, the following is returned:C:\cd mysql C:\mysqlcd bin C:\mysql\binmysqlshow -u Administrator --password=1234567890 mysqlDatabase: mysql+--+| Tables |+--+| columns_priv || db || func || host || tables_priv || user

MySQL newbie installation question

2002-10-18 Thread CM Miller
Very new to MySQL and I've done a search on google.com, but really couldn't find the answer that I am looking for. Where should I install MySQL? I'm running RH 7.3 and I've installed the tgz file under my directory /home/CMMiller, is this right, or anywhere else? I see it is also under

Re: MySQL newbie installation question

2002-10-18 Thread Max Morawski
CM Miller wrote: Very new to MySQL and I've done a search on google.com, but really couldn't find the answer that I am looking for. Where should I install MySQL? I'm running RH 7.3 and I've installed the tgz file under my directory /home/CMMiller, is this right, or anywhere else? I see it is

RE: RPM Installation Question

2002-08-19 Thread Jason Frisvold
) Subject: RE: RPM Installation Question read the documentation in the my.cnf sections you can supply datadir=/usr/data/mysql (or whatever the data directory you choose) make sure mysql has permissions on the new directory a couple other things rely on this base directory too your socket file

RPM Installation Question

2002-08-01 Thread Jason Frisvold
I was hoping to use the RPM distribution to install MySQL on my Linux machine.  However, I notice that it sets the data directory to /var/lib/mysql  ...  This is unacceptable for my purposes...  I know I can probably use a link to fix this, but I'd rather do it the right way...  How do I tell

Installation question

2002-07-12 Thread Lawrence Dunbar
Would I get better performance if mysql were being run from a SCSI hard drive? Lawrence - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

installation question

2002-06-02 Thread Inbal Ovadia
Hi After i install mysql, there is a way that i can know on witch drive i installed it on? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Re: Installation question

2002-04-26 Thread Egor Egorov
Muriel, Friday, April 26, 2002, 1:14:02 AM, you wrote: M My ISP installed MYSQL -max-3.23.49a-pclinux-gnu-i686 on our M dedicated server. They discovered they did not install their client M libraries after I had already created users with the Grant permissions. How did you create users?

Installation question

2002-04-25 Thread Muriel
Hello, My ISP installed MYSQL -max-3.23.49a-pclinux-gnu-i686 on our dedicated server. They discovered they did not install their client libraries after I had already created users with the Grant permissions. Now that they have reinstalled I can not access mysqladmin in the shell. I

Installation question on Linux.

2001-10-29 Thread Wei Wang
Hi, all, I am installing MySQL+Gemini 3.23.41 on Linux 6.2. I followed the instructions such as tar xvf, etc. Then I came to the : CFLAGS=-03 \ CXX=gcc CXXFLAGS=-03 -felide-constructors -fno-exceptions -fno-rtti \ ./configure --prefix=~/local/mysql\ --enable-assembler

Re: Post Installation Question

2001-10-01 Thread Intekhab Choudhury
Hi, I have done the following $./bin/mysql -uroot mysql Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 to server

Re: Newbie Linux 7 installation question

2001-04-20 Thread Gerald Clark
er" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 0:21 Subject: Re: Newbie Linux 7 installation question chown -R mysql /var/mysql Steve Tuckner wrote: When I run safe_mysqld, it starts and ends immediatly. In the mysqld.log in /var/log it has the fo

RE: Newbie Linux 7 installation question

2001-04-20 Thread Steve Tuckner
Gerald's recommendation worked peachily -Original Message- From: Gerald Clark [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 8:31 AM To: Rolf Hopkins Cc: Steve Tuckner; [EMAIL PROTECTED] Subject: Re: Newbie Linux 7 installation question No, it can't find the file because

Newbie Linux 7 installation question

2001-04-19 Thread Steve Tuckner
When I run safe_mysqld, it starts and ends immediatly. In the mysqld.log in /var/log it has the following: 010418 21:19:47 mysqld started 010418 21:19:47 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010418 21:19:47 mysqld ended Below is the my.cnf file [mysqld]

Re: Newbie Linux 7 installation question

2001-04-19 Thread Gerald Clark
chown -R mysql /var/mysql Steve Tuckner wrote: When I run safe_mysqld, it starts and ends immediatly. In the mysqld.log in /var/log it has the following: 010418 21:19:47 mysqld started 010418 21:19:47 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010418

Re: Newbie Linux 7 installation question

2001-04-19 Thread Rolf Hopkins
More like it has already started. Do "ps -ef | grep mysql" to find out. - Original Message - From: "Gerald Clark" [EMAIL PROTECTED] To: "Steve Tuckner" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 0:21 Subject: Re: Newbie Linux 7

Re: INSTALLATION QUESTION on Cobalt Raq3

2001-01-23 Thread Derek Sivers
Don't use RPM. The RPMs for the Cobalt RaQ3 suck. I have 8 different Cobalt RaQ3's and here's the way I've used to install: I've installed it this way successfully each time. Sounds like a bit of a pain, but puts you in much better control of MySQL. INSTALLATION INSTRUCTIONS #1 -

Re: INSTALLATION QUESTION on Cobalt Raq3

2001-01-22 Thread Vivek Khera
"l" == lkeeton [EMAIL PROTECTED] writes: l First does anybody know the website address for that searchable l site that allows you to search on mysql archive emails. I would l appreciate if I could get that. I also am looking for opinions on Does anyone read the footers on the messages they