Posts Tagged ‘MySQL’

Import large CSV file into MySQL

When I was about to import a large CSV file into MySQL I kind of ran into a problem. Since phpMyAdmin does not like large files I had to find another solution. ( Dident get it if I could SSH it, hehe). Well I found dbForge! Perfect program for the job, though it cost some [...]


Backup and restore MySQL tables/database

If you have a lagre database that you will take backup on you might find it hard to do so with example phpmyadmin. MySQL made commando for this so you easy can do this in your terminal on both Windows and Linux. I will first go with Linux. OBS: The commando are the same for [...]


Unexpected end of mysql – EasyPHP

When I was running EasyPHP on my Vista machine I got error: unexpected end of mysql To solve this just quit easyPHP and then right click on easyphp.exe and run as administrator. Hope it helped. Dident find this trick on google so perhaps you did Good luck!


Apache2, PHP 5, MySQL 5, phpMyAdmin for Windows

Here comes a little howto install Apache2, PHP 5, MySQL 5 and phpMyAdmin for windows. In this tutorial I will use easyPHP which is a packed for these applications. First, go to www.easyphp.org for downloading easyphp 3. After you have download it just install easyphp. When it is installed run it and go to http://127.0.0.1/home/ [...]