On Monday 10 June 2013 14:36:20 Andrei Hristow wrote:
> Hello, I found a problem with MySQL database type InnoDB
> InnoDB is very slow, effects are constant load on the hard drive, processor
> running at 100%
> system load reaches 7.05
This sounds like a MySQL/database problem, rather than a Wheez
> I am going to assume that mysql has been configured to run as socket
> only. Check for `skip-networking' in the [mysqld] section of
> /etc/mysql/my.cnf
Yes. you're right
my new setting:
#skip-networking
bind-address= 127.0.0.1
then restart mysql .. and it's okay now
Thanks a lot.
Gilbert Wong wrote:
> Hi all,
>
> i'm running mysql-server 4.0.24-10 on Sarge. Everything is okay
> except i cannot see my mysqld from the output of
>
> # netstat -tlnp
> or
> # netstat -tna
>
> BUT, i can successfully login:
> $ mysql -u p
>
>
> what can i do to make the mysqld visible in
Hi all,
i'm running mysql-server 4.0.24-10 on Sarge. Everything is okay
except i cannot see my mysqld from the output of
# netstat -tlnp
or
# netstat -tna
BUT, i can successfully login:
$ mysql -u p
what can i do to make the mysqld visible in the output of `netstat`
it used to be seen lis
Three teeth-grinding days!
-Original Message-
From: Steve [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 26, 2002 8:29 AM
To: [EMAIL PROTECTED]
Subject: Re: PHP/MySQL problem SOLVED
On 12/25/2002 6:54 PM, Michael Olds wrote:
> This problem solved.
>
> PHP was working fi
On 12/25/2002 6:54 PM, Michael Olds wrote:
This problem solved.
PHP was working fine, MySql was working fine, MySql support was built into
the PHP Apache module ok, but the PHP MySql module was not installed.
That gets me every time. ;)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a s
, December 24, 2002 2:24 PM
To: Debian-User
Subject: PHP/MySQL problem
OK I need a little help here, some insight into what may be going wrong.
Setting up on a Debian Woody with Apache; trying to install a PHP BB script.
I have checked in with the script folks but I need to work this from both
OK I need a little help here, some insight into what may be going wrong.
Setting up on a Debian Woody with Apache; trying to install a PHP BB script.
I have checked in with the script folks but I need to work this from both
ends.
The PHP module is set up and working (I have uncommented the correc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Corey Popelier <[EMAIL PROTECTED]> writes:
> Yes you need a line under Dynamic Extensions that says:
> extension=mysql.so
Actually, I've _got_ that line in /etc/php3/apache/php3.ini.
To re-iterate, bookmarker *was* working; I can only assume that t
Yes you need a line under Dynamic Extensions that says:
extension=mysql.so
Cheers,
Corey J. Popelier
http://members.dingoblue.net.au/~pancreas
On Fri, 17 Nov 2000, John Griffiths wrote:
> >Fatal error: Call to unsupported or undefined function
> >mysql_pconnect() in
> >
>Fatal error: Call to unsupported or undefined function
>mysql_pconnect() in
>/var/www/bookmarker/lib/phplib/db_mysql.inc on line 73
I was going to ask about this very same error message myself, encountered using
different code...
php3, apache, mysql, php3-mysql all apt-g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greetings --
I use the bookmarker deb to store my web bookmarks, because I was
already running a local webserver, and it seemed like the best
solution to the "where did I bookmark that site" problem when bouncing
around (as I currently am) between Net
Ashley Clark wrote:
>
> On Sun, 22 Aug 1999, Andrew Glover wrote:
> > LoadModule /usr/lib/php3/apache/mysql.so
>
Thanks for [both of yours] help. And sorry for the duplicate post by
me.
Andrew.
--
Andrew Glover
On Sun, 22 Aug 1999, Andrew Glover wrote:
> LoadModule /usr/lib/php3/apache/mysql.so
Close. You don't need the line you had here, just put in
/etc/php3/apache/php3.ini a line saying extension=mysql.so and then restart
apache, then your MySQL pages should load
You might also want other extensio
Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it
doesnt want to load. apacheconfig doesnt even attempt to load it.
After playing I figured out to add:
LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
into httpd.conf, but im also guessing I need:
On Sun, 22 Aug 1999 [EMAIL PROTECTED] wrote:
> Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although
> it
> doesnt want to load. apacheconfig doesnt even attempt to load it.
>
> After playing I figured out to add:
>
> LoadModule auth_mysql_module /usr/lib/apache/1.3/mo
Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it
doesnt want to load. apacheconfig doesnt even attempt to load it.
After playing I figured out to add:
LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
into httpd.conf, but im also guessing I need
17 matches
Mail list logo