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
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
--
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
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 (
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
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
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
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
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