gotten pass one problem to land into another

2003-03-22 Thread Jon Miller
I've managed to fix one problem with the MySQL and phpMyAdmin to only get a different 
error message
Fatal error: Call to undefined function: mysql_connect() in 
/var/www/html/phpMyAdmin/lib.inc.php3 on line 255

Okay this line refers to the host, user and password, that should be (I'm guessing 
here) in the config.inc.php3 file in the stduser area.
I've tried both with and without user info in this file and still I get the same error.
So my question is do I have to have a username and password in config.inc.php3 in 
order for phpMyAdmin to work?
Also do I have to restart MySQL and Apache?
Since this is an internal system I have Apache ServerName set to 127.0.0.1, is this 
okay?

Thanks



Jon L. Miller, MCNE, CNS
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au

I don't know the key to success, but the key to failure
 is trying to please everybody. -Bill Cosby





-
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: gotten pass one problem to land into another

2003-03-22 Thread lasse
Have you really compiled php with mysqlsupport?

undefined function

make an phpinfo.php containing just
?
phpionfo();
?

execute through a browser and look for mysql.. if you find nothing, you
need to recompile php ./configure --with-mysql

//lasse

On Sat, 22 Mar 2003, Jon  Miller wrote:

 I've managed to fix one problem with the MySQL and phpMyAdmin to only get a 
 different error message
 Fatal error: Call to undefined function: mysql_connect() in 
 /var/www/html/phpMyAdmin/lib.inc.php3 on line 255

 Okay this line refers to the host, user and password, that should be (I'm guessing 
 here) in the config.inc.php3 file in the stduser area.
 I've tried both with and without user info in this file and still I get the same 
 error.
 So my question is do I have to have a username and password in config.inc.php3 in 
 order for phpMyAdmin to work?
 Also do I have to restart MySQL and Apache?
 Since this is an internal system I have Apache ServerName set to 127.0.0.1, is this 
 okay?

 Thanks



 Jon L. Miller, MCNE, CNS
 Director/Sr Systems Consultant
 MMT Networks Pty Ltd
 http://www.mmtnetworks.com.au

 I don't know the key to success, but the key to failure
  is trying to please everybody. -Bill Cosby





 -
 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


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1 (2002 update)
GCM/GCS/GMU/ d+ s++:++ a-- C++() UBLAIS+() P+ L+(-) E--- W+++ N+
o-- K w O- M- V- PS(+++) PE++ Y PGP- t 5+ X++ R- tv+ b+ DI+++ D-
G e h++ r% y++
--END GEEK CODE BLOCK--


-
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