I use namesecure.com for a web host. I am trying to set up my mySQL database. I ftp%26#039;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%26#039;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%26#039;s ok, you may enter the query now.
Other solution (much easier) is to google %26#039;php my admin%26#039; and download and install the lastest version.
No comments:
Post a Comment