81489/how-to-get-list-user-accounts-using-the-command-line-in-mysql
Hello @kartik,
Use this query:
SELECT User FROM mysql.user;
Which will output a table like this:
| User | | root | | user2 |
Hope it helps!!
Thank you!
Hello @kartik, Try: mysql -u username -p database_name < ...READ MORE
Hello @kartik, If you're using PDO, use PDO::lastInsertId. If you're ...READ MORE
Hello @kartik, Suppose, item_id is an integer identity column in items table ...READ MORE
Hello @kartik, Try this: select * from information_schema.columns where table_schema ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, You'll be wanting to use glob() Example: $files = ...READ MORE
Hello @kartik, You can use this query to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.