Importing SQL file from the command line
For importing large sql dump files with the command line. $ cd $ mysql –username=INSERT –password=INSERT DATABASENAME < sqlfile.sql
For importing large sql dump files with the command line. $ cd $ mysql –username=INSERT –password=INSERT DATABASENAME < sqlfile.sql
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 [...]
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 [...]
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 [...]