Database Market Information

2003-02-27 Thread Pierre-Yves Dyon
Hi,
   
I'm a belgian student in engineering and I'm now in my last year.  I have a course about strategy where we have to analyse an industry and a particular company inside that industry.
  
I think MySQL would be a good choice because I am very interested in free and open source software and it is a great exemple of success in that field.
   
But it seems hard to find enough documentation about the database industry in general.
   
Could you perhaps direct me in my search for information ?  I already saw the press section of the MySQL website but I fear it won't be enough.
   
Thank you very much.
   
Pierre-Yves Dyon



-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


Segmentation fault

2003-02-08 Thread Pierre-Yves Saumont
Hello,

I am using Version : 3.23.40 under Linux and 3.23.51-Max under Windows XP

I get the following error message while dumping my database. The 
segmentation fault is caused by the -c option. (It also occurs under 
Windows XP).

Pierre-Yves Saumont

Red Hat Linux release 6.2 (Zoot)
Kernel 2.2.14-5.0smp on a 2-processor i686
login: volga
Password:
Last login: Fri Feb  7 06:11:45 from 
ASte-Genev-Bois-105-1-1-116.abo.wanadoo.fr
[volga@s5 volga]$ mysqldump -uvolga -p -c volga_volga 
volga_volga_20030207_1520.sql
Enter password:
Segmentation fault (core dumped)



-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



ERROR 1044: Access denied

2001-08-28 Thread Pierre-Yves

Hello,

I have a problem with the access :

I have created 2 users with no privileges in the user table (privileges are
set in the db table, so those users can only access one particular db).

the first user has all the privileges set to Y for the db hello, this user
works fine.
the second user has exactly the same config as the first one, but with less
privileges : only the Select_priv, Insert_priv, Update_priv and Delete_priv
set to 'Y' for the db hello.

I can connect my sql with that user, but I can't use the db hello :

mysql use hello
ERROR 1044: Access denied for user: '@localhost' to database 'hello'
mysql

I'm surprised to have this error message... do I have to set a particular
privilege to 'Y' in order to allow this user to connect to the db ???


Table db :

HostDbUserSelect_privInsert_privUpdate_privDelete_privCreate_privDrop_privGr
ant_privReferences_privIndex_privAlter_priv
localhosthellouser2NN
localhosthellouser1YY


Thanks for your help !


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: ERROR 1044: Access denied

2001-08-28 Thread Pierre-Yves


- Original Message -
From: Dana Powers [EMAIL PROTECTED]
To: Pierre-Yves [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, August 29, 2001 1:22 AM
Subject: Re: ERROR 1044: Access denied


  ERROR 1044: Access denied for user: '@localhost' to database 'hello'
 This says that you are connected as user '' ( blank ) from localhost. Make
 sure you're logging on correctly and try again.
 dpk

but I use the following command to connect mysql :

mysql --user=user2 --host=localhost

(there is no password for this user)
and when I do this with the user1 it is working...
so i don't think that's the problem.



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php