I use namesecure.com for a web host. I am trying to set up my mySQL database. I ftp'd in and created the mysql directory. Now I want to use the following command:
CREATE DATABASE myDBName;
USE myDBName;
Where and how do I enter this?
I'm totally new to mySQL. Please help?
go to the directory of mysql, type:
cd bin
mysql -u username -p
(password asked)
if everything it's ok, you may enter the query now.
Other solution (much easier) is to google 'php my admin' and download and install the lastest version.
california pomegranates
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment