|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
What do I use to make and modify a database.
|
|
#2
|
|||
|
|||
|
create and alter; RTFM!
|
|
#3
|
|||
|
|||
|
Actually, you can't "alter" a database. You can "alter" a table. The only way to alter a database is to add/drop/modify tables (and of course drop the db).
To create a database: create database dbname; Now you can: use dbname; and begin to create tables for that db. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Database creating |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|