I just bought some new hosting which allows 1 mySQL database.
I know what a mySQL database is but how do i connect to it etc?
I have a hostname, username and password. What program would I use to connect to the database to like make tables etc? I have followed mySQL tutorials but none i’ve found actually tells u the basics of it, they just say ‘connect to your mySQL database’ as if you should automatically know how to do it? Maybe i’m just being dumb!
Most providers, when they include a database, also install phpMyAdmin, which is an interface, built with php, to let you do anything in a simple way with your db; should it not be installed (i’d be surprised…), you can do that that yourself, it’s available for free at sourceforge.
and the php setup files in the downloads for the book “PHP for Flash” @ www.friendsofed.com in the books “code” section to see how php interacts with a database…
Creating engaging and entertaining content for designers and developers since 1998.