原创 MySQL導入數據庫

導入數據庫: [root@zckj classes]# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g

原创 MySQL 數據庫Linux系統查看刪除表裏的數據

Database changed mysql> show tables; +-------------------------------+ | Tables | +------------

原创 Apache安裝啓動報錯:Errors reported here must be corrected before the service can be started.

報錯截圖: 解決辦法: cmd打開命令行窗口,輸入:netstat -a -o apache默認監聽的是80端口,可以看到對應PID是2260,依次打開任務管理器->性能->打開資源監聽器(左下角) 找到2260這個端口對應的是不是A

原创 Linux實用命令

文件操作: 顯示磁盤使用情況 df -h 顯示文件使用情況 du -h du -h /etc 查看隱藏文件 ls -a 顯示當前工作目錄 pwd 創建多層次目錄 mkdir -p a/b/c 同層次建多

原创 MySQL日常整理

導入數據庫: [root@zckj classes]# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g.