Re: any help for my sql accisibility with nvda ?

You're welcome!
Well, you can use mysql at commandline like this:
mysql -u username -p
It will ask you for password, enter it there and press ENTER.

Then to get into your database type:
use database_name;

Now you have all commands with your database. Like if you wanted to create a table, you will do:
create table table_name(id bigint unsigned, ...);
Mysql will say "0 rows affected" if your command was successful, else it will give you an error message.

To exit the mysql prompt, type:
\q
And press ENTER.

Mysql commandline is the most accessible tool I've found second to PhpMyAdmin.

Have fun smile

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : prajwal via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Munawar via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : prajwal via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Munawar via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : prajwal via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Munawar via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : prajwal via Audiogames-reflector

Reply via email to