When I run multiple mysql_query() commands over quite large tables, the memory usage goes up dramatically. The mysql_free_result() command does not seem to have any impact. I test using
echo memory_get_usage() . '<br />';
$rs = mysql_query($sql1);
echo memory_get_usage() . '<br />'...
Hi
I use mysqldump from php to backup my mysql database. The code to do the backup is:
exec('c:\wamp\bin\mysql\mysql5.1.33\bin/mysqldump -hlocalhost -uroot wbs_ezitime > c:\temp\test.sql');
When I run my php file, the backup file is produced correctly, but the script then hangs and never...
I have great difficulty with firstChild method and the childNodes collection in Firefox, the following sample code works well in IE but not at all in Firefox, when I check the Javascript bible it looks like it is perfectly standard DOM handling.
Sample:
<html>
<head>
</head>
<body>
<center>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.