Using a database in mysql - wamp server -


i'm trying test mysql on machine. made sure directory set 1 databases are, when try use 1 doesn't work. example if write in command prompt:

mysql> use world; 

i error : error 1049 <42000>: unknown database 'world'

first need create database. should have phpmyadmin can use have simple gui creating db, otherwise, use create database.

http://dev.mysql.com/doc/refman/5.0/en/create-database.html


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -