Hello,
We have deprecated the .cse. domain and machines, so the servers you are trying to connect do not exist anymore. There was a temporary redirect for a few years, but those might have been removed now. Please access the MySQL servers using the following address:
More information about MySQL access can be found on the following help page:
I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu.
All messages sent to that address are archived on a publicly accessible Google Groups forum.
If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
Jairo Navarro
UCSC Genome Browser
--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/859da874-52c6-439a-a1eb-cd00f5866ef2n%40soe.ucsc.edu.
Hello,
You may also be interested in using the REST API to query the genome for your script:
For example, you can get track data using the following URL in JSON format:
https://api.genome.ucsc.edu/getData/track?genome=hg38;track=gold;chrom=chr1;start=47000;end=48000
If you provide us with more information about what you are trying to achieve with the PHP script, we can give feedback on the best way to query the Genome Browser.
I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu.
All messages sent to that address are archived on a publicly accessible Google Groups forum.
If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
Jairo Navarro
UCSC Genome Browser
Hello,
Sometimes, PHP scripts cannot handle an account without a password (genome).
Can you try to access MySQL using the following credentials:
account: genomep
password: password
Let us know if that resolves the problem.
If you have any further questions, please reply to gen...@soe.ucsc.edu.
All messages sent to that address are archived on a publicly accessible Google Groups forum.
If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
Jairo Navarro
UCSC Genome Browser