Creating Databases in MySQL?!?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
Obadiah
Forum Regular
Posts: 580
Joined: Mon Jul 31, 2006 9:13 am
Location: Ashland, KY
Contact:

Creating Databases in MySQL?!?

Post by Obadiah »

is there a way for me to create a database in phpMyAdmin to MySQL by just typing in the code? if not what program could i use to do this? I find all the gui to be a bit confusing....also im using notepad to write my php scripts in...is there another program like (the interdev environment for java that u get with Visual Studio 6) that puts your php code into color making it easier to debug?
User avatar
bmcewan
Forum Commoner
Posts: 55
Joined: Wed Jun 02, 2004 7:19 am
Location: West Yorkshire, UK.

Post by bmcewan »

hi,

with regard to editors, you might find this thread of interest, viewtopic.php?t=6288


cheers
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

You want to create a database by hand?

Try viewing a database, then clicking on the 'sql' tab. You should be able to run any commands there.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply