Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Cookbook on MySQL setup

Asked Modified Viewed 2,296 times
R
rsieloff
R
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Got the handbook, thanks.. It states"You being the installation process by making a new MySQL database or by getting your provider to create one for you" not very informative.

when I type in the information at the first screen it clicks, shows the PHP banner and a blank page. I'm guessing there is a configuration issue with either MySQL or what I'm typing into 'Database hostname'; 'Database Username'; 'Database Password', etc..

Anyone have any ideas on how to resolve?
Thank you,


==========================

WEC_Admin
19 Jul : 20:38:21
Download the handbook from downloads section and then ask question in forum if you need.

rsieloff
19 Jul : 20:33:33
Is there a sticky anywhere on how to configure the mysql portion? First time using it and a cookbook would be nice
0 replies

6 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

You need a MySQL database to be able to install PHP-Fuison. If you run a server yourself, you have full controll on the MySQL database.

If you are not running the server yourself, and your host provide the database, then you will need to get the connection data from your provider since he controls those data for you.

Check if php and MySQL is provided by your host. If it i, then you should have received the connection data from your provider when you signed up the hosting.
0 replies
R
rsieloff
R
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I'm actually testing this on my XP box running IIS. I have loaded the latest versions of PHP, MySQL, and Fusion. I am the adminstrator of the box, and I granted "everyone" full rights to the IntePub\wwwroot directory. I then created a database

mySQL>create database bob

Ran the setup.php

and am stuck with the behavior listed above. perhaps, since I'm new, I have overlooked something simple.

Thanks for your help
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Try to log in to your phpMyadmin and then look up your mysql database. You should find Host and user there.

Host would likely be: localhost
User would likely be: root
Password could be: root
0 replies
R
rsieloff
R
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I ran this command

mySQL>show processlist;

and it stated that my host is localhost:1163 and user is root.

do i need to supply the port number as well?? I'll give it a try
0 replies
Q
Quartzkyte
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
answered
Senior Member

A couple of useful links for you:
http://aquarianweb.com/readarticle.ph...ticle_id=4
http://aquarianweb.com/readarticle.ph...ticle_id=3
The second one is about moving your database, but it covers install as well in fact...
0 replies
C
chandler30
C
  • Junior Member, joined since
  • Contributed 49 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

have you setup rights/privileges to the user on mysql?
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
C
C
  • Junior Member, joined since
  • Contributed 49 posts on the community forums.
  • Started 10 threads in the forums
Q
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
R
R
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet