Skip to content

Commit

Permalink
Remove crud
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Apr 14, 2016
1 parent c2e0770 commit 9a5bd67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _functions/phoenix/function.mysqli.create.database.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

function create_database($connection, $settings, $debug = false) {

//$queries[] = 'GRANT ALL ON `'.$settings['db_name'].'`.* TO \''.$settings['db_user'].'\'@\''.$settings['db_host'].'\' IDENTIFIED BY \''.$settings['db_pass'].'\';';
//$queries[] = 'FLUSH PRIVILEGES;';
$queries[] = 'CREATE TABLE IF NOT EXISTS `'.$settings['db_name'].'`.`'.$settings['db_prefix'].'peers` (' .
'`info_hash` varchar(40) NOT NULL,' .
'`peer_id` varchar(40) NOT NULL,' .
Expand Down

0 comments on commit 9a5bd67

Please sign in to comment.