| database backup is weird
When i do a backup all tables, it creates them but they're all 153 bytes. Here is an example of what's inside.
-- MySQL dump 9.10
--
-- Host: localhost Database: photopostadmingroups
-- ------------------------------------------------------
-- Server version 4.0.17
and that's it. It says it runs the command:
/usr/local/mysql/bin/mysqldump --opt -h localhost -uusername -ppassword photopost
directory is writeable.
|