Gerard Roche %!s(int64=11) %!d(string=hai) anos
pai
achega
c885108865
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      php-zend-framework/setup.py

+ 1 - 1
php-zend-framework/setup.py

@@ -6,7 +6,7 @@ from os.path import expanduser
 home = expanduser("~")
 
 def start(args, logfile, errfile):
-  setup_util.replace_text("php-zend-framework/config/benchmarks.local.php", "mysql:dbname=hello_world;host=localhost", "mysql:dbname=hello_world;host=" + args.database_host)
+  setup_util.replace_text("php-zend-framework/config/benchmarks.local.php", "host=localhost", "host=" + args.database_host)
   setup_util.replace_text("php-zend-framework/deploy/nginx.conf", "root .*\/FrameworkBenchmarks", "root " + home + "/FrameworkBenchmarks")
 
   try: