Jump to content
xisto Community
Sign in to follow this  
chriswanson

Can You Recommend A Database Programmer?

Recommended Posts

First of all you don't need any programmers to be able to set-up a mysql database, but you certainly need access to the server box to be able to do so. No hosting service would allow you to do that, I believe, unless you buy-off a dedicated remote server from some service. Your only way out in such a case is to either:a. Use a paid hosting service - 90% of them come with MySQL pre-installed these days.b. Use a free-hosting service like Xisto or Xisto which has MySQL preinstalled and allows you to create upto 99 MySQL databases of your own, limited only by your disk quota.If you're planning to set it up on a Linux/Windows box at home - then simply go to http://www.mysql.com/ and download the appropriate binaries for Windows or Linux and install them on your system - and you're done. You'll find detailed installation instructions on their site - and it's NOTHING complicated, believe me :( With both windows and linux, mysql installation is a one-mouse-click process followed up by some easy configuration job...Regards,m^e

Share this post


Link to post
Share on other sites

thanks for the reply!i have installed mySql and i have no problem from the command line...but accessing it from a web browser seems daunting. am i wrong? perhaps ill try it using perl scripts...am i off the right start?c.

Share this post


Link to post
Share on other sites

Oh cool - as long as you've managed to setup mysql and can use the command line you can easily link it up to your web-pages. Have you installed a web-server yet ? I highly recommend that you use Apache - which will make the bridge between web and mysql a lot smoother. Look around the PHP forum here - and you'll find plenty of examples of how-to access mysql with php and spit the output on to your site. If you still can't figure it out - come back and make another post and we'll guide you through setting up a basic web-mysql interaction. Believe me - it's not at all as hard as it sounds... for displaying some basic information from mysql on your page - you hardly need more than 5-6 lines of code (whether php or perl)Among perl and php - I'd prefer php, as perl's syntax is slightly more cryptic than php - and if you're a little familiar with the syntax of c/c++/java - php will be a childs play to pick up :(Good luck with your ventureRegards,m^e

Share this post


Link to post
Share on other sites

thanks for the encouragement!i'll reinstall the apache server and give it another shot...i already downloaded php but didnt find an installer application. is this normal? also, now i use the networkActiv webserver for my perl scripts. do you think i could use that with mysql and php? i have trouble understanding the configs...thanks for the advice...c.

Share this post


Link to post
Share on other sites

Hi there,

 

You can find the windows .exe installer for php here: http://php.net/get/php-5.0.4-installer.exe/from/a/mirror

 

Now, I haven't ever used the networkActiv webserver before, so I wouldn't be able to give you any idea about how it handles mysql & php, but if it is one of the better ones, then it surely will (with or without the help of some additional plugins).

 

You say, you run perl scripts on them. If you're familiar with perl coding, then I'd suggest you scratch out php from your list temporarily and carry on with perl - it has the capability to interact with mysql almost to the same extent as php. You can google for perl+mysql and you'll find plenty of examples. That way you won't have to bother with the configs either - for now.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.