mysql and php myadmin help for a noob?

  • Thread starter Thread starter Twist
  • Start date Start date
T

Twist

Guest
I have installed both of these, but i find them very confusing atm, so the only way you can create a database in mysql is to do it from your website control panel?? cuz it seems a bit weird to me to upload a site which is member orientated before there's even a login option available :s can anyone shed some light please? plus if anyone knows of a good tutorial for a simple login screen please share :)
 
if you are creating the database in your web domain, you'll have to login into your account. go to control panel and look for the button for MySQl, you'll have to create database, database username and password. then, after that, go back to you account's control panel and click phpMyAdmin, this time you gonna create tables for your database.

you can create database and tables using php code.

sample, guestbook php web app with database and table create php file

http://itblog.tourwithher.net/downloadpage.php


if you are creating mysql database locally, you must do it in the web browser's phpMyadmin by invoking http://localhost/home/mysql depending on what version of apache server you are using. each apache server has a menu for showing it up to you.

try this. http://itblog.tourwithher.net/home.php
 
Back
Top