Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public $dbtype = 'mysqli';
  2. public $host ='localhost';
  3. public $user = 'root';
  4. public $password = 'some_password';
  5. public $db = 'some_db';
  6. public $dbprefix = 'prefix_';
  7.  
  8. my_terminal> mysql -u root -p"your_password" name_of_the_table <your_database_file.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement