Are you PHP/MySql programmer may be in your programmer life accidentily you came across following error : “Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘root’@’localhost’ (using password: YES) in C:\xampp\htdocs\daytrader\login.php on line 4 Access denied for user ‘root’@’localhost’ (using….. Read More >>>>
Continue Reading »MYSQL
Import large files mysql phpmyadmin localhost
I had this problem when i’m try to upload 8MB file into the localhost, I had the following When trying to import large SQL files into mysql using phpmyadmin, the phpmyadmin documentation offers a few solutions, but I find the….. Read More >>>>
Continue Reading »Simple Dot net Application with Database Connection
Following code loads data form database into dropdown box during pageload event and when you select data from dropdown box page is postbacked and data in the database populated in the Grid view control.. using System; using System.Collections.Generic; using System.Linq; using….. Read More >>>>
Continue Reading »How to Run Apache and IIS On the Same Machine
If you are versatile programmer may be you need run both Apache and IIS servers on the same machine where you are working. When you are installing Apache on the same where IIS installed, probably you will get on error….. Read More >>>>
Continue Reading »