logo logo
Connect and access MySQL database

Connect and access MySQL database

Connecting to MySQL database from Matlab is not that hard (as I thought before). Matlab apparently use JDBC to connect to database server. So, here’s simple steps to connect to MySQL server: download...
Free and lightweight MySQL administrator

Free and lightweight MySQL administrator

Some months ago I had a project that need to implement certain stored procedure. Creating stored procedure using PhpMyAdmin is a breeze but not exporting it. I found it difficult (actually I can’t find...

mysqldump failed to create backup with error “mysqldump: Error: Can’t create/write to file /tmp/”‏

System: Debian 5 (Lenny) MySQL 5.1.51 login as root Problem: mysqldump failed to create database backup even I’m logging-in as root. Error example: [root@nq ~] mysqldump -u mv -p mv>mv.sql Password:...
bottom