richjb54
Member
Offline
Posts: 11
|
 |
« on: January 03, 2007, 04:52:15 AM » |
|
OK I am new to all this: SQL Database, phpminadmin, etc so please bear with me. When downloading phpminiadmin, it says copy to my account. I gusess I need to know what this actually means. Where do I copy? Sorry if a dumb question but I am sure I'll have a few more.
|
|
|
|
« Last Edit: January 07, 2007, 10:50:25 PM by Diemux »
|
Logged
|
|
|
|
|
Maller
|
 |
« Reply #1 on: January 03, 2007, 04:56:51 AM » |
|
just upload it to your account use ftp or file manager. ftp tutorial
|
|
|
|
|
Logged
|
Intel Core i7 920 (2.66GHz), 6GB DDR3 Ram, 1TB HDD, Geforce GT 230 GTO (1,5 GB Ram (dedicated))
|
|
|
richjb54
Member
Offline
Posts: 11
|
 |
« Reply #2 on: January 03, 2007, 05:06:41 AM » |
|
Thanks I got it uploaded.  Stay tuned for more questions.
|
|
|
|
|
Logged
|
|
|
|
|
Herbal
|
 |
« Reply #3 on: January 03, 2007, 05:25:00 AM » |
|
I was just about to answer...thought better make coffee...came back to see you changed your post....but I will answer anyway, for those that don't get it.
When they say your 'account' they don't mean your 'account' as such. This is misleading for newbies like me and for wysiwyg dumbies...like me. They mean your file mangement area, where you edit your index (home) page. You add the phpminiadmin to a new file in that area.
To answer your deleted question. Your file transfer protocol (ftp) name is ftp.[yourname].110mb.com and the password should be your login password.
|
|
|
|
|
Logged
|
|
|
|
richjb54
Member
Offline
Posts: 11
|
 |
« Reply #4 on: January 03, 2007, 08:01:30 AM » |
|
Thank you! Now, another question......I have it there, but there is no "Apply" button to submit the info. Plus, what exactly is the purpose of MySQLDatabase in relation to just files for the webpage?
I am a self-taught person so the next steps are all new to me.
Thanks again for everyone's patience.
|
|
|
|
|
Logged
|
|
|
|
refractions
Member
Offline
Posts: 9
|
 |
« Reply #5 on: January 03, 2007, 02:44:43 PM » |
|
That's EXACTLY where I'm up to as well buddy....sorry I don't have any answers but am putting this message to get your post back to the top.  I'm seeing this box as well, without all the writing and sht, it's got everything apart from the line below "charset"...it's missing "apply, cancel and cookie"....  ABOVE it, it has: Cannot connect to the database because: Access denied for user 'vhostswww'@'localhost' (using password: NO) 
|
|
|
|
|
Logged
|
|
|
|
dng
Member
Offline
Posts: 20
|
 |
« Reply #6 on: January 03, 2007, 02:53:13 PM » |
|
what i did is open the file with wordpad before uploading..
there's fields for ur db username, password, default db, etc.. i fill them in before uploading the file and i can access it without going thru the settings page..
|
|
|
|
|
Logged
|
|
|
|
refractions
Member
Offline
Posts: 9
|
 |
« Reply #7 on: January 03, 2007, 02:57:01 PM » |
|
I can't speak for rich, but cheers, I'll give that a nudge. 
|
|
|
|
|
Logged
|
|
|
|
|
Herbal
|
 |
« Reply #8 on: January 03, 2007, 03:19:02 PM » |
|
I'm sort of in the same boat. I tried a few different ways to get it into my "account", but all I see is code. I don't know what the code is...HTML, php..?? I am a real wysiwyg man. I don't even get the box for entering details...just code.
To answer what use the database is...I don't know. I searched the internet to find out and after a dozen or so sites, all offerring to explain it in basic terms, I gave up. They all say much the same thing, it's a data base...but no one is actually saying what it's use is.
Maybe someone here could explain. I mean in real basic terms. There are quite a lot of people here that are very clever with this sort of stuff.
|
|
|
|
|
Logged
|
|
|
|
richjb54
Member
Offline
Posts: 11
|
 |
« Reply #9 on: January 03, 2007, 10:58:42 PM » |
|
To dng: I assume you mean this part of the file (below).
#DEFAULT db connection settings $DB=array( 'user'=>"",#required 'pwd'=>"", #required 'db'=>"", #default DB, optional 'host'=>"",#optional 'port'=>"",#optional 'chset'=>"",#default charset, optional
The fill-in information is between the "" or to replace #required, etc. Thanks again!
|
|
|
|
|
Logged
|
|
|
|
|
anant
|
 |
