[PHP-DB] PHP/DB speed

2003-12-21 Thread Robin Kopetzky
Good afternoon! I am writing a project and have a speed concern... The code I am using is thus and is retrieving around 2,500 records: $result = mysql_query($sql) while ($row = mysql_fetch_array($result)) { build OPTION stmt }

[PHP-DB] MySql backup

2003-11-25 Thread Robin Kopetzky
Question - if I stop MySql using WinMySqladmin on NT4.0, will I be able to completely backup the data directory or do I need to do something else? This is a commercial application that I need to backup, so it's mighty darned important. Any help is appreciated. Robin 'Sparky' Kopetzky Black Mesa

RE: [PHP-DB] Confused

2003-10-05 Thread Robin Kopetzky
To answer your question, yes, I'm using mysql. No, I did not intended for everyone to go thermonuclear over this question. Next time, I'll go elsewhere since some one got P.O.'d about my posting twice. Sparky -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] RH 8.0 Mysql help

2003-09-09 Thread Robin Kopetzky
Would some kind soul who has installed MySql on a RH8.0 box please email me (off list) and help me get this running?? I have installed it a dozen times, followed the post-installation and testing from the Mysql manual and STILL can't make this run. I need this for a e-commerce site like

[PHP-DB] Clueless abt Error with MySql

2003-09-08 Thread Robin Kopetzky
Good Evening! I have installed Mysql from RedHat 8.0 and am having difficulties starting mysql. I check the my.cnf file and it appears fine as all files it calls for are in the right directories. When I attempt to start mysql, I get a cannot connect through mysql.sock. What is causing this or put