tomandar
Aug 26 2008, 09:13 AM
how to create database, and table
BeSt_Style
Aug 27 2008, 10:33 AM
simply you can Download the MySQL binaries. Both the binaries and the source code can be
found at
http://dev.mysql.com/downloads/. Under MySQL Community Server
also there are many good ebook learn you that with php such as
Learning PHP and MySQL, Second Edition
by Michele E. Davis and Jon A. Phillips
swordz
Aug 27 2008, 10:49 AM
Log into your zymic hosting account. Press MySQL Database Management.
Go down to where it says create Database name, enter a name (such that the entire name is less than 16 characters) And press the button. Do the same with username just underneath. Then assign privileges below that.
Finally, go up and press Launch PHPMyAdmin. Use the username and password you just created. Select your database on the left, and filling the new table section, at the bottom on the right.
There is a full tutorial around, with images, but this should get you there.
swordz