2 messages in com.mysql.lists.mysqlRe: set up mysql on wind98| From | Sent On | Attachments |
|---|---|---|
| kathryn kasprow | 10 Apr 2000 23:01 | |
| sin...@mysql.com | 11 Apr 2000 06:13 |
| Subject: | Re: set up mysql on wind98![]() |
|---|---|
| From: | sin...@mysql.com (sin...@mysql.com) |
| Date: | 04/11/2000 06:13:54 AM |
| List: | com.mysql.lists.mysql |
kathryn kasprow writes:
Hi,
I run Apache, php3, perl and mysql. When I typed mysqladmin to create the database directory, it has the error message. "Cannot access user: root@localhost" when I typed mysqladmin version , it worked fine showing all the server version, protocol version connection, TCP port, win socket, etc. I could get into mysql, but cannot create table because I have not create database directory. Please help me how to fix the problem.
Thanks in advance, MH
Hi!
Create database first.
With the same mysql program.
Like this:
CREATE DATABASE something;
use something;
CREATE TABLE ..................
Regards,
Sinisa
+----------------------------------------------------------------------+ | TcX ____ __ _____ _____ ___ == mys...@tcx.se | | /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic | | /*/ /*/ /*/ \*\_ |*| |*||*| mailto:sin...@mysql.com | | /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Larnaka, Cyprus | | /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ | | ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ | | /*/ \*\ Developers Team | +----------------------------------------------------------------------+




