cannot initial MySQL

cannot initial MySQL

Tuesday 12 August 2003 7:29:51 am - 2 replies

Author Message

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.

You must be logged in to post messages in this topic!

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