View Full Version : ssh query err...
zodehala
11-05-2006, 12:38 PM
i try to create new dB using "create database" command via shell. following erro occured "command not found"
is like this command there in mysql ????????????
Pethens
11-05-2006, 01:54 PM
I'm not sure we are given a user with the right to create databases. Your best bet is to use cPanel > MySQL Databases to create your database. If you do have a user with db create privileges, use
mysql -u <user> -p
from the shell prompt to start up the mysql command line tool (type your password when requested). Then type the create database command.
PS It sounds like you are trying to use "create database" directly from the shell, which is not a good idea. It is a good idea to be careful with the shell if you are still learning how to use it.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.