phpmyadmin.. ??

floflo89

Regular Member
Joined
Jun 28, 2010
Messages
419
Reaction score
464
So I'm logged on some server on php my admin, i can create databases etc.

What now, can i make a blog/site from here..

Or what can i do whit this..
 
with phpmyadmin you can only manage your mysql databases... you cant develope apps/scripts in phpmyadmin..
 
no you cannot create blogs with just access to database, you need ability to upload scripts that connect with the DB.

but if you find a blog's database you can may be edit the posts and add your links there.
 
looking for it.. its more something like a forum.. an edu forum, i must start to learn php
 
Hi,

PhpMyAdmin is a tool for managing Mysql database.

It provide administrator support for mysql database(s) it build with PHP. It's itself a application/tools for headlining the Database.

For create a site/blog application you have to develop it separately, you can use any open source CMS/Freamwork.

Hope those will help you for better understanding.

If more information needs let me know on gmail or gtalk: asifbrown

Thanks,
Asif
Sr. Software Engineer
 
Last edited:
According to your thread title and content,
I strongly advice to get the hell out of PHPMYADMIN.

This is no where webmaster noobs should be. To your own sites safety.
 
add a phpmyadmin folder to your main site and see how many hacker attacks you get. :D

my logs show that hackers often look for directories with that name.
 
Back
Top