Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Ickle newbie database Q

Options
  • 16-04-2002 3:52pm
    #1
    Registered Users Posts: 3,088 ✭✭✭


    totally new at this so here goes , ive finally got apache 1.3.24 ,php4 ,and mysql installed so im just wondering

    1 is there a quick way to test if the whole lot is working together , as im not sure if my sql is working with the other two
    or on its own

    2 is it hard to build to build a database and how do i get it to
    become viewable ?
    ( i know this is massively broad , but im just looking to be
    pointed in the right direction , as after all my seaching on
    google , all i got was some more advanced tuts than what
    i can do at this moment)


    Thanks in advance
    Static


Comments

  • Registered Users Posts: 2,660 ✭✭✭Baz_


    the best thing to do is to read the documetation.

    I suggest you test that you can view php pages properly first, using apache, then worry about mysql.

    Q.E.D. ;)


  • Registered Users Posts: 258 ✭✭peterd


    Try to test php by making a new file called phpinfo.php with the following contents[PHP]<?php
    php_info
    ?>[/PHP] Run the file and it should show you the php configurations for the server. If that works, then try to connect to mysql using php (see: webmonkey tutorial ). You should get something like phpMyAdmin to manage your databases/tables/users etc too.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Are you trying to get this working on a server or on your desktop?
    If it's on a desktop, there are some very nice tools available that will help you get up and running with the minimum of headaches.


  • Registered Users Posts: 3,088 ✭✭✭Static M.e.


    Ok i actually have php and apache working now so its really
    just testing mysql any ideas?

    The webmonkey site was very good , thanks peterd and Blacknight what were those programs (what they do )and where could i get them,

    thanks again lads


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    If you have a look on Hotscripts http://www.hotscripts.com/PHP/Software_and_Servers/Installation_Kits/ you'll find a selection of tools for desktop (windows) development. Personally I find firepages to be excellent


  • Advertisement
  • Registered Users Posts: 3,088 ✭✭✭Static M.e.


    Thanks black night
    after 3 days trying to get php ,apache and mysql working
    together , i downloaded firepages and it installed and config
    them all for me. NICE

    thanks again


  • Closed Accounts Posts: 6,601 ✭✭✭Kali


    php and mysql tutorial:

    http://www.devshed.com/Server_Side/PHP/DB_Basics/page1.html

    its very handy just to go through so at least you have the basics... then go and use extra dev. tools if you like.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Originally posted by Static M.e.
    Thanks black night
    after 3 days trying to get php ,apache and mysql working
    together , i downloaded firepages and it installed and config
    them all for me. NICE

    thanks again
    You're welcome!
    I had similar experiences with other distros before I found firepages - lots of frustration, then bliss!
    Word of warning though.... If you are in the habit of jumping from http://localhost to http://www.somewhereontheinternet.xxx Windows can get a bit confused... (So what's new!)


Advertisement