Good morning everyone,
If I want to run MySQL server in Windows and Linux OS (dual boot
desktop), but I want to make the data directory (the one that has all
the databases tables and information) in one shared VFAT filesystem so
if I create a database while I'm running in Linux and then re
Thanks Baron. That actually looks like a pretty useful tool for monitoring
replication -- I'll have to give that a shot.
I did use ZRM once a few years ago, and I even thought about trying to use
it this time around, but I couldn't find anything in the docs that
explicitly described my particular
Hi,
On Dec 24, 2007 1:35 AM, Martin Goldman <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I have two MySQL servers running in a master-slave configuration, and I want
> to set up a process for backing up our application's data in which backups
> are sent to a server at another location. Ideally, I'd
Hi folks,
I have two MySQL servers running in a master-slave configuration, and I want
to set up a process for backing up our application's data in which backups
are sent to a server at another location. Ideally, I'd like to do a full
backup once a week, and then incremental backups every 6 hours.
Thank you! That was it!
Victor
On Dec 20, 2007 9:20 PM, Moon's Father <[EMAIL PROTECTED]> wrote:
> You forgot to enter the command flush privileges after your creating user.
> The try on my mathine is as follows:
> mysql> create user 'mail_list'@'localhost' identified by '1234656';
> Query OK, 0