View Full Version : MySQL


twix2006
04-14-2005, 12:16 PM
i've got flinx on one of my other sites' mysql but i want to move it all to my blog site's mysql...how would i do that without having to re-add every fanlisting?

Merike
04-14-2005, 12:37 PM
Read that: http://codegrrl.com/tutorials/mysql/backup_your_database.php

twix2006
04-15-2005, 03:43 PM
thanks! but i'm really new at this [php] :P...what is phpMyAdmin and how do i log into it..? :confused:

Monkey Bizzle
04-15-2005, 05:38 PM
do you have cpanel?

twix2006
04-16-2005, 03:09 PM
umm...since i don't think i've ever heard of it, probably not :P

Fenring
04-17-2005, 07:32 AM
You don't need cPanel to have phpMyAdmin. You need a database and PHP capable host. ;)

bejayel
04-17-2005, 09:30 AM
you need a root password set to log into to mysql. it will tell you everything that you need to do when you have phpmyadmin running. jsut run it and find out my friend. if you need anymore help i would he glad to answer.

twix2006
04-17-2005, 10:58 AM
erm...how do i run it? :0/

Mushroom5698
04-17-2005, 04:28 PM
Just ssh into the host w/ your provided username+password. Use the mysql client (mysql). Or, if you're running linux, and the mysql daemon allows connections from all IP's, you can do... mysql <website>

Or, if you're running windows, go to download.com and look for something.

Or, I can set up PHPMyAdmin for you. Don't know if you'll trust me with your password though :P

To see if cpanel is setup, go to: www.your-site.com/cpanel

Mushy

twix2006
04-19-2005, 02:38 PM
hm..oh ok...i'll check w/ my hostess first. thanks!