D
dmonk
Guest
I'm self-learning (crash course style) about mysql and
it looks like I have mysql running:
//-------------------------------Terminal---------------------------------
[D-Ms-Computer:/usr/local/mysql] mysql1# sudo ./bin/mysqld_safe
Starting mysqld daemon with databases from /usr/local/mysql/data
//----------------------------end Terminal--------------------------------------
My goal now is to create my first table.
My goal is modest, I would be happy if I can just create a
one row- one heading table : ) for now.
The command I entered doesn't seem to be doing the job.
I closed my terminal window, went to take a break and then I tried this:
//-------------------------------Terminal---------------------------------
[D-Ms-Computer:/usr/local/mysql] mysql1# sudo ./bin/mysqld_safe
A mysqld process already exists
[D-Ms-Computer:/usr/local/mysql] mysql1# CREATE DATABASE accounting;
CREATE: Command not found.
//----------------------------end Terminal--------------------------------------
I'm REALLY new to the command line so, I'm a bit puzzled -- any ideas?
Thank you in advanced for your help.
dmonk
it looks like I have mysql running:
//-------------------------------Terminal---------------------------------
[D-Ms-Computer:/usr/local/mysql] mysql1# sudo ./bin/mysqld_safe
Starting mysqld daemon with databases from /usr/local/mysql/data
//----------------------------end Terminal--------------------------------------
My goal now is to create my first table.
My goal is modest, I would be happy if I can just create a
one row- one heading table : ) for now.
The command I entered doesn't seem to be doing the job.
I closed my terminal window, went to take a break and then I tried this:
//-------------------------------Terminal---------------------------------
[D-Ms-Computer:/usr/local/mysql] mysql1# sudo ./bin/mysqld_safe
A mysqld process already exists
[D-Ms-Computer:/usr/local/mysql] mysql1# CREATE DATABASE accounting;
CREATE: Command not found.
//----------------------------end Terminal--------------------------------------
I'm REALLY new to the command line so, I'm a bit puzzled -- any ideas?
Thank you in advanced for your help.
dmonk