Hi
I solved it by recreating the db zm with the command "mysql mysql < db/zm_create.sql" using SSH.
Hi,
I have the same problem and errors but if I try to create manually (or import through Myphp) the database the situation doesn't change because the script zm_create.sql isn't complete... I believe that the sql command for table creations are missing.
Below the content from zm_create.sql. can someone give me the full script?
thank you
freeman
-- MySQL dump 10.13 Distrib 5.1.36, for unknown-linux-gnueabi (arm)
--
-- Host: localhost Database: zm
-- ------------------------------------------------------
-- Server version 5.1.56
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;