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 permission etc

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 Emiliano Carlesi
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 Hi !!! Scuse me if before I insert few data to analize the problem :-) Now at the shell

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, 2001 16:37 Subject: create database problem