Admo.net TechSearch
Search result for: mysql grant
Sponsored links :
Related results:
Other Great Sites:
Search for mysql grant. Search results: mysql : 3437, grant : 451. Results 1-10 of 15. Search took 0.044 seconds
827643 documents in database
1. MYSQL Help please - Ubuntu Forums [6.399% Popularity: 0.00000]
... go Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Desktop Environments MYSQL Help please User Name Remember Me? Password Home Forum Help Gallery RSS Feeds Register Search ... Display Modes # October 2nd, 2006 Digital221 First Cup of Ubuntu Join Date: Oct 2006 Beans: 9 MYSQL Help please HI, I was wondering if anyone had a guide to setting up MySQL database to allow a ... Cinnamon Ubuntu Join Date: Jun 2005 Location: Mumbai, India Beans: 941 Kubuntu 6.06 User Re: MYSQL Help please Well once you have installed MySql, you need to grant a user the previleges to login from any ip eg: Code: grant all previleges ont *.* to root@% grant option the % sign stands for all, otherwise you would have to specify a domain. Check http://<br /> http://dev.mysql.com/d.../en/grant.html for more info. __________________ Adwait Gupte adwait View Public Profile ...
2. MYSQL Help please - Ubuntu Forums [6.399% Popularity: 0.00000]
... go Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Desktop Environments MYSQL Help please User Name Remember Me? Password Home Forum Help Gallery RSS Feeds Register Search ... Display Modes # October 2nd, 2006 Digital221 First Cup of Ubuntu Join Date: Oct 2006 Beans: 9 MYSQL Help please HI, I was wondering if anyone had a guide to setting up MySQL database to allow a ... Cinnamon Ubuntu Join Date: Jun 2005 Location: Mumbai, India Beans: 941 Kubuntu 6.06 User Re: MYSQL Help please Well once you have installed MySql, you need to grant a user the previleges to login from any ip eg: Code: grant all previleges ont *.* to root@% grant option the % sign stands for all, otherwise you would have to specify a domain. Check http://<br /> http://dev.mysql.com/d.../en/grant.html for more info. __________________ Adwait Gupte adwait View Public Profile ...
3. MythTV sql table 'channel' schema needed - Ubuntu Forums [5.048% Popularity: 0.00000]
... up the schema but it doesn't seem to. It just contains: CREATE DATABASE if not exists mythconverg; GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv"; FLUSH PRIVILEGES; GRANT CREATE ... running MythTV version 0.20.20060828-3 on ubuntu 7.04 Or, alternatively, could someone run sudo mysql mythconverg mysql> SHOW CREATE TABLE channel; and then post the resulting output which will ...
4. MythTV sql table 'channel' schema needed - Ubuntu Forums [5.048% Popularity: 0.00000]
... up the schema but it doesn't seem to. It just contains: CREATE DATABASE if not exists mythconverg; GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv"; FLUSH PRIVILEGES; GRANT CREATE ... running MythTV version 0.20.20060828-3 on ubuntu 7.04 Or, alternatively, could someone run sudo mysql mythconverg mysql> SHOW CREATE TABLE channel; and then post the resulting output which will ...
5. MythTV sql table 'channel' schema needed - Ubuntu Forums [5.048% Popularity: 0.00000]
... up the schema but it doesn't seem to. It just contains: CREATE DATABASE if not exists mythconverg; GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv"; FLUSH PRIVILEGES; GRANT CREATE ... running MythTV version 0.20.20060828-3 on ubuntu 7.04 Or, alternatively, could someone run sudo mysql mythconverg mysql> SHOW CREATE TABLE channel; and then post the resulting output which will ...
6. Can't run Mythtv setup - Ubuntu Forums [5.036% Popularity: 0.00000]
... Date: Aug 2006 Beans: 5 Re: Can't run Mythtv setup Hi! You can edit /home/YOUR_USER_NAME/.mythtv/mysql.txt and /etc/mythtv/mysql.txt to change your settings, but first try to add mythtv user to mysql datebase Code: $ mysql -u root -p mythconverg mysql> grant all on mythconverg.* to mythtv@"localhost" identified by "mythtv"; mysql> flush privileges; restart mysql server Code: sudo /etc/init.d/mysql restart and then run ... more time. If anyone else reads this in the future, check the username and passwords in the two mysql.txt files that lssl mentioned above. Thanks again Jez __________________ Last edited by JezV : ...
7. Ubuntu Edgy Best TV Hardware - Ubuntu Forums [5.016% Popularity: 0.00000]
... Prerequisites Now we're almost ready to install MythTV. However, we'll install the MySQL database package first. Code: sudo apt-get install mysql-server Myth TV Now we can finally ... login as him from now in, so set his password: Code: sudo passwd mythtv It also makes sense to grant access rights to the mythtv user. To do this, edit the file /etc/group and mythtv to all groups ...
8. MythTV Will not install - Ubuntu Forums [4.942% Popularity: 0.00000]
... not install I followed that edgy version of the guide you linked me to after I completely removed MySQL server and I removed MythTV then tried reinstalling it. I keep getting the exact same error. I ... spent the last 3 days trying to figure out how this all works. I continue to have a problem with Mysql database not having correct user name or not conected. I have removed both Myth and Mysql many ... no idea what I have done. Is there anywhere else to go as there seems to be a problem with the Mysql database link. This doesn't help but makes me feel better that someone else knows that these ... I agree. Follow one guide and stick to it. Some of the guides just don't work. By the way, to fix mysql -- sounds like a preveleges. Try googling for mythtv mysql priveleges. I also installed phpmyadmin. That program really lets you look at and work with a mysql database using a html browser. Once you get it working be sure to backup the database often -- ...
9. MythTV Will not install - Ubuntu Forums [4.942% Popularity: 0.00000]
... not install I followed that edgy version of the guide you linked me to after I completely removed MySQL server and I removed MythTV then tried reinstalling it. I keep getting the exact same error. I ... spent the last 3 days trying to figure out how this all works. I continue to have a problem with Mysql database not having correct user name or not conected. I have removed both Myth and Mysql many ... no idea what I have done. Is there anywhere else to go as there seems to be a problem with the Mysql database link. This doesn't help but makes me feel better that someone else knows that these ... I agree. Follow one guide and stick to it. Some of the guides just don't work. By the way, to fix mysql -- sounds like a preveleges. Try googling for mythtv mysql priveleges. I also installed phpmyadmin. That program really lets you look at and work with a mysql database using a html browser. Once you get it working be sure to backup the database often -- ...
10. MythTV Will not install - Ubuntu Forums [4.942% Popularity: 0.00000]
... not install I followed that edgy version of the guide you linked me to after I completely removed MySQL server and I removed MythTV then tried reinstalling it. I keep getting the exact same error. I ... spent the last 3 days trying to figure out how this all works. I continue to have a problem with Mysql database not having correct user name or not conected. I have removed both Myth and Mysql many ... no idea what I have done. Is there anywhere else to go as there seems to be a problem with the Mysql database link. This doesn't help but makes me feel better that someone else knows that these ... I agree. Follow one guide and stick to it. Some of the guides just don't work. By the way, to fix mysql -- sounds like a preveleges. Try googling for mythtv mysql priveleges. I also installed phpmyadmin. That program really lets you look at and work with a mysql database using a html browser. Once you get it working be sure to backup the database often -- ...
Result pages:  << Prev 1 2 Next >>
 
Sponsored links :

Page generated in 0.204 seconds.


Visit our other great sites:
Admo.ws Weather
Admo.ws Food
Admo.ws Tech
Admo.ws Health
Admo.ws Finance
Admo.ws Gambling
Admo.ws Fashion