MySQL
Login into mysql:
mysql -uuser -ppassword
| Linux Reference |
| Wednesday, 21 June 2006 | |
|
Error: Argument list too long When removing large number of files this error might occur. In order to avoid it use: If it does not work, use “find ./ -name “*8*log -print0| xargs -0 rm” first.
MySQLLogin into mysql: mysql -uuser -ppassword
|
|
| Last Updated ( Wednesday, 21 June 2006 ) |