I have setup a master / slave replication on my server for Mysql server and it is working very well. Right now I have a task that I need to add a new database to this server. I tried it on my test server and simply adding it to the master does not create it on the slave so I was wondering how this can be achieved without stopping the replication process. If it is possible, any guides would be very much appreciated.
Thanks in advance !