RE: create database problem

2001-09-06 Thread Emiliano Carlesi
you > cannot do somethings that you mentioned in ur mail. > > Sheena. > > -Original Message- > From: emiliano [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 06, 2001 12:55 PM > To: [EMAIL PROTECTED] > Subject: Re: create database problem > > >

Re: create database problem

2001-09-06 Thread emiliano
Hi !!! Scuse me if before I insert few data to analize the problem :-) Now at the shell I insert the command 'mysql' then at the prompt of mysql if I insert the command 'connect test' this work and I can use sql command to work on the database. If I else insert 'connect mysql' (the other db

Re: create database problem

2001-09-06 Thread Gerald Clark
Show us what you type, and what error message you get. Emiliano Carlesi wrote: > Hi !!! > I'm new in this ml. > I've installed MySQL on my linux box follow the > instruction ... I have : > > create user mysql > create group mysql > compiled mysql > exec the script install_db > changed permissio

create database problem

2001-09-06 Thread Emiliano Carlesi
Hi !!! I'm new in this ml. I've installed MySQL on my linux box follow the instruction ... I have : create user mysql create group mysql compiled mysql exec the script install_db changed permission etc ... all this operation are doing by root user. I can connect to the db 'test' without problem

Re: create database problem

2001-06-19 Thread Rolf Hopkins
"mysqladmin --help" will provide you with a list of switches you can use. If you add "-u root" to the shell command , perhaps you'll have more success. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19

create database problem

2001-06-19 Thread mhafizm
shell>mysqladmin create trial mysqladmin: CREATE DATABASE failed; error: 'Access denied for user: '@localhost' to database 'trial'' why this happened i only can use test database by default - Before posting, please check: ht