Page 1 of 1

Creating Databases in MySQL?!?

Posted: Thu Aug 03, 2006 2:27 pm
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?

Posted: Thu Aug 03, 2006 2:36 pm
by bmcewan
hi,

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


cheers

Posted: Thu Aug 03, 2006 2:48 pm
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.