<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kayvan A. Sylvan schreef:
<blockquote cite="mid20060706130248.GA9866@satyr.sylvan.com" type="cite">
  <pre wrap="">On Thu, Jul 06, 2006 at 08:50:20AM +0200, Mike wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hey, i am running an AMD Sempron 3400+ system, but i can't imagine that is the 
problem.
What does phpinfo(); tell you about what mysql extension you are using?

- Mike
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It shows both mysql and mysqli extensions. Here's the output (pasted from
the web browser):

mysql
MySQL Support   enabled
Active Persistent Links         0
Active Links    0
Client API version      4.1.20
MYSQL_MODULE_TYPE       external
MYSQL_SOCKET    /var/lib/mysql/mysql.sock
MYSQL_INCLUDE   -I/usr/include/mysql
MYSQL_LIBS      -L/usr/lib64/mysql -lmysqlclient

Directive       Local Value     Master Value
mysql.allow_persistent  On      On
mysql.connect_timeout   60      60
mysql.default_host      no value        no value
mysql.default_password  no value        no value
mysql.default_port      no value        no value
mysql.default_socket    no value        no value
mysql.default_user      no value        no value
mysql.max_links Unlimited       Unlimited
mysql.max_persistent    Unlimited       Unlimited
mysql.trace_mode        Off     Off

mysqli
MysqlI Support  enabled
Client API version      4.1.20
MYSQLI_SOCKET   /var/lib/mysql/mysql.sock

Directive       Local Value     Master Value
mysqli.default_host     no value        no value
mysqli.default_port     3306    3306
mysqli.default_pw       no value        no value
mysqli.default_socket   no value        no value
mysqli.default_user     no value        no value
mysqli.max_links        Unlimited       Unlimited
mysqli.reconnect        Off     Off

  </pre>
</blockquote>
Strange... that is exactly the same my phpinfo shows....<br>
<br>
Here is what my config.inc.php has:<br>
<br>
/* Server localhost (http) [1] */<br>
$i++;<br>
$cfg['Servers'][$i]['host'] = 'localhost';<br>
$cfg['Servers'][$i]['extension'] = 'mysqli';<br>
$cfg['Servers'][$i]['port'] = '3306';<br>
$cfg['Servers'][$i]['connect_type'] = 'tcp';<br>
$cfg['Servers'][$i]['compress'] = false;<br>
$cfg['Servers'][$i]['auth_type'] = 'http';<br>
<br>
/* End of servers configuration */<br>
<br>
$cfg['AllowAnywhereRecoding'] = true;<br>
$cfg['DefaultCharset'] = 'iso-8859-1';<br>
$cfg['RecodingEngine'] = 'iconv';<br>
$cfg['IconvExtraParams'] = '//TRANSLIT';<br>
$cfg['GD2Available'] = 'yes';<br>
$cfg['TextareaCols'] = 40;<br>
$cfg['TextareaRows'] = 7;<br>
$cfg['LongtextDoubleTextarea'] = true;<br>
$cfg['TextareaAutoSelect'] = true;<br>
$cfg['CharEditing'] = 'input';<br>
$cfg['CharTextareaCols'] = 40;<br>
$cfg['CharTextareaRows'] = 2;<br>
$cfg['CtrlArrowsMoving'] = true;<br>
$cfg['DefaultPropDisplay'] = 'horizontal';<br>
$cfg['InsertRows'] = 2;<br>
$cfg['ShowPhpInfo'] = true;<br>
<br>
Maybe that helps. <br>
- Mike<br>
<br>
<pre class="moz-signature" cols="72">-- 
ATN Networks
Dirk de Derdelaan 215
3132 HE VLAARDINGEN
url: <a class="moz-txt-link-abbreviated" href="http://www.atn-networks.nl">www.atn-networks.nl</a>
mail: <a class="moz-txt-link-abbreviated" href="mailto:mike@atn-networks.nl">mike@atn-networks.nl</a>
mobiel: 06 - 28 11 49 91

Voor al uw hostinggebonden oplossingen
</pre>
</body>
</html>