Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Hi How can i create the table with the database.txt dump info?
Old 02-04-2008, 03:42 AM Hi How can i create the table with the database.txt dump info?
Junior Talker

Posts: 1
Trades: 0
Hi How can i create the table with the database.txt dump info?

i purchased PTC script.

Im trying to install it here : http://1.fabriconengineers.com/

it shows error.

The Read me says

Quote:
- create the table with the database.txt dump info

- modify the config.php file

- Modify url.php

- Configure the paypal buttons delete my paypal email and put your paypal email in advertise.php in purchase.php and in upgrade.php

- Upload the files
please help
xceed is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-05-2008, 08:57 PM Re: Hi How can i create the table with the database.txt dump info?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
I dunno, sounds MySQL or PHP or application specific.

What's in database.txt? Maybe it's the SQL code you need? If you see a bunch of

Create Table xxx (
yyy
)

In there, then run that through whatever console you got.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 12:43 AM Re: Hi How can i create the table with the database.txt dump info?
Junior Talker

Posts: 1
Name: John
Trades: 0
Hi Learning Newbie

Mind clarifying in baby steps as to how one goes about creating the table?

The README file says as quoted above by the thread starter.

The first few lines of the SQL file (which is in .txt format) read as follows:
-- phpMyAdmin SQL Dump
-- version 2.9.0.2
-- http://www.phpmyadmin.net
--
-- المزود: localhost
-- أنشئ في: 10 فبراير 2008 الساعة 10:46
-- إصدارة المزود: 5.0.24
-- PHP إصدارة: 5.1.6
--
-- قاعدة البيانات: `alertpay`
--
-- --------------------------------------------------------
--
-- بنية الجدول `tb_ads`
--
CREATE TABLE `tb_ads` (
`id` int(11) NOT NULL auto_increment,
`user` varchar(150) collate latin1_general_ci NOT NULL,
`ip` varchar(15) collate latin1_general_ci NOT NULL,
`tipo` varchar(150) collate latin1_general_ci NOT NULL,
`visitime` varchar(150) collate latin1_general_ci NOT NULL,
`ident` varchar(150) collate latin1_general_ci NOT NULL,
`fechainicia` varchar(150) collate latin1_general_ci NOT NULL
Appreciate if you can give step by step instructions as to how to create the table so that it can be accessed by the website.

Thanks
loophole is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 08:09 PM Re: Hi How can i create the table with the database.txt dump info?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
If you convert your site to SQL Server and ASP.NET, I'll tell you the baby steps for how to make a table.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 11:22 PM Re: Hi How can i create the table with the database.txt dump info?
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,898
Name: Keith Marshall
Location: Connecticut
Trades: 0
From the command line (or SSH):

mysql -uusername -ppaswword dbname < textfile.txt
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 07-11-2008, 12:56 AM Re: Hi How can i create the table with the database.txt dump info?
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Keith has it right if you are installing from the command line. Are you trying to install it from there or through an interface like phpmyadmin?
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Hi How can i create the table with the database.txt dump info?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17738 seconds with 12 queries