mysql: Out of memory at line 56, 'name_id.n' mysql: needed 8156 byte (8k), memory in use: 12475258 bytes (12188k) ERROR 2008: MySQL client ran out of memory
I have enough memory on my computer, this shouldn't return such an error.
This error means that mysql doesn't have sufficient memory to store the entire query result, so far no rocket science, the first thing you have to do is check your query it might be wrong, is it reasonable that it would return so many rows?
I installed MySql. Then I installed XAMPP for windows to be able to use php with mysql. The XAMPP...
(More)
I installed MySql. Then I installed XAMPP for windows to be able to use php with mysql. The XAMPP Control Panel shows MySql is running. But I cannot get my php programs to connect to either MySql application. I am running Windows 7. I can use a command line to work in mySql, so I know it is working. I also installed Heidi to work with the databases, but it won't connect to the database either. Each MySql application uses different passwords, but neither works. Any suggestions?
Hi I have been updating one table using another table like so: SELECT msrp
FROM distlist
LEFT JOIN...
(More)
Hi I have been updating one table using another table like so: SELECT msrp
FROM distlist
LEFT JOIN products
ON distlist.msrp=products.ProductMSRP ive updated a bunch of columns like this and its perfect, the issue i have is that the ProductID which is an auto_increment column is blank. how can i "fill" this in to have the same amount of cells in other columns? thanks for the help Andre
I am trying to install LAMS 2.2 integrated into Moodle and I am having a re-occuring error of port...
(More)
I am trying to install LAMS 2.2 integrated into Moodle and I am having a re-occuring error of port 3306 .. I have tried to make sure that Windows firewall is open and receiving port 3306 as well as Norton firewall .. but still getting error and even now a reply stating that do I really want to use 3306 - so I have tried other ports available and NO good response as of yet ...
What can I do? Where am I wrong ? HELP ...
jennie