SUSE 10.1, KDevelop 3.3.3, KDE 3.5.1
Developed the program under the debug configuration and then tried to switch to default or optimized configuration. Tried many combinations to try to get it working again, but all BUILD options give errors ending with makedistclean.
(more…)
When setting up a test website using Apache 2, php5 and mysql5, the connection to the database failed with AccessDenied. If the password were removed, then the failure looked different. The resolution to the problem is to include localhost explicitly in the host list and set database privileges for localhost. The default is @% which is wildcard, but apparently wildcard does not include localhost.
For a complete description, screen shots and the whole story:
(more…)
