RE: Deployment of Database in a DEB package.

2008-10-02 Thread Ellison, David
ript so > simply from the command line like that makes life very simple indeed > :-) > > I can't see this will cause too many challenges. > > Thanks Dave, I appreciate it a great deal. > > Heston > > -Original Message- > From: Ellison, David [mail

RE: Deployment of Database in a DEB package.

2008-10-01 Thread Ellison, David
I know nothing of DEB packages. However, when we need to change / make a database etc on automatic scripts. We would write the script and save it to a .sql file on console. We would then create a shell script that had something like: mysql -u -p etc < yourinsertsql.sql Essentially the username w

RE: MYSQL PROCESS

2008-08-14 Thread Ellison, David
I may be talking rubbish here, but is it not threading? I have seen Linux processes before create more than one PID etc when it needs to handle multiple requests. This may be not true for MySQL. However when looking at my test server is shows more than one. If you use a command called htop, simila