cannot initial MySQL

Author Message

Andreas Törmer

Tuesday 12 August 2003 7:29:51 am

When I want to intitialized the SQL database (installing ez publish 3), i have the following mistake:

Initialization failed
a.. The database could not be properly initialized.
b..
c.. MySQL Error #0

Can you help, because i cannot do it without help!

Vidar Langseid

Thursday 14 August 2003 6:55:30 am

Are you able to connect to the database from the commandline client ?
If so, are you able to create a database and grant a user privileges to it ?
mysql> create database mytest;
mysql> grant all privileges on mytest.* to mytest@localhost identified by 'secretpwd';

Paul McCann

Monday 01 September 2003 2:34:24 pm

I dont have access to my server via tellnet. I can access it via phpmyadmin and the database is accessible i have two other programmes running from teh same database and on the same host no problem.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.