configuration

2001-01-16 Thread funky gao

Bonjour,
Je suis novice en configuration de bases de données. 
J'ai installé php3, apache, mysql et phpMyAdmin sous NT4.
Comme indiqué, j'ai installé mysql sur le disque C, puis je l'ai transferré à un autre 
emplacement en modifiant my.cnf. J'ai pu me connecter sous Dos, mais je n'arrive pas à 
me 
connecter à phpMyAmdmin à partir d'un lien vers index.php3. J'ai donc créé un fichier 
de test que 
voici


?
$host="127.0.0.2";
$user="";
$password="";
$database="mysql";
Mysql_connect($host, $user, $password);
echo "connection réussie";
?

Lorsque je le lance, j'obtiens le message :

Fatal error: Call to unsupported or undefined function mysql_connect() in 
f:\apache\httdocs\essai_connect.php3 on line 6

et, dans error.log :

[Mon Oct 09 15:46:19 2000] [error] Failed to resolve server name for 127.0.0.2 (check 
DNS) -- or 
specify an explicit ServerName

J'ai essayé de modifier de toutes les façons le DNS utilisateur, rien ne change. 
Pourriez-vous me 
donner un coup de main. 
Merci.
Orthophptere

__
Boîte aux lettres - Caramail - http://www.caramail.com



 Emanuel.exe

-
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: raid tables doesnt seem to split files.

2001-01-16 Thread funky gao

Hi Firdaus!

On Thu, 12 Oct 2000, Firdaus Mah wrote:

 Hi Jerome,
 
 Heh... I'm already doomed. I'ved just inserted 32 million records and its
 stopped at 2GB even using on reiserfs.
 I'ved not checked the detail or experience in Postgress development. Does it
 do stripping as well ie breaking up tables and index file.

It is not reiserfs which is limiting you to 2GB (reiserfs is unsigned and
should limit you to 4GB), however the VFS layer is only signed so it will
not communicate the extra bit to reiserfs so that it will access 2GB.

I suspect that if you were to apply the LFS patches it will start working,
but I've never done it on a reiserfs partition.


 
 My conclusion is that until this moment, MySQL is suitable for small to medium
 databases.

Not true, I have MySQL running on a Alpha and have none of these limitations

=)

-Myron

 
 firdaus
 
 Jerome Abela wrote:
 
  On Wed, Oct 11, 2000 at 12:51:50PM +0800, Firdaus Mah wrote:
   this is how i'ved created
   create table test (field char(70) not null primary key) RAID_TYPE=STRIPED
   RAID_CHUNKS=1024 RAID_CHUNKSIZE=1024;
 
  This only works if mysqld was compiled with the --with-raid option.
  You can check this by grepping 'CONFIGURE_LINE=' from mysqlbug script.
  Otherwise, the RAID option to CREATE is silently ignored.
 
  Note that only the data file (MYD) is stripped. If your index becomes
  too big, you are doomed.
 
  Jerome.
 
 
 -- 
 -
 Please check "http://www.mysql.com/documentation/manual.php" before
 posting. To request this thread, e-mail [EMAIL PROTECTED]
 
 To unsubscribe, send a message to:
 [EMAIL PROTECTED]
 
 If you have a broken mail client that cannot send a message to
 the above address (Microsoft Outlook), you can use:
 http://lists.mysql.com/php/unsubscribe.php
 

 Emanuel.exe

-
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


escape character for # sign?

2001-01-16 Thread funky gao

How can I escape the mysql comment # character in sql statements?

Thanks,

Doug Sherman


 Emanuel.exe

-
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


Install Mysql3.22.32 in Solaris7

2001-01-16 Thread funky gao

Dear Sir,
   I try to install Mysql3.22.32 in the Solaris7 OS. But I can finish the
./configure.
Could you tell me why?Attach file is config.log.
Best Regard,

Ginger Lin




 Emanuel.exe

-
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


Install Mysql3.22.32 in Solaris7

2001-01-16 Thread funky gao

Dear Sir,
   I try to install Mysql3.22.32 in the Solaris7 OS. But I can finish the
./configure.
Could you tell me why?Attach file is config.log.
Best Regard,

Ginger Lin




 Emanuel.exe

-
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