Browsing archives for 'Problem Solving'

Importing SQL file from the command line

Problem Solving 4 May 2011 | 0 Comments

For importing large sql dump files with the command line. $ cd $ mysql –username=INSERT –password=INSERT DATABASENAME < sqlfile.sql

phpMyAdmin – Fatal error: Maximum execution time (Fix)

Problem Solving 29 November 2010 | 1 Comment

phpMyAdmin has problems when working with large Mysql database imports. If you are getting the following error try following the steps below to fix it. Fatal error: Maximum execution time of 300 seconds exceeded with phpMyAdmin Locate your phpMyAdmin folder and find the file: config.default.php. I am currently working with XAMPP and the following file [...]

Tagged in , ,

Windows Home Server – Account is Currently Locked Out

Problem Solving,Windows Home Server 27 November 2010 | 0 Comments

This is a possible solution to fix the lockout error: \\SERVER_NAME is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The referenced account is currently locked out and may not be logged on to. The first thing [...]

Tagged in ,

Running XAMPP and Apache with IIS Server

Problem Solving 22 November 2010 | 0 Comments

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. I need to run both XAMPP and IIS (Internet Information Services) together. I use IIS to run 3CX VoIP Software and XAMPP for local development. The conflict is with Apache and IIS using the same ports (port:80). You will need to access [...]

Tagged in , , , ,