Tagged Questions

1
vote
2answers
58 views

MySQL priorities

I have a question... Is it possible to set priorities in MySQL? On one server I have application that receives data from or primary server and store it to DB for further use. On the other side I ...
0
votes
1answer
174 views

mysql row priority

I have a database table full of some really ugly and messy data. In a seperate table i have a cleaner version of the data and they are linked by an id, but I need to keep the messy dataset and can't ...