This website works better with JavaScript.
Explore
Help
Sign In
Ryzom
/
ryzom-core
Watch
1
Star
1
Fork
You've already forked ryzom-core
0
Code
Issues
38
Pull Requests
Projects
1
Releases
1
Activity
connection failure message if mysql conneciton fails
Browse Source
hg/feature/sse2
Botanic
11 years ago
parent
c180c06d7f
commit
31ca25b00b
1 changed files
with
2 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
code/ryzom/tools/server/admin/functions_mysql.php
Unescape
Escape
View File
@ -69,7 +69,8 @@ class sql_db
}
else
{
return false;
echo "Connection to mySQL failed!";
exit;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Ryzom/ryzom-core
Title
Body
Create Issue