« Reply #10 on: January 03, 2007, 11:08:35 PM » |
|
To dng: I assume you mean this part of the file (below).
#DEFAULT db connection settings $DB=array( 'user'=>"",#required 'pwd'=>"", #required 'db'=>"", #default DB, optional 'host'=>"",#optional 'port'=>"",#optional 'chset'=>"",#default charset, optional
The fill-in information is between the "" or to replace #required, etc. Thanks again!
Sample data for your help #DEFAULT db connection settings $DB=array( 'user'=>"yourusername",#required 'pwd'=>"yourpassward", #required 'db'=>"yourdbname", #default DB, optional 'host'=>"localhost",#optional 'port'=>"",#optional 'chset'=>"",#default charset, optional
|
|
|
|
|
Logged
|
|
|
|
|
anant
|
 |
« Reply #11 on: January 03, 2007, 11:41:15 PM » |
|
Sample data for your help #DEFAULT db connection settings $DB=array( 'user'=>"yourusername",#required // this info you get from your MySQL database// 'pwd'=>"yourpassward", #required // this info you get from your MySQL database// 'db'=>"yourdbname", #default DB, optional // this info you get from your MySQL database// 'host'=>"localhost",#optional // this is OK!// 'port'=>"21",#optional //Enter 21// 'chset'=>"",#default charset, optional //This is OK!//
You are getting better!! This yourusername & yourpassward & yourdbname you have to create in your MySQL database section in your file Manager! As in my image! Thanks for rectifying me mario but one thing is it neccesary to specify port 21 coz i saw it some where that its optional
|
|
|
|
|
Logged
|
|
|
|
richjb54
Member
Offline
Posts: 11
|
 |
« Reply #12 on: January 04, 2007, 02:19:33 AM » |
|
Got it, but.......... Now when I get into the database it gives a message: Cannot select db because: Access denied for user 'richjb54_richb'@'localhost' to database 'bgy'where bgy is my SQLdb Oh, figured it out!!  You guys are great!!! Thanks so much as I head to the next hurdle!
|
|
|
|
« Last Edit: January 04, 2007, 02:22:31 AM by richjb54 »
|
Logged
|
|
|
|
|
Dark Raito
|
 |
« Reply #13 on: January 04, 2007, 02:38:56 AM » |
|
Got it, but.......... Now when I get into the database it gives a message: Cannot select db because: Access denied for user 'richjb54_richb'@'localhost' to database 'bgy'where bgy is my SQLdb Oh, figured it out!!  You guys are great!!! Thanks so much as I head to the next hurdle! try richjb54_bgy
|
|
|
|
|
Logged
|
110MB.com Help!NubsPixel.comhave you ever faced failures?
never. because there is no such thing as failure. Only lessons that make you a more better person.
|
|
|
cajunkittie74
Member
Offline
Posts: 6
|
 |
« Reply #14 on: January 04, 2007, 01:12:07 PM » |
|
OMG! your people are sooooooooo helpful, I was having the same problem. it pays off to read current topics before posting. keep up the good work.
|
|
|
|
|
Logged
|
|
|
|
lalinperera007
Member
Offline
Posts: 22
|
 |
« Reply #15 on: January 07, 2007, 04:02:40 PM » |
|
Tnx For all sup.....
|
|
|
|
|
Logged
|
|
|
|
Rextu
Member
Offline
Posts: 4
|
 |
« Reply #16 on: January 09, 2007, 08:38:16 AM » |
|
So how do you install the guestbook?
|
|
|
|
|
Logged
|
|
|
|
|
MO
|
 |
« Reply #17 on: January 14, 2007, 01:52:29 AM » |
|
|
|
|
|
« Last Edit: January 14, 2007, 04:49:35 PM by Mario »
|
Logged
|
|
|
|
|
Alec.a
|
 |
« Reply #18 on: January 14, 2007, 06:23:16 AM » |
|
I keep getting this message
Cannot connect to the database because: Lost connection to MySQL server during query
|
|
|
|
|
Logged
|
|
|
|
|
MO
|
 |
« Reply #19 on: January 14, 2007, 07:28:13 AM » |
|
I keep getting this messages
Always look at Notification when you get error message wail connecting to DB, Login problem...and so on!! This is the Admin notification right now on the Top of Forum Home Page!Box1=MySql DataBase is DOWN TEMPORARILY to speed up the transfer of data to new server.
|
|
|
|
« Last Edit: January 14, 2007, 08:00:27 AM by Mario »
|
Logged
|
|
|
|
|