… use mysql_unbuffered_query instead and mysqli and PDO have their own way to reach similar behavior. This call users underlying mysql_use…. There are some limits as you can’t use mysql_num_rows() and mysql_data_seek() if you use this method but this is… you can get errors is when you run mysql_query , mysql_fetch_row simply reads data from memory and so most applications do…

