Discussion:
[PHP-INSTALL] MySQL and PHP won't work
Justin Vanderhooft
2008-11-19 03:11:11 UTC
Permalink
I have had PHP and Apache installed and working for quite some time
now as I teach myself PHP. I am now trying to get MySQL to work but
it wont. I tried to install phpmyadmin and whenever I start it I get
a mysql extension can't be found error. I think I correctly enabled
the extensions, but I don't know. Any guidance would be apreciated.
Daniel Brown
2008-11-19 14:30:17 UTC
Permalink
On Tue, Nov 18, 2008 at 10:11 PM, Justin Vanderhooft
Post by Justin Vanderhooft
I have had PHP and Apache installed and working for quite some time
now as I teach myself PHP. I am now trying to get MySQL to work but
it wont. I tried to install phpmyadmin and whenever I start it I get
a mysql extension can't be found error. I think I correctly enabled
the extensions, but I don't know. Any guidance would be apreciated.
Is it a *NIX or Windows machine, Justin?
--
</Daniel P. Brown>
http://www.parasane.net/
***@parasane.net || ***@php.net
Ask me about our current hosting/dedicated server deals!
Mike D'Ambrogia
2008-11-19 14:37:27 UTC
Permalink
<!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">
On 11/19/2008 6:30 AM, Daniel Brown wrote:
<blockquote
cite="mid:***@mail.gmail.com"
type="cite"> <pre wrap="">On Tue, Nov 18, 2008 at 10:11 PM, Justin Vanderhooft <a class="moz-txt-link-rfc2396E" href="mailto:***@gmail.com">&lt;***@gmail.com&gt;</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have had PHP and Apache installed and working for quite some time
now as I teach myself PHP. I am now trying to get MySQL to work but
it wont. I tried to install phpmyadmin and whenever I start it I get
a mysql extension can't be found error. I think I correctly enabled
the extensions, but I don't know. Any guidance would be apreciated.
</pre>
</blockquote>
<pre wrap=""><!---->
Is it a *NIX or Windows machine, Justin?

</pre>
</blockquote>
<br>
phpinfo() is your friend<br>
</body>
</html>
Tommy Peterson
2008-11-19 14:45:31 UTC
Permalink
Did you try to start mysql itself without phpadmin? Then did you try to
connect to mysql through a php script? If not I would try those to
eliminate any issues with the install and isolate problems with phpadmin
Loading...