Guest User

Untitled

a guest
Aug 8th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. How to import table in phpmyadmin? I got error of file size
  2. ; Maximum allowed size for uploaded files.
  3. upload_max_filesize = 2M
  4.  
  5. upload_max_filesize = 10M
  6. post_max_size = 20M
  7. memory_limit = 128M
  8.  
  9. mysql -h[Host Name] -u[User Name] [Database Name]<[SQL File Name] -p
  10.  
  11. mysql --user=your_username --pass=your_password --host=your_server test_db < dump.sql
Add Comment
Please, Sign In to add comment