Hey. I have a mysql server running on my windows 2003 server here in my room. i dont have any control panel, nor do i have phpmyadmin. i wonder how i can make a backup of the mysql database wich i later could use to restore it on a webhost's mysql server if im moving over to one ?
if i was you i would download some free software such as sqlyog this is a high class bit of kit to deal with everyday mysql tasks
I use Navicat software and do a mysqldump... http://www.navicat.com/ I highly recommend this software to anybody using mysql. It's a GUI based interface to mysql. I've been using it for over 4 years.