This is just for my notes from the MySQL training:
<b>Prompt command:</b>
<code>
prompt \u@\h: [\d]\>
</code>
<b>Replication stuff:</b>
<code>
change master to master_host=’10.11.231.2′, master_user=’slave’, master_password=’cangetin’, master_port=3306, master_log_file=’mysql-bin.000009′, master_log_pos=106;
</code>
Leave A Comment