RE: Why Replication stops ?

2003-03-26 Thread Steve Jackson
I have only recently been looking into replication with MySQL. How does it work? Can I do this? I want our externally hosted web mysql DB to be replicated on our internally hosted non public domain intranet DB. Is it possible? Kind regards, Steve Jackson Web Developer Viola Systems Ltd. http

Passing data between the web to an Intranet

2003-03-25 Thread Steve Jackson
ideas or solutions. Does mysql have any replication or synchronisation functions? I am told Oracle has but haven't seen this or heard of this with mysql. Cheers, Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 --

RE: Is it possible to export data from access to MySQL?

2002-11-26 Thread Steve Jackson
Cheers. Sorted very quickly using MySQL front. Good thing is I can use that to get the SQL and then cut and paste it to any DB I like which is PDG! Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 > -Original Mess

Is it possible to export data from access to MySQL?

2002-11-26 Thread Steve Jackson
d be a way to export the data. Any ideas? Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 - Before posting, please check: http://www.mysql.com/manual.php (

Get shipping problem continued!

2002-11-01 Thread Steve Jackson
ngvar) { $conn = db_connect(); $query = mysql_query("SELECT MAX(receipt_id) from receipts"); $myrow = mysql_fetch_row($query); $shippingvar = $myrow["shipping"]; return $shippingvar; } Surely it can't be much more complicated than that? Help please. Smoked 10 fags already

Newbie needs help....

2002-10-14 Thread Steve Jackson
shop is currently working I'm scared of messing with the code too much! I also need to have a combination of the two products so the customer might buy 1 of category 2 and 35 of cat 1 etc. Ideas to tackle this please? Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [E

phpMyAdmin

2002-08-20 Thread Steve Jackson
L and PHP so would like some advice, is the way I describe (databases for each website function) a good way to design or should I have all my functions in one large database? Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343

phpMyAdmin is this possible

2002-08-20 Thread Steve Jackson
I am new to MySQL and PHP. Having looked at PHPMyAdmin the GUI I was wondering if it's possible to create a new database within the system? If so what are the commands? I ask because I only have one database on my server and don't want to populate it with different tables, I'd rather have seperate

Help needed.

2002-08-11 Thread Steve Jackson
I've never used a MySQL database before to create a dynamic website. I've done it loads of times with Access and ASP but now I need some help on developing firstly the database in a windows environment. Then I'll use PHP to access the database but on a Linux or Unix server? Anyone out there know o