Lost Password?


Go Back   CodeCall Programming Forum > Web Development Forum > Website Design

Website Design Forum for discussing flash, graphics, fonts, video and music! Have a question about how to implement something into your website? Ask here.

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-21-2008, 10:08 PM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power: 11
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default My new side job

Hey, so my old boss called me asking me if I could help him with a website, as we talked about it more, he realized I knew more than he though. To make a long story short, im making the website his company has now... better. right now its hosted by one company, sql server is ran by another company, and him and his boss know nothing about running the website.

And soon, I will setup a Centos5 LAMP server on a new server he will buy, and then recode the website, and improve it as much as possible. He said he will pay me $30 an hour, under the table, which works with me

First issue is...... The site that hosts his MySQL server will only export all of the data in a csv format (as far as we know), I didnt see that they would do it an a mysql dump file so I can import it.

Is there ANY way to import a CSV file into a GUI MySQL client and use it as a dump? If not we would need to either stick with this database, or retype it al in....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #2 (permalink)  
Old 04-21-2008, 11:38 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,467
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default Re: My new side job

1) You can write a script to make an SQL dump.
2) You can install phpMyAdmin on his current server and export the SQL dump.
3) You can install phpMyAdmin on his new server and import the CVS dump to SQL.
4) You can use MySql's LOAD DATA INFILE syntax to load the CVS file as long as it is stored in comma delimited format.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old 04-22-2008, 12:21 AM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power: 11
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default Re: My new side job

I think the only one I can do is #4, ill look into it.

im not quite sure I can get access to the old server just yet, im setting up centos 5.1 tomorrow with PHP, MySQL, Apache, SSH, and whatever else I might need, while all that crap loads, ill look into that.

I use SQLYog, so maybe I can connect to the sql server? I doubt it though, I forgot what the site that had his database was called, but it seemed as if it was all controlled with the website interface, he couldnt control it.

See... as of now, I am the most experienced person on the "team", as far as web design, code, and server setups go, thus the only 2 people on it... dont know anything about sql or MySQL, so I kinda doubt they can even get the password and username.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old 04-22-2008, 12:23 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,467
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default Re: My new side job

I don't see why option 3 wouldn't work?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old 04-22-2008, 01:43 AM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power: 11
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default

Quote:
Originally Posted by John View Post
I don't see why option 3 wouldn't work?
you're right, sorry, I thought you can install it on the current server.. Ill see how that works. Thanks a lot John!

I just installed PHP my admin, im pretty much in love!

Last edited by John; 04-22-2008 at 12:17 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #6 (permalink)  
Old 04-22-2008, 02:22 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,852
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: My new side job

In love? I thought we had something special, phpforfun!

jk
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old 04-22-2008, 03:11 PM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power: 11
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default Re: My new side job

sorry Xav, but phpMyAdmin does things for me that you just... cant.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old 04-22-2008, 03:12 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,852
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: My new side job

Waah - I thought I did plenty for you... :
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old 04-23-2008, 01:48 AM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power: 11
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default Re: My new side job

so I worked with him for about 7 hours today, most of it was telling him exactly what im doing.

His boss had some simple instructions.. "get the database up and running today"

however what he meant by get the database up and running is make a full PHP SQL user interface with full control.

doing a little more work on it tonight, then tomorrow morning.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10 (permalink)  
Old 04-23-2008, 04:27 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,852
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: My new side job

If you get stressed, call me up - I'll give you a massage or two...
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with drag and drop of control jiggsroger C# Programming 9 04-18-2008 11:51 AM
How to create a XML file at the server side? shannelleng ASP, ASP.NET and Coldfusion 8 08-12-2007 04:27 AM
Operators clookid PHP Tutorials 1 01-11-2007 09:35 PM
Server side and client side Kaabi PHP Forum 6 07-30-2006 11:19 AM


All times are GMT -5. The time now is 06:31 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads