Does my project yourlsonglitch have
- A server with mod_rewrite enabled
- At least PHP 5.6
- At least MYSQL 5
Does my project yourlsonglitch have
If you are asking if you can run Yourls on glitch, Iām sure you can. You need to have an Apache server for mod_rewrite (it goes in .htaccess
)
Glitch also supports at least PHP7 (correct me if I am wrong).
To see what version of MySQL you have, run mysql -v
.
I get Error 2002. @RiversideRocks
Sorry, it is mysql -v
and not mysql -V
. Let me change that