Breaking new ground<

liunx

Guest
I must hurry and catch up with the others for I am their leader!!!!

My host has finally added MySQL!!!!

Now, I have to figure out what to use it for (LOL!)

I can't even tell what version of MySQL it is.

What language should I be trying to learn?

Should I Download PHPMyAdmin?

Can I rename the generic name that they gave my main table?

I have lots more stupid questions, but that should get you started for now!

DannyBWhat language should I be trying to learn?

PHP in my opinion.


Should I Download PHPMyAdmin?
Yes. phpMyAdmin is a good script for working with the MySQL dbs.

Can I rename the generic name that they gave my main table?

Probably not, but what difference does the table name make to you? Define it once in a script and move on;)Originally posted by DannyB
Can I rename the generic name that they gave my main table?

They gave you only one table? You should at least get one database! I'm afraid you can't have much fun with only one table...I can't even tell what version of MySQL it is.

select version();


Should I Download PHPMyAdmin?

most host already have phpmyadmin since it's a bit better to have 1 phpmyadmin for all account than have each account have their own phpmyadmin...I overheard some talk of "which is better, ASP or
php and I am curious if that means anything. Is ASP an option?
 
Back
Top