mtpoc22 0 Posted August 12, 2003 Ok, i went through all the installation steps for the FAQDesk contribution. There was a file included that was called 'faqdesk.sql' Load the supplied file 'faqdesk.sql' into your mySQL database, eitherfrom the command line or via phpMyAdmin or whichever mySQL database assistance script you use. How do I load that file into my "mySQL" database? ~Steve Share this post Link to post Share on other sites
chfields 0 Posted August 12, 2003 Do you have phpmyadmin or a program for managing your database?? That is what you use to run that sql script Share this post Link to post Share on other sites
mtpoc22 0 Posted August 12, 2003 I do not have an area that is named anything close to that. Right now I just hack php w/ my Php Editor and save it to my hard drive backup, then load it to my website through 3D-FTP. Is there a way to set up my database or get software to manage it? (I'm a database newbie) ~Steve Share this post Link to post Share on other sites
mtpoc22 0 Posted August 12, 2003 Ok a found a folder called "mysql_diff" w/ a file in it called "mysqldiff.pl" the file has this text in it: #!/usr/bin/perl -w# # mysqldiff # # Utility to compare table definitions in two MySQL databases, # and output a patch in the format of ALTER TABLE statements # which converts the first database structure into in the second. # # Developed as part of the http://www.guideguide.com/ project. # If you like hacking Perl in a cool environment, come and work for us! # # See http://www.new.ox.ac.uk/~adam/computing/mysqldiff/ for the # latest version. # # Copyright © 2000 Adam Spiers <adam@spiers.net>. All rights # reserved. This program is free software; you can redistribute it # and/or modify it under the same terms as Perl itself. # if this is my database folder, then do i just load the file "faqdesk.sql" in that folder? ~Steve Share this post Link to post Share on other sites
Guest Posted August 12, 2003 No. The simplest thing to do would be to install phpMyAdmin. You should be able to install it through FTP and gain access to your database. Hth, Matt Share this post Link to post Share on other sites
mtpoc22 0 Posted August 12, 2003 I'll give it a try. Thanx! ~Steve Share this post Link to post Share on other sites