I got a problem when trying to import SQL file using PHPMyAdmin. my PHPMyAdmin allow import file with max size 2M, actually my SQL file has 16MB. You can solve this problem by editing the php.ini file.
If you running linux with apache2 and PHP 5, use command sudo gedit /etc/php5/apache2/php.ini
If you have running XAMPP, \xampp\apache\bin\php.ini
It’s quite simple how to start / restart / stop the apache web server. Open your console and use this command.
Start : sudo /etc/init.d/apache2 start
Restart : sudo /etc/init.d/apache2 restart
Stop : sudo /etc/init.d/apache2 stop
How to turn wordpress blog into multilingual blog? You need a qTranslate plugin to make your blog support multilingual. When visitor visit your blog, then they can see list of languange you used in your blog. So the visitor can read your blog with their selected languange. This plugin doesn’t translate your posting automatically, you need to write the translated version of your post. I think it’s better than transalated by machine. If you had experience with Joomla CMS and JoomFish extension, this plugin work like JoomFish. WordPress become more powerfull CMS I think. I’he try some of similiar plugin, and it’s the best. You can download the plugin here.
How to run ubuntu in windows XP without vmware and we don’t need to create partition for our hardisk??
Yesterday I had some problems when installing ubuntu in my notebook. When installing ubuntu, it needs a new partition on my hardisk, it means I had to re-partition my hardisk. The problem is I wont lose any data in my hardisk.
Today I have a job to convert database of system production company from access mdb to mysql database. Then I do a search on the internet, and I found a very good tools. This program is able to convert a database from access to mysql. Just select your mdb file, and type your mysql database name. The best part of this program is, it’s FREE. You can download here.