Re: Newbie - Please help with createing database

2004-03-15 Thread jeffrey_n_Dyke
Hey, Thanks for replying. I login with username "root" and a password I set in the ensim control panel, it works perfectly. I dont really know if I am "in the mysql database"...but there are a couple of tables or dbs there... >What id are you using to create the table? I guess root, coz thats wha

Re: Newbie - Please help with createing database

2004-03-13 Thread Hassan Schroeder
Ryan A wrote: prompt$ perror 13 Error code 13: Permission denied Can you give me directions or a URL which will explain how to fix this please...am a newbie remember :-) Assuming you're on some sort of *nix system, `man chmod` will show you how to change permissions of files and directories. De

Re: Newbie - Please help with createing database

2004-03-13 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: mysql> create database test1; ERROR 1006: Can't create database 'test1'. (errno: 13) In the bin directory of your installation, you should have a program named 'perror' that will interpret MySQL error messages, as in: prompt$ perror 13 Error code 13: Permission denied pr

Re: Newbie - Please help with createing database

2004-03-13 Thread Egor Egorov
[EMAIL PROTECTED] wrote: > . > Hi, > After 4 hours I am finally seeing a bit of results...am a newbie in MySql > and have just been able to setup PHPMyAdmin, > after loggin in I see the database MySql and 6 tables: > columns_priv > db > func > host > tables_priv > user > > I then tried to create a

Re: Newbie - Please help with createing database

2004-03-13 Thread ryan
Hey James, Thanks for replying. > How do you like ensim? Pretty good, quite easy to use...Got it free with my hosting so no complaints. > BTW - I use the > CLI(command line interface) and connect using the mysql CLI: Ok, tried it via CLI and heres the output # mysql -u root -p Enter password:

Re: Newbie - Please help with createing database

2004-03-13 Thread ryan
Hey, Thanks for replying. I login with username "root" and a password I set in the ensim control panel, it works perfectly. I dont really know if I am "in the mysql database"...but there are a couple of tables or dbs there... >What id are you using to create the table? I guess root, coz that

Re: Newbie - Please help with createing database

2004-03-13 Thread ryan
Hey, Thanks for replying. I login with username "root" and a password I set in the ensim control panel, it works perfectly. I dont really know if I am "in the mysql database"...but there are a couple of tables or dbs there... >What id are you using to create the table? I guess root, coz that

Re: Newbie - Please help with createing database

2004-03-13 Thread ryan
Hey, Thanks for replying. I login with username "root" and a password I set in the ensim control panel, it works perfectly. I dont really know if I am "in the mysql database"...but there are a couple of tables or dbs there... >What id are you using to create the table? I guess root, coz that

Re: Newbie - Please help with createing database

2004-03-13 Thread ryan
Hey, Thanks for replying. I login with username "root" and a password I set in the ensim control panel, it works perfectly. I dont really know if I am "in the mysql database"...but there are a couple of tables or dbs there... >What id are you using to create the table? I guess root, coz that

Newbie - Please help with createing database

2004-03-13 Thread ryan
. Hi, After 4 hours I am finally seeing a bit of results...am a newbie in MySql and have just been able to setup PHPMyAdmin, after loggin in I see the database MySql and 6 tables: columns_priv db func host tables_priv user I then tried to create a database and it gives me this error Error SQL