All Questions
Tagged with mysql-python bash
2 questions
2
votes
2
answers
3k
views
mysqldbcopy - Error 1045: Access denied for user 'root'@'localhost' (using password: NO)
i am using mysql workbench which has the command mysqldbcopy under linux. when i am trying to use it, i have to supply a connection string (see the examples here).
my password contains ampersand (&...
2
votes
2
answers
1k
views
Create a script rotating backup on remote disk
Firstly, I'm completely lost when it comes to shell scripting so I'm expecting a fairly easy solution to this. I just don't know where to find it.
The situation is this: We are running an application ...