Author |
Message |
18/07/2003 00:13:01
|
Anonymous
|
How I can set up MySQL and where? I will set up guest book and pool but before that I need set up MySQL. Can somebody explain to me where and how i can set up MySQL.
Thanks
|
|
19/07/2003 13:28:18
|
Anonymous
|
1) Download and install Mysql from: http://www.mysql.com/downloads/download.php?file=Downloads%2FMySQL-4.0%2Fmysql-4.0.13-win.zip&pick=mirror#mirrors
Then
1) Download the MySQL ODBC driver: http://www.mysql.com/Downloads/MyODBC3/MyODBC-3.51.03.exe
2) Install the driver. Its name is: myodbc3-test
3) Configure in windows with the OBDC Data Source Administrator your DNS connection, it's there under the name MySQL ODBC 3.51 DSN. Leave the field "SQL command on connect" blank. There is also a test button to see if your can make a connection with the Mysql database.
For a complete read go to: http://www.mysql.com/products/myodbc/faq_toc.html
_________________
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------
|
|
20/07/2003 14:25:44
|
Anonymous
|
Thank you for answer. When I downlad all files in zip format in my computer can I open that file and transfer to my ftp file to my server or transfer all file to server and open them there. Do I need transfer all file or part of them and in which folder i need to put them? Is it in cgi-bin folder or i need open another one?
|
|
21/07/2003 17:42:44
|
Anonymous
|
daky_uk,
usually, you can't install MySQL on a remote server. The server needs to have MySQL and PHP installed for you. Check with server admin to see if they have MySQL installed. If they do then you can ask them for permission to access the database.
I hope this helps.
|
|
22/07/2003 03:19:12
|
Ludde
Newbie
Joined: 22/07/2003 03:12:32
Messages: 3
Offline
|
Hi I have mysql installed on my computer anf php, i dowloaded the guestbook but what shall i put in the config inc ??
/* database settings */
$GB_DB["dbName"] = ""; "
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "root";
$GB_DB["pass"] = "";
can somebody explain to me plz
|
|
22/07/2003 20:18:16
|
fove
Beginner
Joined: 21/07/2003 21:31:13
Messages: 12
Location: Scotland
Offline
|
Go make a new MySQL database with a program like phpMyAdmin then name it, add a username and password then insert the info there.
/* database settings */
$GB_DB["dbName"] = " the name of your new database here"; "
$GB_DB["host"] = "localhost"; (you probably won't need to change this)
$GB_DB["user"] = "the username you chose for your database goes here";
$GB_DB["pass"] = "password for that username here";
|
fove
Wendy |
|
22/07/2003 20:52:23
|
Ludde
Newbie
Joined: 22/07/2003 03:12:32
Messages: 3
Offline
|
I downloaded the phpmyadmin, but I don´t get it is´nt there a ready tu use mysql database to use with the guest book
|
|
22/07/2003 23:08:07
|
Anonymous
|
Hello ludde,
Just follow this tutorial:
Tutorial!
|
|
22/07/2003 23:20:13
|
Ludde
Newbie
Joined: 22/07/2003 03:12:32
Messages: 3
Offline
|
Thanks
That helped, it is now up an running
|
|
23/07/2003 18:53:40
|
Anonymous
|
When i go to install advanced poll 2.0 using mysql, i get a query error and it says the file poll config has already been created...what do i do?
|
|
23/07/2003 19:59:12
|
fove
Beginner
Joined: 21/07/2003 21:31:13
Messages: 12
Location: Scotland
Offline
|
I'm confused, the Advanced Poll doesn't require a MySQL database...
|
fove
Wendy |
|
24/07/2003 01:33:36
|
Anonymous
|
well...in the zipped file there are 2 folders; the db or textfiles...
so...i chose to use the db setup installation, but it didn't work.
I tried the textfiles a few days ago, but i ended up deleting it because the images didn't work and it was just plain screwed up.
help?
|
|
|